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 TypeMethodDescriptionboolean
Return the applied boolean value.int
Return the linetype int value.float
Return the linewidthScaleFactor float value.void
setApplied
(boolean val) Set the applied field.void
setLinetype
(int val) Set the linetype field.void
setLinewidthScaleFactor
(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.
-