Package com.cosylab.vdct.graphics
Class BorderDecorator
- java.lang.Object
-
- com.cosylab.vdct.graphics.Decorator
-
- com.cosylab.vdct.graphics.BorderDecorator
-
- All Implemented Interfaces:
VisualComponent
public class BorderDecorator extends Decorator
Insert the type's description here. Creation date: (10.12.2000 13:07:53)- Author:
- cosylab
-
-
Constructor Summary
Constructors Constructor Description BorderDecorator()Insert the method's description here.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddraw(Graphics g)Default implementation Creation date: (10.12.2000 11:25:20)intgetComponentHeight()Insert the method's description here.intgetComponentWidth()Insert the method's description here.voidresize(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
-
-
-
-
Method Detail
-
draw
public void draw(Graphics g)
Default implementation Creation date: (10.12.2000 11:25:20)- Specified by:
drawin interfaceVisualComponent- Overrides:
drawin classDecorator- Parameters:
g- g
-
getComponentHeight
public int getComponentHeight()
Insert the method's description here. Creation date: (11.12.2000 16:23:31)- Specified by:
getComponentHeightin interfaceVisualComponent- Overrides:
getComponentHeightin classDecorator- Returns:
- something
-
getComponentWidth
public int getComponentWidth()
Insert the method's description here. Creation date: (11.12.2000 16:23:02)- Specified by:
getComponentWidthin interfaceVisualComponent- Overrides:
getComponentWidthin classDecorator- Returns:
- int
-
resize
public void resize(int x0, int y0, int width, int height)Default implementation Creation date: (10.12.2000 11:26:54)- Specified by:
resizein interfaceVisualComponent- Overrides:
resizein classDecorator- Parameters:
x0- x0y0- y0height- heightwidth- width
-
-