|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomViewport
Defines the requirements of an X3D CustomViewport node
| Method Summary | |
|---|---|
boolean |
getFixedHeight()
Return the fixedHeight boolean value. |
boolean |
getFixedWidth()
Return the fixedWidth boolean value. |
boolean |
getFixedX()
Return the fixedX boolean value. |
boolean |
getFixedY()
Return the fixedY boolean value. |
float |
getHeight()
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 Detail |
|---|
boolean getFixedX()
void setFixedX(boolean val)
val - The boolean to set.boolean getFixedY()
void setFixedY(boolean val)
val - The boolean to set.boolean getFixedWidth()
void setFixedWidth(boolean val)
val - The boolean to set.boolean getFixedHeight()
void setFixedHeight(boolean val)
val - The boolean to set.float getX()
void setX(float val)
val - The float to set.float getY()
void setY(float val)
val - The float to set.float getWidth()
void setWidth(float val)
val - The float to set.float getHeight()
void setHeight(float val)
val - The float to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||