Uses of Class
jcckit.graphic.Polygon
-
Packages that use Polygon Package Description jcckit.graphic jcckit.renderer -
-
Uses of Polygon in jcckit.graphic
Methods in jcckit.graphic with parameters of type Polygon Modifier and Type Method Description void
PolygonRenderer. render(Polygon polygon)
Renders the specified Polygon instance. -
Uses of Polygon in jcckit.renderer
Methods in jcckit.renderer with parameters of type Polygon Modifier and Type Method Description void
Graphics2DRenderer. render(Polygon polygon)
Paints the specified polygon into the Graphics2D context.
-