Uses of Class
jpicedt.graphic.model.PicMultiCurve
-
Packages that use PicMultiCurve 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. -
-
Uses of PicMultiCurve in jpicedt.graphic.io.formatter
Constructors in jpicedt.graphic.io.formatter with parameters of type PicMultiCurve Constructor Description JPICMultiCurveFormatter(PicMultiCurve curve, JPICFormatter factory) -
Uses of PicMultiCurve in jpicedt.graphic.model
Methods in jpicedt.graphic.model that return PicMultiCurve Modifier and Type Method Description PicMultiCurvePicEllipse. convertToMultiCurve()Return a Bezier curve created from this ellipsePicMultiCurvePicMultiCurve. convertToMultiCurve()converts this ELement to a PicMultiCurve, i.e., itself (no copy).PicMultiCurvePicMultiCurveConvertable. convertToMultiCurve()converts this ELement to a PicMultiCurvePicMultiCurvePicParallelogram. convertToMultiCurve()Return a polygon created from the sides of this parallelogram.PicMultiCurvePicPsCurve. convertToMultiCurve()converts this PicPsCurve to a PicMultiCurve, by simply relying on the appropriate constructor in classPicMultiCurve.PicMultiCurvePicSmoothPolygon. convertToMultiCurve()converts this PicSmoothPolygon to a PicMultiCurve, by simply relying on the appropriate constructor in classPicMultiCurve.Methods in jpicedt.graphic.model with parameters of type PicMultiCurve Modifier and Type Method Description doublePicMultiCurve. 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 Constructor Description PicMultiCurve(PicMultiCurve curve)"cloning" constructor (to be used by clone())
-