|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.graphics.Decorator
com.cosylab.vdct.graphics.BorderDecorator
public class BorderDecorator
Insert the type's description here. Creation date: (10.12.2000 13:07:53)
Constructor Summary | |
---|---|
BorderDecorator()
Insert the method's description here. |
Method Summary | |
---|---|
void |
draw(java.awt.Graphics g)
Default implementation Creation date: (10.12.2000 11:25:20) |
int |
getComponentHeight()
Insert the method's description here. |
int |
getComponentWidth()
Insert the method's description here. |
void |
resize(int x0,
int y0,
int width,
int height)
Default implementation Creation date: (10.12.2000 11:26:54) |
Methods inherited from class com.cosylab.vdct.graphics.Decorator |
---|
getComponent, setComponent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BorderDecorator()
Method Detail |
---|
public void draw(java.awt.Graphics g)
draw
in interface VisualComponent
draw
in class Decorator
public int getComponentHeight()
getComponentHeight
in interface VisualComponent
getComponentHeight
in class Decorator
public int getComponentWidth()
getComponentWidth
in interface VisualComponent
getComponentWidth
in class Decorator
public void resize(int x0, int y0, int width, int height)
resize
in interface VisualComponent
resize
in class Decorator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |