java.lang.Object
net.anwiba.tools.yworks.shapenode.generated.ShapeNode
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.anwiba.net/tools/graphml/yworks/shapenode}FillType" minOccurs="0"/>
<element name="NodeLabel" type="{http://www.anwiba.net/tools/graphml/yworks/shapenode}NodeLabelType" minOccurs="0"/>
<element name="Shape" type="{http://www.anwiba.net/tools/graphml/yworks/shapenode}ShapeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFill()Gets the value of the fill property.Gets the value of the nodeLabel property.getShape()Gets the value of the shape property.voidSets the value of the fill property.voidsetNodeLabel(NodeLabel value) Sets the value of the nodeLabel property.voidSets the value of the shape property.
-
Field Details
-
fill
-
nodeLabel
-
shape
-
-
Constructor Details
-
ShapeNode
public ShapeNode()
-
-
Method Details
-
getFill
Gets the value of the fill property.- Returns:
- possible object is
Fill
-
setFill
Sets the value of the fill property.- Parameters:
value- allowed object isFill
-
getNodeLabel
Gets the value of the nodeLabel property.- Returns:
- possible object is
NodeLabel
-
setNodeLabel
Sets the value of the nodeLabel property.- Parameters:
value- allowed object isNodeLabel
-
getShape
Gets the value of the shape property.- Returns:
- possible object is
Shape
-
setShape
Sets the value of the shape property.- Parameters:
value- allowed object isShape
-