org.micropainter.ext.incub.bar1
Class Bar1

java.lang.Object
  extended by org.micropainter.ext.incub.bar1.Bar1

public class Bar1
extends java.lang.Object

Author:
Sebastien Janaud

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
Bar1(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

paint

java.awt.Paint paint

alphaTransparence

float alphaTransparence
Constructor Detail

Bar1

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