JHotDraw 7.0.6

Uses of Interface
org.jhotdraw.draw.Constrainer

Packages that use Constrainer
org.jhotdraw.draw Defines a framework for drawing editors. 
org.jhotdraw.draw.action Provides Action objects for drawing editors as well as some specific user interface components to present them on a graphical user interface. 
 

Uses of Constrainer in org.jhotdraw.draw
 

Classes in org.jhotdraw.draw that implement Constrainer
 class GridConstrainer
          Constrains a point such that it falls on a grid.
 

Methods in org.jhotdraw.draw that return Constrainer
 Constrainer DrawingView.getConstrainer()
          Gets the editor's constrainer.
 Constrainer DefaultDrawingView.getConstrainer()
           
 

Methods in org.jhotdraw.draw with parameters of type Constrainer
 void DrawingView.setConstrainer(Constrainer constrainer)
          Sets the editor's constrainer.
 void DefaultDrawingView.setConstrainer(Constrainer newValue)
           
 

Uses of Constrainer in org.jhotdraw.draw.action
 

Constructors in org.jhotdraw.draw.action with parameters of type Constrainer
ToggleGridAction(DrawingEditor editor, Constrainer onConstrainer, Constrainer offConstrainer)
           
ToggleGridAction(DrawingView view, Constrainer onConstrainer, Constrainer offConstrainer)
          Creates a new instance.
 


Copyright 1996-2006 © JHotDraw.org