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 void
draw(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
-
-
-
-
Method Detail
-
draw
public void draw(Graphics g)
Default implementation Creation date: (10.12.2000 11:25:20)- Specified by:
draw
in interfaceVisualComponent
- Overrides:
draw
in classDecorator
- Parameters:
g
- g
-
getComponentHeight
public int getComponentHeight()
Insert the method's description here. Creation date: (11.12.2000 16:23:31)- Specified by:
getComponentHeight
in interfaceVisualComponent
- Overrides:
getComponentHeight
in classDecorator
- Returns:
- something
-
getComponentWidth
public int getComponentWidth()
Insert the method's description here. Creation date: (11.12.2000 16:23:02)- Specified by:
getComponentWidth
in interfaceVisualComponent
- Overrides:
getComponentWidth
in 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:
resize
in interfaceVisualComponent
- Overrides:
resize
in classDecorator
- Parameters:
x0
- x0y0
- y0height
- heightwidth
- width
-
-