public class FillProperties extends X3DAppearanceChildNode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{}X3DAppearanceChildNode">
<attribute name="filled" type="{}SFBool" default="true" />
<attribute name="hatched" type="{}SFBool" default="true" />
<attribute name="hatchStyle" type="{}SFInt32" default="1" />
<attribute name="hatchColor" type="{}SFColor" default="1 1 1" />
<attribute name="containerField" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="fillProperties" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
containerField |
protected SFBool |
filled |
protected SFColor |
hatchColor |
protected SFBool |
hatched |
protected SFInt32 |
hatchStyle |
| Constructor and Description |
|---|
FillProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerField()
Gets the value of the containerField property.
|
SFColor |
getHatchColor()
Gets the value of the hatchColor property.
|
SFInt32 |
getHatchStyle()
Gets the value of the hatchStyle property.
|
SFBool |
isFilled()
Gets the value of the filled property.
|
SFBool |
isHatched()
Gets the value of the hatched property.
|
void |
setContainerField(String value)
Sets the value of the containerField property.
|
void |
setFilled(SFBool value)
Sets the value of the filled property.
|
void |
setHatchColor(SFColor value)
Sets the value of the hatchColor property.
|
void |
setHatched(SFBool value)
Sets the value of the hatched property.
|
void |
setHatchStyle(SFInt32 value)
Sets the value of the hatchStyle property.
|
getClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSEprotected SFBool filled
protected SFBool hatched
protected SFInt32 hatchStyle
protected SFColor hatchColor
protected String containerField
public SFBool isFilled()
SFBoolpublic void setFilled(SFBool value)
value - allowed object is
SFBoolpublic SFBool isHatched()
SFBoolpublic void setHatched(SFBool value)
value - allowed object is
SFBoolpublic SFInt32 getHatchStyle()
SFInt32public void setHatchStyle(SFInt32 value)
value - allowed object is
SFInt32public SFColor getHatchColor()
SFColorpublic void setHatchColor(SFColor value)
value - allowed object is
SFColorpublic String getContainerField()
String