public class FreehandRoi 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="{}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 Path |
path |
| Constructor and Description |
|---|
FreehandRoi() |
| 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.
|
Path |
getPath()
Gets the value of the path 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 |
setPath(Path value)
Sets the value of the path property.
|
protected Path path
protected Bounds bounds
protected Data data
protected BigInteger id
public 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.