Uses of Interface
jcckit.plot.PlotListener
-
Uses of PlotListener in jcckit
Modifier and TypeClassDescriptionclass
Class which handles plotting into a Graphics context based on the {link jcckit.renderer.GraphicsRenderer}. -
Uses of PlotListener in jcckit.plot
Modifier and TypeMethodDescriptionvoid
Plot.addPlotListener
(PlotListener listener) Adds the specifiedPlotListener
.void
Plot.removePlotListener
(PlotListener listener) Removes the specfiedPlotListener
.