|
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 FixedViewport
Defines the requirements of an X3D FixedViewport node
| Method Summary | |
|---|---|
int |
getHeight()
Return the height int value. |
int |
getWidth()
Return the width int value. |
int |
getX()
Return the x int value. |
int |
getY()
Return the y int value. |
void |
setHeight(int val)
Set the height field. |
void |
setWidth(int val)
Set the width field. |
void |
setX(int val)
Set the x field. |
void |
setY(int 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 |
|---|
int getX()
void setX(int val)
val - The int to set.int getY()
void setY(int val)
val - The int to set.int getWidth()
void setWidth(int val)
val - The int to set.int getHeight()
void setHeight(int val)
val - The int 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 | |||||||||