public class RoiSet extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{}angleRoi" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}ellipseRoi" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}freehandRoi" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}lineRoi" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}pointRoi" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}polygonRoi" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}rectangleRoi" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AngleRoi> |
angleRoi |
protected String |
clazz |
protected List<EllipseRoi> |
ellipseRoi |
protected List<FreehandRoi> |
freehandRoi |
protected List<LineRoi> |
lineRoi |
protected List<PointRoi> |
pointRoi |
protected List<PolygonRoi> |
polygonRoi |
protected List<RectangleRoi> |
rectangleRoi |
| Constructor and Description |
|---|
RoiSet() |
| Modifier and Type | Method and Description |
|---|---|
List<AngleRoi> |
getAngleRoi()
Gets the value of the angleRoi property.
|
String |
getClazz()
Gets the value of the clazz property.
|
List<EllipseRoi> |
getEllipseRoi()
Gets the value of the ellipseRoi property.
|
List<FreehandRoi> |
getFreehandRoi()
Gets the value of the freehandRoi property.
|
List<LineRoi> |
getLineRoi()
Gets the value of the lineRoi property.
|
List<PointRoi> |
getPointRoi()
Gets the value of the pointRoi property.
|
List<PolygonRoi> |
getPolygonRoi()
Gets the value of the polygonRoi property.
|
List<RectangleRoi> |
getRectangleRoi()
Gets the value of the rectangleRoi property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
protected List<EllipseRoi> ellipseRoi
protected List<FreehandRoi> freehandRoi
protected List<PolygonRoi> polygonRoi
protected List<RectangleRoi> rectangleRoi
protected String clazz
public List<AngleRoi> getAngleRoi()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the angleRoi property.
For example, to add a new item, do as follows:
getAngleRoi().add(newItem);
Objects of the following type(s) are allowed in the list
AngleRoi
public List<EllipseRoi> getEllipseRoi()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ellipseRoi property.
For example, to add a new item, do as follows:
getEllipseRoi().add(newItem);
Objects of the following type(s) are allowed in the list
EllipseRoi
public List<FreehandRoi> getFreehandRoi()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the freehandRoi property.
For example, to add a new item, do as follows:
getFreehandRoi().add(newItem);
Objects of the following type(s) are allowed in the list
FreehandRoi
public List<LineRoi> getLineRoi()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the lineRoi property.
For example, to add a new item, do as follows:
getLineRoi().add(newItem);
Objects of the following type(s) are allowed in the list
LineRoi
public List<PointRoi> getPointRoi()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pointRoi property.
For example, to add a new item, do as follows:
getPointRoi().add(newItem);
Objects of the following type(s) are allowed in the list
PointRoi
public List<PolygonRoi> getPolygonRoi()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the polygonRoi property.
For example, to add a new item, do as follows:
getPolygonRoi().add(newItem);
Objects of the following type(s) are allowed in the list
PolygonRoi
public List<RectangleRoi> getRectangleRoi()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rectangleRoi property.
For example, to add a new item, do as follows:
getRectangleRoi().add(newItem);
Objects of the following type(s) are allowed in the list
RectangleRoi
public String getClazz()
StringCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.