Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ikayaki.gui.AbstractPlot Class Reference

Inheritance diagram for ikayaki.gui.AbstractPlot:

Inheritance graph
[legend]
Collaboration diagram for ikayaki.gui.AbstractPlot:

Collaboration graph
[legend]
List of all members.

Public Member Functions

Override void paintComponent (Graphics g)
abstract void render (int w, int h, Graphics2D g2)

Detailed Description

Abstract class that implements general construction of a graphical plot.

Author:
Aki Sysmäläinen

Definition at line 33 of file AbstractPlot.java.


Member Function Documentation

Override void ikayaki.gui.AbstractPlot.paintComponent Graphics  g  ) 
 

Painter method

Definition at line 39 of file AbstractPlot.java.

References ikayaki.gui.AbstractPlot.render().

Here is the call graph for this function:

abstract void ikayaki.gui.AbstractPlot.render int  w,
int  h,
Graphics2D  g2
[pure virtual]
 

Classes extending this class must implement this

Parameters:
w 
h 
g2 

Implemented in ikayaki.gui.IntensityPlot, and ikayaki.gui.StereoPlot.

Referenced by ikayaki.gui.AbstractPlot.paintComponent().


The documentation for this class was generated from the following file:
Generated on Fri May 6 16:00:50 2005 for Squid by  doxygen 1.4.1