public class LineRoi 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">
<sequence>
<element ref="{}point" maxOccurs="2" minOccurs="2"/>
<element ref="{}lineSegment"/>
<element ref="{}path"/>
<element ref="{}bounds" minOccurs="0"/>
<element ref="{}data" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Bounds |
bounds |
protected Data |
data |
protected BigInteger |
id |
protected LineSegment |
lineSegment |
protected Path |
path |
protected List<Point> |
point |
| Constructor and Description |
|---|
LineRoi() |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBounds()
Gets the value of the bounds property.
|
Data |
getData()
Gets the value of the data property.
|
BigInteger |
getId()
Gets the value of the id property.
|
LineSegment |
getLineSegment()
Gets the value of the lineSegment property.
|
Path |
getPath()
Gets the value of the path property.
|
List<Point> |
getPoint()
Gets the value of the point property.
|
void |
setBounds(Bounds value)
Sets the value of the bounds property.
|
void |
setData(Data value)
Sets the value of the data property.
|
void |
setId(BigInteger value)
Sets the value of the id property.
|
void |
setLineSegment(LineSegment value)
Sets the value of the lineSegment property.
|
void |
setPath(Path value)
Sets the value of the path property.
|
protected LineSegment lineSegment
protected Path path
protected Bounds bounds
protected Data data
protected BigInteger id
public List<Point> getPoint()
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 point property.
For example, to add a new item, do as follows:
getPoint().add(newItem);
Objects of the following type(s) are allowed in the list
Point
public LineSegment getLineSegment()
LineSegmentpublic void setLineSegment(LineSegment value)
value - allowed object is
LineSegmentpublic void setPath(Path value)
value - allowed object is
Pathpublic Bounds getBounds()
Boundspublic void setBounds(Bounds value)
value - allowed object is
Boundspublic void setData(Data value)
value - allowed object is
Datapublic BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.