|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinteractors.Interactor
interactors.ConceptNeighborInteractor
public class ConceptNeighborInteractor
Interactor for displaying conceptual neighborhoods.
Field Summary | |
---|---|
(package private) java.util.ArrayList<java.awt.geom.Point2D> |
points
the points to connect |
(package private) ConceptNeighborhoodViewer |
viewer
the conceptual neighborhood viewer |
Fields inherited from class interactors.Interactor |
---|
handler |
Constructor Summary | |
---|---|
ConceptNeighborInteractor(InteractionHandler handler)
Constructs the concept neighborhoodd interactor. |
Method Summary | |
---|---|
void |
draw(GL gl,
GLU glu,
GLUT glut)
Draws the currently selected concept neighborhood. |
void |
endInteraction()
Closes the concept neighborhood viewer. |
java.awt.Cursor |
getCursor()
Returns the interactor cursor. |
void |
mousePressed(java.awt.event.MouseEvent arg0)
Double right click ends the interaction. |
void |
setPoints(java.util.ArrayList<java.awt.geom.Point2D> points)
Sets the points in the concept neighborhood. |
void |
startInteraction()
Shows a status dialog that simulations the conneciton to the span reform project. |
Methods inherited from class interactors.Interactor |
---|
keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.ArrayList<java.awt.geom.Point2D> points
ConceptNeighborhoodViewer viewer
Constructor Detail |
---|
public ConceptNeighborInteractor(InteractionHandler handler)
handler
- - the interaction handlerMethod Detail |
---|
public void draw(GL gl, GLU glu, GLUT glut)
draw
in class Interactor
public void setPoints(java.util.ArrayList<java.awt.geom.Point2D> points)
public void startInteraction()
startInteraction
in class Interactor
public void endInteraction()
endInteraction
in class Interactor
public java.awt.Cursor getCursor()
getCursor
in class Interactor
public void mousePressed(java.awt.event.MouseEvent arg0)
mousePressed
in class Interactor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |