Uses of Class
jpicedt.graphic.model.PicSmoothPolygon
-
Packages that use PicSmoothPolygon Package Description jpicedt.graphic.io.formatter Interfaces and base classes useful to implement a formatter for a given format, for instance Pstricks.jpicedt.graphic.model Document structure and graphic primitives.jpicedt.graphic.view Document appearance. -
-
Uses of PicSmoothPolygon in jpicedt.graphic.io.formatter
Constructors in jpicedt.graphic.io.formatter with parameters of type PicSmoothPolygon Constructor Description JPICSmoothPolygonFormatter(PicSmoothPolygon poly, JPICFormatter factory) -
Uses of PicSmoothPolygon in jpicedt.graphic.model
Constructors in jpicedt.graphic.model with parameters of type PicSmoothPolygon Constructor Description PicMultiCurve(PicSmoothPolygon poly)constructor for conversion of smoothPoly into multiCurvePicSmoothPolygon(PicSmoothPolygon poly)"cloning" constructor (to be used by clone()) -
Uses of PicSmoothPolygon in jpicedt.graphic.view
Constructors in jpicedt.graphic.view with parameters of type PicSmoothPolygon Constructor Description SmoothPolygonHighlighter(PicSmoothPolygon curve)construct a new Highlighter for the given smooth-polygon
-