|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinteractors.Interactor
jts.RCC8Interactor
public class RCC8Interactor
Class for displaying the RCC8 relation between two polygons.
Field Summary |
---|
Fields inherited from class interactors.Interactor |
---|
handler |
Constructor Summary | |
---|---|
RCC8Interactor(InteractionHandler handler)
Constructs the RCC8 interactor. |
Method Summary | |
---|---|
void |
draw(GL gl,
GLU glu,
GLUT glut)
Draws a line from the selected object to the mouse. |
java.awt.Cursor |
getCursor()
Gets the crosshair cursor. |
void |
getRCCRelation(OntologyObject object1,
OntologyObject object2)
Displays a dialog showing the RCC8 relation between the specified objects. |
void |
mousePressed(java.awt.event.MouseEvent arg0)
Left click selects an object if no object is selected. |
Methods inherited from class interactors.Interactor |
---|
endInteraction, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, startInteraction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RCC8Interactor(InteractionHandler handler)
handler
- - the interaction handlerMethod Detail |
---|
public void draw(GL gl, GLU glu, GLUT glut)
draw
in class Interactor
public java.awt.Cursor getCursor()
getCursor
in class Interactor
public void mousePressed(java.awt.event.MouseEvent arg0)
mousePressed
in class Interactor
public void getRCCRelation(OntologyObject object1, OntologyObject object2)
object1
- - the first objectobject2
- - the second object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |