trans.graphics
Class Box

java.lang.Object
  extended bytrans.graphics.Box

public class Box
extends java.lang.Object

Box for IntervalPlotter.


Constructor Summary
Box(double baseStart, double baseStop, double baseFirstPosition, java.awt.Color color)
           
 
Method Summary
 void draw(java.awt.Graphics2D g2)
           
 double makeGlyphs(Graph graph, double y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Box

public Box(double baseStart,
           double baseStop,
           double baseFirstPosition,
           java.awt.Color color)
Method Detail

makeGlyphs

public double makeGlyphs(Graph graph,
                         double y)

draw

public void draw(java.awt.Graphics2D g2)