Uses of Class
JxnAbstractPainter
-
-
Uses of JxnAbstractPainter in <Unnamed>
Subclasses of JxnAbstractPainter in <Unnamed> Modifier and Type Class Description class
JxnGraphicsPainter
Defines a graphical object for display in aPlotFrame
.class
JxnLine3DPainter
Defines a line object for display in aJxnPerspectivePlotFrame
.class
JxnPolygonPainter
Defines a polygon for display in aPlotFrame
.class
JxnRealArrayCurve
Curve representation ofJxnRealArrayAlgebra
instance(s) (used internally).class
JxnShape2DPainter
Defines a painter object for the display of an object from packagejava.awt.geom
(implementations ofjava.awt.Shape
) in aPlotFrame
.class
JxnSymbolPainter
Defines a symbol for display in aPlotFrame
.class
JxnTextPainter
Defines a text object for display in aPlotFrame
.Methods in <Unnamed> with parameters of type JxnAbstractPainter Modifier and Type Method Description static JxnBasicPlotFrame
JxnAbstractPainter. plot(JxnAbstractPainter ap)
Creates a PlotFrame to displayap
.static JxnBasicPlotFrame
JxnAbstractPainter. plot90(JxnAbstractPainter ap)
TODO: wozu?
-