org.micropainter.ext.incub.bar2
Class Bar2

java.lang.Object
  extended by org.micropainter.ext.incub.bar2.Bar2

public class Bar2
extends java.lang.Object


Field Summary
(package private)  float alphaTransparence
           
(package private)  java.awt.Paint paint
           
(package private)  double width
           
(package private)  double x
           
(package private)  double y
           
 
Constructor Summary
Bar2(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

paint

java.awt.Paint paint

alphaTransparence

float alphaTransparence

x

double x

y

double y

width

double width
Constructor Detail

Bar2

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