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.
|
Constructor and Description |
---|
JPICMultiCurveFormatter(PicMultiCurve curve,
JPICFormatter factory) |
Modifier and Type | Method and Description |
---|---|
PicMultiCurve |
PicEllipse.convertToMultiCurve()
Return a Bezier curve created from this ellipse
|
PicMultiCurve |
PicMultiCurve.convertToMultiCurve()
converts this ELement to a PicMultiCurve, i.e., itself (no copy).
|
PicMultiCurve |
PicMultiCurveConvertable.convertToMultiCurve()
converts this ELement to a PicMultiCurve
|
PicMultiCurve |
PicParallelogram.convertToMultiCurve()
Return a polygon created from the sides of this parallelogram.
|
PicMultiCurve |
PicPsCurve.convertToMultiCurve()
converts this PicPsCurve to a PicMultiCurve, by simply relying on the appropriate constructor
in class
PicMultiCurve . |
PicMultiCurve |
PicSmoothPolygon.convertToMultiCurve()
converts this PicSmoothPolygon to a PicMultiCurve, by simply relying on the appropriate constructor
in class
PicMultiCurve . |
Modifier and Type | Method and Description |
---|---|
double |
PicMultiCurve.distance(PicMultiCurve other)
Returns the shortest distance b/w the end-points of this curve and those of the given one.
|
Constructor and Description |
---|
PicMultiCurve(PicMultiCurve curve)
"cloning" constructor (to be used by clone())
|
Submit a bug : syd@jpicedt.org