|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GrappaPoint | |
---|---|
att.grappa |
Uses of GrappaPoint in att.grappa |
---|
Methods in att.grappa that return GrappaPoint | |
---|---|
GrappaPoint |
Node.getCenterPoint()
Returns the center point of the node. |
GrappaPoint[] |
GrappaLine.getGrappaPoints()
|
Methods in att.grappa with parameters of type GrappaPoint | |
---|---|
void |
GrappaListener.grappaClicked(Subgraph subg,
Element elem,
GrappaPoint pt,
int modifiers,
int clickCount,
GrappaPanel panel)
The method called when a single mouse click occurs on a displayed subgraph. |
void |
GrappaAdapter.grappaClicked(Subgraph subg,
Element elem,
GrappaPoint pt,
int modifiers,
int clickCount,
GrappaPanel panel)
The method called when a mouse click occurs on a displayed subgraph. |
void |
GrappaListener.grappaDragged(Subgraph subg,
GrappaPoint currentPt,
int currentModifiers,
Element pressedElem,
GrappaPoint pressedPt,
int pressedModifiers,
GrappaBox outline,
GrappaPanel panel)
The method called when a mouse drag occurs on a displayed subgraph. |
void |
GrappaAdapter.grappaDragged(Subgraph subg,
GrappaPoint currentPt,
int currentModifiers,
Element pressedElem,
GrappaPoint pressedPt,
int pressedModifiers,
GrappaBox outline,
GrappaPanel panel)
The method called when a mouse drag occurs on a displayed subgraph. |
void |
GrappaListener.grappaPressed(Subgraph subg,
Element elem,
GrappaPoint pt,
int modifiers,
GrappaPanel panel)
The method called when a mouse press occurs on a displayed subgraph. |
void |
GrappaAdapter.grappaPressed(Subgraph subg,
Element elem,
GrappaPoint pt,
int modifiers,
GrappaPanel panel)
The method called when a mouse press occurs on a displayed subgraph. |
void |
GrappaListener.grappaReleased(Subgraph subg,
Element elem,
GrappaPoint pt,
int modifiers,
Element pressedElem,
GrappaPoint pressedPt,
int pressedModifiers,
GrappaBox outline,
GrappaPanel panel)
The method called when a mouse release occurs on a displayed subgraph. |
void |
GrappaAdapter.grappaReleased(Subgraph subg,
Element elem,
GrappaPoint pt,
int modifiers,
Element pressedElem,
GrappaPoint pressedPt,
int pressedModifiers,
GrappaBox outline,
GrappaPanel panel)
The method called when a mouse release occurs on a displayed subgraph. |
java.lang.String |
GrappaListener.grappaTip(Subgraph subg,
Element elem,
GrappaPoint pt,
int modifiers,
GrappaPanel panel)
The method called when a element tooltip is needed. |
java.lang.String |
GrappaAdapter.grappaTip(Subgraph subg,
Element elem,
GrappaPoint pt,
int modifiers,
GrappaPanel panel)
The method called when a element tooltip is needed. |
Constructors in att.grappa with parameters of type GrappaPoint | |
---|---|
GrappaLine(GrappaPoint[] pts,
int type)
Constructs a new GrappaLine object from an array of
(cubic) curve points. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |