| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectendrov.windowPlateAnalysis.scene.Scene2DHistogram
public class Scene2DHistogram
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 | 
|---|
public int x
public int y
public int barw
public int[] barh
public EvColor fillColor
| Constructor Detail | 
|---|
public Scene2DHistogram(int x,
                        int y,
                        int barw,
                        int[] barh)
| Method Detail | 
|---|
public void paintComponent(java.awt.Graphics g,
                           Scene2DView p)
paintComponent in interface Scene2DElementpublic java.awt.Rectangle getBoundingBox()
getBoundingBox in interface Scene2DElement| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||