|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PicMultiCurveConvertable | |
---|---|
jpicedt.graphic.model | Document structure and graphic primitives. |
Uses of PicMultiCurveConvertable in jpicedt.graphic.model |
---|
Classes in jpicedt.graphic.model that implement PicMultiCurveConvertable | |
---|---|
class |
Drawing.BoundingBox
|
class |
PicCircleFrom3Points
A class implementing either a circle or an arc, whose geometry is specified by a PicEllipse ,
yet is further controllable by three additional points: this may either be a plain circle going through
these three points, or an arc going from P_1 to P_3 through P_2 , in
which case a pie or a chord may be added as well. |
class |
PicEllipse
Ellipse ou arc, basé sur un parallélogramme. |
class |
PicMultiCurve
PicMultiCurve is basically an AbstractCurve where each subdivision point has
additionnal features regarding 2nd-order smoothness and symmetry. |
class |
PicParallelogram
A class implementing a parallelogram. |
class |
PicPsCurve
A multicurve, either closed or not, going through a set of control points. |
class |
PicSmoothPolygon
A multicurve, either closed or not, the geometry of which is specified using a polygon, in such a way that the curve snakes "smoothly" along the polygon. |
Methods in jpicedt.graphic.model that return PicMultiCurveConvertable | |
---|---|
PicMultiCurveConvertable |
PicMultiCurve.fetchClosestCurve(Collection l)
Returns the curve in the given collection that is closest to this one in the sense of the distance() method. |
Methods in jpicedt.graphic.model with parameters of type PicMultiCurveConvertable | |
---|---|
void |
PicMultiCurve.join(PicMultiCurveConvertable c)
Join this curve and the given Element after proper conversion of the latter to a
PicMultiCurve , by appending the control points of the given curve to this one. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |