Uses of Class
org.jhotdraw.standard.StandardDrawingView

Packages that use StandardDrawingView
org.jhotdraw.contrib.zoom   
org.jhotdraw.test.standard   
 

Uses of StandardDrawingView in org.jhotdraw.contrib.zoom
 

Subclasses of StandardDrawingView in org.jhotdraw.contrib.zoom
 class ZoomDrawingView
          A view that can display drawings at an arbitrary scale.
 

Uses of StandardDrawingView in org.jhotdraw.test.standard
 

Methods in org.jhotdraw.test.standard that return StandardDrawingView
 StandardDrawingView StandardDrawingViewTest.createInstance()
          Factory method for instances of the class to be tested.