Package org.web3d.x3d.sai.layering
Interface CustomViewport
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return the fixedHeight boolean value.boolean
Return the fixedWidth boolean value.boolean
Return the fixedX boolean value.boolean
Return the fixedY boolean value.float
Return the height float value.float
getWidth()
Return the width float value.float
getX()
Return the x float value.float
getY()
Return the y float value.void
setFixedHeight
(boolean val) Set the fixedHeight field.void
setFixedWidth
(boolean val) Set the fixedWidth field.void
setFixedX
(boolean val) Set the fixedX field.void
setFixedY
(boolean val) Set the fixedY field.void
setHeight
(float val) Set the height field.void
setWidth
(float val) Set the width field.void
setX
(float val) Set the x field.void
setY
(float val) Set the y field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getFixedX
boolean getFixedX()Return the fixedX boolean value.- Returns:
- The fixedX boolean value.
-
setFixedX
void setFixedX(boolean val) Set the fixedX field.- Parameters:
val
- The boolean to set.
-
getFixedY
boolean getFixedY()Return the fixedY boolean value.- Returns:
- The fixedY boolean value.
-
setFixedY
void setFixedY(boolean val) Set the fixedY field.- Parameters:
val
- The boolean to set.
-
getFixedWidth
boolean getFixedWidth()Return the fixedWidth boolean value.- Returns:
- The fixedWidth boolean value.
-
setFixedWidth
void setFixedWidth(boolean val) Set the fixedWidth field.- Parameters:
val
- The boolean to set.
-
getFixedHeight
boolean getFixedHeight()Return the fixedHeight boolean value.- Returns:
- The fixedHeight boolean value.
-
setFixedHeight
void setFixedHeight(boolean val) Set the fixedHeight field.- Parameters:
val
- The boolean to set.
-
getX
float getX()Return the x float value.- Returns:
- The x float value.
-
setX
void setX(float val) Set the x field.- Parameters:
val
- The float to set.
-
getY
float getY()Return the y float value.- Returns:
- The y float value.
-
setY
void setY(float val) Set the y field.- Parameters:
val
- The float to set.
-
getWidth
float getWidth()Return the width float value.- Returns:
- The width float value.
-
setWidth
void setWidth(float val) Set the width field.- Parameters:
val
- The float to set.
-
getHeight
float getHeight()Return the height float value.- Returns:
- The height float value.
-
setHeight
void setHeight(float val) Set the height field.- Parameters:
val
- The float to set.
-