Package jpicedt.graphic.model
Interface PicMultiCurveConvertable
-
- All Known Implementing Classes:
PicCircleFrom3Points,PicEllipse,PicMultiCurve,PicParallelogram,PicPsCurve,PicSmoothPolygon
public interface PicMultiCurveConvertableSpecifies Element's that can be converted to a PicMultiCurve- Since:
- jpicedt 1.4pre5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PicMultiCurveconvertToMultiCurve()converts this ELement to a PicMultiCurve
-
-
-
Method Detail
-
convertToMultiCurve
PicMultiCurve convertToMultiCurve()
converts this ELement to a PicMultiCurve
-
-