|
JavaView® v2.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface for a listener to receive pick events from display.
PvPickEvent,
PjProject,
PvDisplay| Method Summary | |
void |
dragDisplay(PvPickEvent pos)
Drag a location in the display with 2d display and 3d world coordinates. |
void |
dragInitial(PvPickEvent pos)
Drag an arbitrary point along a geometry, point may lie inside an element. |
void |
dragVertex(PgGeometryIf geom,
int index,
PdVector vertex)
Drag a picked vertex of a geometry. |
java.lang.String |
getName()
The name of a listeners allows the display to issue verbal debug messages. |
void |
markVertices(PvPickEvent pos)
Mark a set of vertices of a geometry within a given bounding box. |
void |
pickDisplay(PvPickEvent pos)
Get a location in the display with 2d display and 3d world coordinates. |
void |
pickInitial(PvPickEvent pos)
Pick an arbitrary point on a geometry, point may lie inside an element. |
void |
pickVertex(PgGeometryIf geom,
int index,
PdVector vertex)
Get a picked vertex of a geometry. |
void |
selectGeometry(PgGeometryIf geom)
Currently not supported by display. |
void |
unmarkVertices(PvPickEvent pos)
Unmark a set of vertices of a geometry within a given bounding box. |
| Method Detail |
public java.lang.String getName()
public void selectGeometry(PgGeometryIf geom)
public void pickDisplay(PvPickEvent pos)
pos - Pick event issued by the displayPvPickListenerIfpublic void dragDisplay(PvPickEvent pos)
pos - Pick event issued by the displayPvPickListenerIfpublic void pickInitial(PvPickEvent pos)
pos - Pick event issued by the displayPvPickListenerIfpublic void dragInitial(PvPickEvent pos)
pos - Pick event issued by the displayPvPickListenerIf
public void pickVertex(PgGeometryIf geom,
int index,
PdVector vertex)
geom - Picked geometry on which vertex liesindex - Index of vertex in vertex array of geometryvertex - 3d coordinates of vertex positionPvPickListenerIf
public void dragVertex(PgGeometryIf geom,
int index,
PdVector vertex)
geom - Picked geometry on which vertex liesindex - Index of vertex in vertex array of geometryvertex - 3d coordinates of vertex positionpublic void markVertices(PvPickEvent pos)
markBox - contains four coplanar points on the bounding prism, and direction of prism.public void unmarkVertices(PvPickEvent pos)
markBox - contains four coplanar points on the bounding prism, and direction of prism.
|
JavaView® v2.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||