|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jcckit.GraphicsPlotCanvas.GraphicsPainter jcckit.Graphics2DPlotCanvas.Graphics2DPainter
Painter which draw the plot into a Graphics2D instance.
Constructor Summary | |
Graphics2DPlotCanvas.Graphics2DPainter(java.awt.Component component)
|
Method Summary | |
protected void |
calculateTransformation(java.awt.Dimension size)
Calculate the transformation form device-independent coordinates into device-dependent coordinates according to the specified canvas size. |
protected Renderer |
createRenderer(java.awt.Graphics g)
Creates an instance of Graphics2DRenderer for the
specified Graphics2D context. |
protected void |
prepare(java.awt.Graphics g)
Sets identity transformation for the specified Graphics2D context. |
Methods inherited from class jcckit.GraphicsPlotCanvas.GraphicsPainter |
paint |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Graphics2DPlotCanvas.Graphics2DPainter(java.awt.Component component)
Method Detail |
protected void prepare(java.awt.Graphics g)
prepare
in class GraphicsPlotCanvas.GraphicsPainter
protected Renderer createRenderer(java.awt.Graphics g)
Graphics2DRenderer
for the
specified Graphics2D context.
createRenderer
in class GraphicsPlotCanvas.GraphicsPainter
protected void calculateTransformation(java.awt.Dimension size)
GraphicsPlotCanvas.GraphicsPainter
calculateTransformation
in class GraphicsPlotCanvas.GraphicsPainter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |