java.lang.Object
net.anwiba.tools.yworks.shapenode.generated.Fill
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()Gets the value of the color property.booleanGets the value of the transparent property.voidSets the value of the color property.voidsetTransparent(Boolean value) Sets the value of the transparent property.
-
Field Details
-
color
-
transparent
-
-
Constructor Details
-
Fill
public Fill()
-
-
Method Details
-
getColor
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
Sets the value of the color property.- Parameters:
value- allowed object isString
-
isTransparent
public boolean isTransparent()Gets the value of the transparent property.- Returns:
- possible object is
Boolean
-
setTransparent
Sets the value of the transparent property.- Parameters:
value- allowed object isBoolean
-