endrov.windowPlateAnalysis.scene
Class Scene2DHistogram

java.lang.Object
  extended by endrov.windowPlateAnalysis.scene.Scene2DHistogram
All Implemented Interfaces:
Scene2DElement

public class Scene2DHistogram
extends java.lang.Object
implements Scene2DElement

Scene element: text


Field Summary
 int[] barh
           
 int barw
           
 EvColor fillColor
           
 int x
           
 int y
           
 
Constructor Summary
Scene2DHistogram(int x, int y, int barw, int[] barh)
           
 
Method Summary
 java.awt.Rectangle getBoundingBox()
           
 void paintComponent(java.awt.Graphics g, Scene2DView p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

barw

public int barw

barh

public int[] barh

fillColor

public EvColor fillColor
Constructor Detail

Scene2DHistogram

public Scene2DHistogram(int x,
                        int y,
                        int barw,
                        int[] barh)
Method Detail

paintComponent

public void paintComponent(java.awt.Graphics g,
                           Scene2DView p)
Specified by:
paintComponent in interface Scene2DElement

getBoundingBox

public java.awt.Rectangle getBoundingBox()
Specified by:
getBoundingBox in interface Scene2DElement