Package org.web3d.x3d.sai.shape
Interface LineProperties
- All Superinterfaces:
X3DAppearanceChildNode,X3DNode
- All Known Implementing Classes:
SAILineProperties,SAILineProperties
Defines the requirements of an X3D LineProperties node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the applied boolean value.intReturn the linetype int value.floatReturn the linewidthScaleFactor float value.voidsetApplied(boolean val) Set the applied field.voidsetLinetype(int val) Set the linetype field.voidsetLinewidthScaleFactor(float val) Set the linewidthScaleFactor field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getLinewidthScaleFactor
float getLinewidthScaleFactor()Return the linewidthScaleFactor float value.- Returns:
- The linewidthScaleFactor float value.
-
setLinewidthScaleFactor
void setLinewidthScaleFactor(float val) Set the linewidthScaleFactor field.- Parameters:
val- The float to set.
-
getLinetype
int getLinetype()Return the linetype int value.- Returns:
- The linetype int value.
-
setLinetype
void setLinetype(int val) Set the linetype field.- Parameters:
val- The int to set.
-
getApplied
boolean getApplied()Return the applied boolean value.- Returns:
- The applied boolean value.
-
setApplied
void setApplied(boolean val) Set the applied field.- Parameters:
val- The boolean to set.
-