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

public class Fill extends Object

Java class for FillType complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="FillType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="color" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="transparent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • color

      protected String color
    • transparent

      protected Boolean transparent
  • Constructor Details

    • Fill

      public Fill()
  • Method Details

    • getColor

      public String getColor()
      Gets the value of the color property.
      Returns:
      possible object is String
    • setColor

      public void setColor(String value)
      Sets the value of the color property.
      Parameters:
      value - allowed object is String
    • isTransparent

      public boolean isTransparent()
      Gets the value of the transparent property.
      Returns:
      possible object is Boolean
    • setTransparent

      public void setTransparent(Boolean value)
      Sets the value of the transparent property.
      Parameters:
      value - allowed object is Boolean