public class AnnotationLayer 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="{}color" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}stroke" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}roiSet" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="selected" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="visible" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="zOrder" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Color> |
color |
protected String |
id |
protected String |
name |
protected List<RoiSet> |
roiSet |
protected boolean |
selected |
protected List<Stroke> |
stroke |
protected boolean |
visible |
protected BigInteger |
zOrder |
| Constructor and Description |
|---|
AnnotationLayer() |
| Modifier and Type | Method and Description |
|---|---|
List<Color> |
getColor()
Gets the value of the color property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
List<RoiSet> |
getRoiSet()
Gets the value of the roiSet property.
|
List<Stroke> |
getStroke()
Gets the value of the stroke property.
|
BigInteger |
getZOrder()
Gets the value of the zOrder property.
|
boolean |
isSelected()
Gets the value of the selected property.
|
boolean |
isVisible()
Gets the value of the visible property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSelected(boolean value)
Sets the value of the selected property.
|
void |
setVisible(boolean value)
Sets the value of the visible property.
|
void |
setZOrder(BigInteger value)
Sets the value of the zOrder property.
|
protected String id
protected String name
protected boolean selected
protected boolean visible
protected BigInteger zOrder
public List<Color> getColor()
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 color property.
For example, to add a new item, do as follows:
getColor().add(newItem);
Objects of the following type(s) are allowed in the list
Color
public List<Stroke> getStroke()
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 stroke property.
For example, to add a new item, do as follows:
getStroke().add(newItem);
Objects of the following type(s) are allowed in the list
Stroke
public List<RoiSet> getRoiSet()
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 roiSet property.
For example, to add a new item, do as follows:
getRoiSet().add(newItem);
Objects of the following type(s) are allowed in the list
RoiSet
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSelected()
public void setSelected(boolean value)
public boolean isVisible()
public void setVisible(boolean value)
public BigInteger getZOrder()
BigIntegerpublic void setZOrder(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.