Uses of Interface
KmgXYPainter
-
-
Uses of KmgXYPainter in <Unnamed>
Classes in <Unnamed> that implement KmgXYPainter Modifier and Type Class Description classJxnAbstractPainterDefines common properties of graphical (painter) objects.classJxnGraphicsPainterDefines a graphical object for display in aPlotFrame.classJxnLine3DPainterDefines a line object for display in aJxnPerspectivePlotFrame.classJxnPolygonPainterDefines a polygon for display in aPlotFrame.classJxnRealArrayCurveCurve representation ofJxnRealArrayAlgebrainstance(s) (used internally).classJxnShape2DPainterDefines a painter object for the display of an object from packagejava.awt.geom(implementations ofjava.awt.Shape) in aPlotFrame.classJxnSymbolPainterDefines a symbol for display in aPlotFrame.classJxnTextPainterDefines a text object for display in aPlotFrame.Methods in <Unnamed> that return KmgXYPainter Modifier and Type Method Description KmgXYPainterJxn3DPainter. applyProjection(IKmg3DProjection p3d)Projects the 3D-graphical object to the xy-plane (called internally).KmgXYPainterJxnAbstractPainter. lw(float lineWidth)Shortcut ofJxnAbstractPainter.setLineWidth(float).KmgXYPainterJxnAbstractPainter. setColor(Color color)Sets the color for this object.KmgXYPainterJxnAbstractPainter. setIgnoreBounds()Do not consider this graphical object for scaling.KmgXYPainterJxnAbstractPainter. setIgnoreBounds(boolean ignore)Determines if to consider this graphical object for scaling.KmgXYPainterJxnAbstractPainter. setLineWidth(float lineWidth)Sets the line width (if appropriate) for this object.KmgXYPainterJxnAbstractPainter. setStroke(Stroke stroke)Sets theStroke(if appropriate) for this object.Methods in <Unnamed> with parameters of type KmgXYPainter Modifier and Type Method Description KmgFormelPlotFrameKmgFormelPlotFrame. add(KmgXYPainter painter)Shows an additional graphical (painter) object in thisPlotFrame.KmgFormelPlotFrameKmgFormelPlotFrame. add(KmgXYPainter[] painter)Shows additional graphical (painter) objects in thisPlotFrame.static FrameJxnUtilities. plot(KmgXYPainter painter)Deprecated....
-