Uses of Class
jcckit.graphic.GraphicalComposite
-
Packages that use GraphicalComposite Package Description jcckit.graphic jcckit.plot jcckit.renderer -
-
Uses of GraphicalComposite in jcckit.graphic
Methods in jcckit.graphic with parameters of type GraphicalComposite Modifier and Type Method Description void
GraphicalCompositeRenderer. finishRendering(GraphicalComposite composite)
Finishes rendering of the specified composite.void
GraphicalCompositeRenderer. startRendering(GraphicalComposite composite)
Starts rendering of the specified composite before its elements are rendererd. -
Uses of GraphicalComposite in jcckit.plot
Methods in jcckit.plot that return GraphicalComposite Modifier and Type Method Description GraphicalComposite
Plot. getCompletePlot()
Creates a graphical representation of the complete plot. -
Uses of GraphicalComposite in jcckit.renderer
Methods in jcckit.renderer with parameters of type GraphicalComposite Modifier and Type Method Description void
Graphics2DRenderer. finishRendering(GraphicalComposite composite)
Finishes rendering of the specified composite.void
Graphics2DRenderer. startRendering(GraphicalComposite composite)
Starts rendering of the specified composite.
-