Package org.web3d.x3d.sai.layering
Interface CustomViewport
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the fixedHeight boolean value.booleanReturn the fixedWidth boolean value.booleanReturn the fixedX boolean value.booleanReturn the fixedY boolean value.floatReturn the height float value.floatgetWidth()Return the width float value.floatgetX()Return the x float value.floatgetY()Return the y float value.voidsetFixedHeight(boolean val) Set the fixedHeight field.voidsetFixedWidth(boolean val) Set the fixedWidth field.voidsetFixedX(boolean val) Set the fixedX field.voidsetFixedY(boolean val) Set the fixedY field.voidsetHeight(float val) Set the height field.voidsetWidth(float val) Set the width field.voidsetX(float val) Set the x field.voidsetY(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.
-