|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointConstrainer | |
---|---|
org.jhotdraw.framework | |
org.jhotdraw.standard |
Uses of PointConstrainer in org.jhotdraw.framework |
---|
Methods in org.jhotdraw.framework that return PointConstrainer | |
---|---|
PointConstrainer |
DrawingView.getConstrainer()
Gets the current grid setting. |
Methods in org.jhotdraw.framework with parameters of type PointConstrainer | |
---|---|
void |
DrawingView.setConstrainer(PointConstrainer p)
Sets the current point constrainer. |
Uses of PointConstrainer in org.jhotdraw.standard |
---|
Classes in org.jhotdraw.standard that implement PointConstrainer | |
---|---|
class |
GridConstrainer
Constrains a point such that it falls on a grid. |
Methods in org.jhotdraw.standard that return PointConstrainer | |
---|---|
PointConstrainer |
StandardDrawingView.getConstrainer()
Gets the current constrainer. |
PointConstrainer |
NullDrawingView.getConstrainer()
Gets the current grid setting. |
Methods in org.jhotdraw.standard with parameters of type PointConstrainer | |
---|---|
void |
StandardDrawingView.setConstrainer(PointConstrainer c)
Sets the grid spacing that is used to constrain points. |
void |
NullDrawingView.setConstrainer(PointConstrainer p)
Sets the current point constrainer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |