public class LineProperties 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="applied" type="{}SFBool" default="true" />
<attribute name="linetype" type="{}SFInt32" default="1" />
<attribute name="linewidthScaleFactor" type="{}SFFloat" default="0" />
<attribute name="containerField" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="lineProperties" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SFBool |
applied |
protected String |
containerField |
protected SFInt32 |
linetype |
protected SFFloat |
linewidthScaleFactor |
| Constructor and Description |
|---|
LineProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerField()
Gets the value of the containerField property.
|
SFInt32 |
getLinetype()
Gets the value of the linetype property.
|
SFFloat |
getLinewidthScaleFactor()
Gets the value of the linewidthScaleFactor property.
|
SFBool |
isApplied()
Gets the value of the applied property.
|
void |
setApplied(SFBool value)
Sets the value of the applied property.
|
void |
setContainerField(String value)
Sets the value of the containerField property.
|
void |
setLinetype(SFInt32 value)
Sets the value of the linetype property.
|
void |
setLinewidthScaleFactor(SFFloat value)
Sets the value of the linewidthScaleFactor property.
|
getClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSEprotected SFBool applied
protected SFInt32 linetype
protected SFFloat linewidthScaleFactor
protected String containerField
public SFBool isApplied()
SFBoolpublic void setApplied(SFBool value)
value - allowed object is
SFBoolpublic SFInt32 getLinetype()
SFInt32public void setLinetype(SFInt32 value)
value - allowed object is
SFInt32public SFFloat getLinewidthScaleFactor()
SFFloatpublic void setLinewidthScaleFactor(SFFloat value)
value - allowed object is
SFFloatpublic String getContainerField()
String