|
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 OrthoViewpoint
Defines the requirements of an X3D OrthoViewpoint node
| Method Summary | |
|---|---|
void |
getFieldOfView(float[] val)
Return the fieldOfView value in the argument float[] |
int |
getNumFieldOfView()
Return the number of MFFloat items in the fieldOfView field. |
void |
getPosition(float[] val)
Return the position value in the argument float[] |
void |
setFieldOfView(float[] val)
Set the fieldOfView field. |
void |
setPosition(float[] val)
Set the position field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DViewpointNode |
|---|
getDescription, getJump, getRetainUserOffsets, setDescription, setJump, setOrientation, setRetainUserOffsets |
| Methods inherited from interface org.web3d.x3d.sai.X3DBindableNode |
|---|
getBindTime, getIsBound, setBind |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
int getNumFieldOfView()
void getFieldOfView(float[] val)
val - The float[] to initialize.void setFieldOfView(float[] val)
val - The float[] to set.void getPosition(float[] val)
val - The float[] to initialize.void setPosition(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 | |||||||||