|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GrappaBox | |
---|---|
att.grappa |
Uses of GrappaBox in att.grappa |
---|
Methods in att.grappa that return GrappaBox | |
---|---|
static GrappaBox |
GrappaSupport.boxFromCorners(double x1,
double y1,
double x2,
double y2)
Creates a GrappaBox from the coordinates of any two opposing corners. |
static GrappaBox |
GrappaSupport.boxFromCorners(GrappaBox box,
double x1,
double y1,
double x2,
double y2)
Creates a GrappaBox from the coordinates of any two opposing corners. |
GrappaBox |
GrappaPanel.zoomToOutline()
Zoom the drawing to the outline just swept with the mouse, if any. |
GrappaBox |
GrappaPanel.zoomToOutline(GrappaBox outline)
Zoom the drawing to the outline just swept with the mouse, if any. |
Methods in att.grappa with parameters of type GrappaBox | |
---|---|
static GrappaBox |
GrappaSupport.boxFromCorners(GrappaBox box,
double x1,
double y1,
double x2,
double y2)
Creates a GrappaBox from the coordinates of any two opposing corners. |
static java.util.List |
GrappaSupport.findContainedElements(Subgraph subg,
GrappaBox box)
Find the elements in the supplied subgraph that are contained in the given box. |
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.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. |
GrappaBox |
GrappaPanel.zoomToOutline(GrappaBox outline)
Zoom the drawing to the outline just swept with the mouse, if any. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |