com.cosylab.vdct.graphics
Class BorderDecorator

java.lang.Object
  extended by com.cosylab.vdct.graphics.Decorator
      extended by 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:

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

BorderDecorator

public BorderDecorator()
Insert the method's description here. Creation date: (10.12.2000 13:28:06)

Method Detail

draw

public void draw(java.awt.Graphics g)
Default implementation Creation date: (10.12.2000 11:25:20)

Specified by:
draw in interface VisualComponent
Overrides:
draw in class Decorator

getComponentHeight

public int getComponentHeight()
Insert the method's description here. Creation date: (11.12.2000 16:23:31)

Specified by:
getComponentHeight in interface VisualComponent
Overrides:
getComponentHeight in class Decorator

getComponentWidth

public int getComponentWidth()
Insert the method's description here. Creation date: (11.12.2000 16:23:02)

Specified by:
getComponentWidth in interface VisualComponent
Overrides:
getComponentWidth in class Decorator
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 interface VisualComponent
Overrides:
resize in class Decorator