org.micropainter.ext.incub.bargraph
Class Bar

java.lang.Object
  extended by org.micropainter.ext.incub.bargraph.Bar

public class Bar
extends java.lang.Object


Field Summary
(package private)  double width
           
(package private)  double x
           
(package private)  double y
           
 
Constructor Summary
Bar(double x, double y, double width)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

double x

y

double y

width

double width
Constructor Detail

Bar

public Bar(double x,
           double y,
           double width)