http://www.jpicedt.org

Uses of Class
jpicedt.graphic.model.PicMultiCurve

Packages that use PicMultiCurve
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. 
 

Uses of PicMultiCurve in jpicedt.graphic.io.formatter
 

Constructors in jpicedt.graphic.io.formatter with parameters of type PicMultiCurve
JPICMultiCurveFormatter(PicMultiCurve curve, JPICFormatter factory)
           
 

Uses of PicMultiCurve in jpicedt.graphic.model
 

Methods in jpicedt.graphic.model that return PicMultiCurve
 PicMultiCurve PicMultiCurve.clone()
          Override Object.clone() method.
 PicMultiCurve PicSmoothPolygon.convertToMultiCurve()
          Convert this PicSmoothPolygon to a PicMultiCurve, by simply relying on the appropriate constructor in class PicMultiCurve.
 PicMultiCurve PicPsCurve.convertToMultiCurve()
          Convert this PicPsCurve to a PicMultiCurve, by simply relying on the appropriate constructor in class PicMultiCurve.
 PicMultiCurve PicParallelogram.convertToMultiCurve()
          Return a polygon created from the sides of this parallelogram.
 PicMultiCurve PicMultiCurveConvertable.convertToMultiCurve()
          converts this ELement to a PicMultiCurve
 PicMultiCurve PicMultiCurve.convertToMultiCurve()
          converts this ELement to a PicMultiCurve, i.e., itself (no copy).
 PicMultiCurve PicEllipse.convertToMultiCurve()
          Return a Bezier curve created from this ellipse.
 

Methods in jpicedt.graphic.model with parameters of type PicMultiCurve
 double PicMultiCurve.distance(PicMultiCurve other)
          Returns the shortest distance b/w the end-points of this curve and those of the given one.
 

Constructors in jpicedt.graphic.model with parameters of type PicMultiCurve
PicMultiCurve(PicMultiCurve curve)
          "cloning" constructor (to be used by clone())
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org