|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.graphics.Decorator
public abstract class Decorator
Decorator (using Decorator pattern) Creation date: (10.12.2000 11:02:55)
Constructor Summary | |
---|---|
Decorator()
Insert the method's description here. |
|
Decorator(VisualComponent component)
ComponentManager constructor comment. |
Method Summary | |
---|---|
void |
draw(java.awt.Graphics g)
Default implementation Creation date: (10.12.2000 11:25:20) |
VisualComponent |
getComponent()
Insert the method's description here. |
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) |
void |
setComponent(VisualComponent newComponent)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Decorator()
public Decorator(VisualComponent component)
Method Detail |
---|
public void draw(java.awt.Graphics g)
draw
in interface VisualComponent
public VisualComponent getComponent()
public int getComponentHeight()
getComponentHeight
in interface VisualComponent
public int getComponentWidth()
getComponentWidth
in interface VisualComponent
public void resize(int x0, int y0, int width, int height)
resize
in interface VisualComponent
public void setComponent(VisualComponent newComponent)
newComponent
- com.cosylab.vdct.graphics.VisualComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |