|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object endrov.windowPlateAnalysis.scene.Scene2DRect
public class Scene2DRect
Scene element: text
Field Summary | |
---|---|
EvColor |
borderColor
|
EvColor |
fillColor
|
int |
h
|
int |
w
|
int |
x
|
int |
y
|
Constructor Summary | |
---|---|
Scene2DRect(int x,
int y,
int w,
int h)
|
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 w
public int h
public EvColor fillColor
public EvColor borderColor
Constructor Detail |
---|
public Scene2DRect(int x, int y, int w, int h)
Method Detail |
---|
public void paintComponent(java.awt.Graphics g, Scene2DView p)
paintComponent
in interface Scene2DElement
public java.awt.Rectangle getBoundingBox()
getBoundingBox
in interface Scene2DElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |