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