java.lang.Object
net.anwiba.tools.yworks.shapenode.generated.ShapeNode

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.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 Details

    • fill

      protected Fill fill
    • nodeLabel

      protected NodeLabel nodeLabel
    • shape

      protected Shape shape
  • Constructor Details

    • ShapeNode

      public ShapeNode()
  • Method Details

    • getFill

      public Fill getFill()
      Gets the value of the fill property.
      Returns:
      possible object is Fill
    • setFill

      public void setFill(Fill value)
      Sets the value of the fill property.
      Parameters:
      value - allowed object is Fill
    • getNodeLabel

      public NodeLabel getNodeLabel()
      Gets the value of the nodeLabel property.
      Returns:
      possible object is NodeLabel
    • setNodeLabel

      public void setNodeLabel(NodeLabel value)
      Sets the value of the nodeLabel property.
      Parameters:
      value - allowed object is NodeLabel
    • getShape

      public Shape getShape()
      Gets the value of the shape property.
      Returns:
      possible object is Shape
    • setShape

      public void setShape(Shape value)
      Sets the value of the shape property.
      Parameters:
      value - allowed object is Shape