Interface KmgXYPainter
-
- All Known Implementing Classes:
JxnAbstractPainter
,JxnGraphicsPainter
,JxnLine3DPainter
,JxnPolygonPainter
,JxnRealArrayCurve
,JxnShape2DPainter
,JxnSymbolPainter
,JxnTextPainter
public interface KmgXYPainter
Instances of classes which implement this interface can be displayed in aPlotFrame
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KmgDoubleBounds
getKmgDoubleBounds()
Returns the bounds of the graphical object (called internally).void
paint(KmgGraphicsScaler sk)
Paints the graphical object (called internally).
-