analyzer.plot
Class SubPlot

java.lang.Object
  |
  +--analyzer.plot.PlotElement
        |
        +--analyzer.plot.SubPlot

public class SubPlot
extends PlotElement


Field Summary
protected  PlotDim pd
           
protected  PlotElement sub
           
protected  PlotDim where
           
 
Fields inherited from class analyzer.plot.PlotElement
parent
 
Constructor Summary
SubPlot(PlotDim where, PlotDim pd, PlotElement sub)
           
SubPlot(PlotDim where, PlotDim pd, PlotElement sub, PlotElement next)
           
 
Method Summary
 PlotDim getPlotDim(PlotElement e)
           
protected  void init(PlotDim where, PlotDim pd, PlotElement sub)
           
 void paint(java.awt.Graphics g)
           
 
Methods inherited from class analyzer.plot.PlotElement
addElement, paint, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

where

protected PlotDim where

pd

protected PlotDim pd

sub

protected PlotElement sub
Constructor Detail

SubPlot

public SubPlot(PlotDim where,
               PlotDim pd,
               PlotElement sub)

SubPlot

public SubPlot(PlotDim where,
               PlotDim pd,
               PlotElement sub,
               PlotElement next)
Method Detail

init

protected void init(PlotDim where,
                    PlotDim pd,
                    PlotElement sub)

paint

public void paint(java.awt.Graphics g)

getPlotDim

public PlotDim getPlotDim(PlotElement e)


Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu