public class ShapeNode extends Object
Java class for ShapeNode element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="ShapeNode">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Fill" type="{http://www.yworks.com/xml/graphml}FillType" minOccurs="0"/>
<element name="NodeLabel" type="{http://www.yworks.com/xml/graphml}NodeLabelType" minOccurs="0"/>
<element name="Shape" type="{http://www.yworks.com/xml/graphml}ShapeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected Fill |
fill |
protected NodeLabel |
nodeLabel |
protected Shape |
shape |
| Constructor and Description |
|---|
ShapeNode() |
| Modifier and Type | Method and Description |
|---|---|
Fill |
getFill()
Gets the value of the fill property.
|
NodeLabel |
getNodeLabel()
Gets the value of the nodeLabel property.
|
Shape |
getShape()
Gets the value of the shape property.
|
void |
setFill(Fill value)
Sets the value of the fill property.
|
void |
setNodeLabel(NodeLabel value)
Sets the value of the nodeLabel property.
|
void |
setShape(Shape value)
Sets the value of the shape property.
|
protected Fill fill
protected NodeLabel nodeLabel
protected Shape shape
public void setFill(Fill value)
value - allowed object is
Fillpublic NodeLabel getNodeLabel()
NodeLabelpublic void setNodeLabel(NodeLabel value)
value - allowed object is
NodeLabelpublic Shape getShape()
ShapeCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.