http://www.jpicedt.org

Uses of Class
jpicedt.graphic.model.PicSmoothPolygon

Packages that use PicSmoothPolygon
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.highlighter Aspect visuel de la mise en vedette. 
 

Uses of PicSmoothPolygon in jpicedt.graphic.io.formatter
 

Constructors in jpicedt.graphic.io.formatter with parameters of type PicSmoothPolygon
JPICSmoothPolygonFormatter(PicSmoothPolygon poly, JPICFormatter factory)
           
 

Uses of PicSmoothPolygon in jpicedt.graphic.model
 

Methods in jpicedt.graphic.model that return PicSmoothPolygon
 PicSmoothPolygon PicSmoothPolygon.clone()
          Overide Object.clone() method
 

Constructors in jpicedt.graphic.model with parameters of type PicSmoothPolygon
PicMultiCurve(PicSmoothPolygon poly)
          Constructor for conversion of PicSmoothPolygon into PicMultiCurve.
PicSmoothPolygon(PicSmoothPolygon poly)
          "cloning" constructor (to be used by clone())
 

Uses of PicSmoothPolygon in jpicedt.graphic.view.highlighter
 

Methods in jpicedt.graphic.view.highlighter that return PicSmoothPolygon
 PicSmoothPolygon SmoothPolygonHighlighter.getElement()
           
 

Constructors in jpicedt.graphic.view.highlighter with parameters of type PicSmoothPolygon
SmoothPolygonHighlighter(PicSmoothPolygon curve, DefaultHighlighterFactory f)
          construct a new Highlighter for the given smooth-polygon
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org