public class LayerCompartmentAlias extends Object
Java class for layerCompartmentAlias complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="layerCompartmentAlias">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bounds" type="{http://www.sbml.org/2001/ns/celldesigner}bounds"/>
<element name="paint" type="{http://www.sbml.org/2001/ns/celldesigner}paint"/>
</sequence>
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Oval"/>
<enumeration value="Square"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Bounds |
bounds |
protected Paint |
paint |
protected String |
type |
| Constructor and Description |
|---|
LayerCompartmentAlias() |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBounds()
Gets the value of the bounds property.
|
Paint |
getPaint()
Gets the value of the paint property.
|
String |
getType()
Gets the value of the type property.
|
void |
setBounds(Bounds value)
Sets the value of the bounds property.
|
void |
setPaint(Paint value)
Sets the value of the paint property.
|
void |
setType(String value)
Sets the value of the type property.
|
public Bounds getBounds()
Boundspublic void setBounds(Bounds value)
value - allowed object is
Boundspublic Paint getPaint()
Paintpublic void setPaint(Paint value)
value - allowed object is
Paintpublic String getType()
StringCopyright © 2018. All rights reserved.