org.corpstein.image
Class YAxisLabels

java.lang.Object
  extended by org.corpstein.image.Layer
      extended by org.corpstein.image.YAxisLabels

public class YAxisLabels
extends Layer

Version:
$Revision: 1.3 $ $Date: 2005/04/24 21:09:24 $
Author:
David Corpstein

Field Summary
 
Fields inherited from class org.corpstein.image.Layer
background, border, borderColor, DEFAULT_BORDER, DEFAULT_BORDER_COLOR, height, width, x, y, z
 
Constructor Summary
YAxisLabels(ChartStyle style, ChartMetrics metrics)
           
 
Method Summary
 void draw(java.awt.Graphics2D g)
           
 
Methods inherited from class org.corpstein.image.Layer
getBackground, getBorder, getBorderColor, getHeight, getWidth, getX, getY, getZ, setBackground, setBorder, setBorderColor, setHeight, setWidth, setX, setY, setZ
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YAxisLabels

public YAxisLabels(ChartStyle style,
                   ChartMetrics metrics)
Method Detail

draw

public void draw(java.awt.Graphics2D g)
Overrides:
draw in class Layer


Last update: 20050424 1651