|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jcckit.plot.PlotCanvas jcckit.GraphicsPlotCanvas jcckit.GraphicsPlotCanvas2
Java 2 aware extentions of GraphicsPlotCanvas
.
Nested Class Summary | |
protected class |
GraphicsPlotCanvas2.GraphicsJPanel
Swing component which actually shows the rendered plot. |
Nested classes inherited from class jcckit.GraphicsPlotCanvas |
GraphicsPlotCanvas.GraphicsCanvas, GraphicsPlotCanvas.GraphicsPainter |
Field Summary | |
protected GraphicsPlotCanvas2.GraphicsJPanel |
_jPanel
Wrapped Swing component. |
Fields inherited from class jcckit.GraphicsPlotCanvas |
_canvas, BACKGROUND_KEY, DOUBLE_BUFFERING_KEY, FOREGROUND_KEY |
Fields inherited from class jcckit.plot.PlotCanvas |
HORIZONTAL_ANCHOR_KEY, PAPER_KEY, PLOT_KEY, VERTICAL_ANCHOR_KEY |
Constructor Summary | |
GraphicsPlotCanvas2(ConfigParameters config)
Creates an instance from the specified configuration parameters. |
Method Summary | |
protected void |
createGraphicsJPanel()
Creates an instance of GraphicsPlotCanvas2.GraphicsJPanel
which wraps the rendered plot. |
javax.swing.JPanel |
getGraphicsJPanel()
Returns a Swing component which wraps the rendered plot. |
void |
plotChanged(PlotEvent event)
Repaints the wrapping GUI component. |
Methods inherited from class jcckit.GraphicsPlotCanvas |
createGraphicsCanvas, drawInto, getGraphicsCanvas, main, mapCursorPosition, run, setDoubleBuffering, setMarker, setRenderer |
Methods inherited from class jcckit.plot.PlotCanvas |
connect, getHorizontalAnchor, getPaper, getPlot, getVerticalAnchor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected GraphicsPlotCanvas2.GraphicsJPanel _jPanel
Constructor Detail |
public GraphicsPlotCanvas2(ConfigParameters config)
GraphicsPlotCanvas
apply.
Method Detail |
protected void createGraphicsJPanel()
GraphicsPlotCanvas2.GraphicsJPanel
which wraps the rendered plot.
public void plotChanged(PlotEvent event)
plotChanged
in interface PlotListener
plotChanged
in class GraphicsPlotCanvas
public javax.swing.JPanel getGraphicsJPanel()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |