Public Member Functions | |
Override void | paintComponent (Graphics g) |
abstract void | render (int w, int h, Graphics2D g2) |
Definition at line 33 of file AbstractPlot.java.
|
Painter method Definition at line 39 of file AbstractPlot.java. References ikayaki.gui.AbstractPlot.render(). |
Here is the call graph for this function:
|
Classes extending this class must implement this
Implemented in ikayaki.gui.IntensityPlot, and ikayaki.gui.StereoPlot. Referenced by ikayaki.gui.AbstractPlot.paintComponent(). |