Uses of Interface
KmgXYPainter
-
-
Uses of KmgXYPainter in <Unnamed>
Classes in <Unnamed> that implement KmgXYPainter Modifier and Type Class Description class
JxnAbstractPainter
Defines common properties of graphical (painter) objects.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> that return KmgXYPainter Modifier and Type Method Description KmgXYPainter
Jxn3DPainter. applyProjection(IKmg3DProjection p3d)
Projects the 3D-graphical object to the xy-plane (called internally).KmgXYPainter
JxnAbstractPainter. lw(float lineWidth)
Shortcut ofJxnAbstractPainter.setLineWidth(float)
.KmgXYPainter
JxnAbstractPainter. setColor(Color color)
Sets the color for this object.KmgXYPainter
JxnAbstractPainter. setIgnoreBounds()
Do not consider this graphical object for scaling.KmgXYPainter
JxnAbstractPainter. setIgnoreBounds(boolean ignore)
Determines if to consider this graphical object for scaling.KmgXYPainter
JxnAbstractPainter. setLineWidth(float lineWidth)
Sets the line width (if appropriate) for this object.KmgXYPainter
JxnAbstractPainter. setStroke(Stroke stroke)
Sets theStroke
(if appropriate) for this object.Methods in <Unnamed> with parameters of type KmgXYPainter Modifier and Type Method Description KmgFormelPlotFrame
KmgFormelPlotFrame. add(KmgXYPainter painter)
Shows an additional graphical (painter) object in thisPlotFrame
.KmgFormelPlotFrame
KmgFormelPlotFrame. add(KmgXYPainter[] painter)
Shows additional graphical (painter) objects in thisPlotFrame
.static Frame
JxnUtilities. plot(KmgXYPainter painter)
Deprecated....
-