Uses of Class
org.jhotdraw.contrib.PolygonFigure

Packages that use PolygonFigure
org.jhotdraw.contrib   
org.jhotdraw.contrib.html   
org.jhotdraw.test.contrib   
 

Uses of PolygonFigure in org.jhotdraw.contrib
 

Constructors in org.jhotdraw.contrib with parameters of type PolygonFigure
PolygonHandle(PolygonFigure owner, Locator l, int index)
          Constructs a polygon handle.
 

Uses of PolygonFigure in org.jhotdraw.contrib.html
 

Subclasses of PolygonFigure in org.jhotdraw.contrib.html
 class PolygonFigureGeometricAdapter
          Geometric adapter for the PolygonFigure
 

Uses of PolygonFigure in org.jhotdraw.test.contrib
 

Methods in org.jhotdraw.test.contrib that return PolygonFigure
 PolygonFigure PolygonFigureTest.createInstance()
          Factory method for instances of the class to be tested.