corina.graph
Class StandardPlot

java.lang.Object
  |
  +--corina.graph.StandardPlot

public class StandardPlot
extends Object


Constructor Summary
StandardPlot(Range bounds, JPanel panel)
           
 
Method Summary
 boolean contact(Graph gg, Point p)
           
 void draw(Graphics2D g2, Graph g, boolean isCurrent, int xscroll)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardPlot

public StandardPlot(Range bounds,
                    JPanel panel)
Method Detail

draw

public void draw(Graphics2D g2,
                 Graph g,
                 boolean isCurrent,
                 int xscroll)

contact

public boolean contact(Graph gg,
                       Point p)

update

public void update()