com.cosylab.vdct.graphics
Interface VisualComponent

All Known Implementing Classes:
BorderDecorator, Decorator, DesktopPaneDecorator, DrawingSurface, PanelDecorator, WorkspaceDesktop

public interface VisualComponent

Interface class of ComponentDecorator Creation date: (10.12.2000 11:34:30)

Author:
Matej Sekoranja

Method Summary
 void draw(java.awt.Graphics g)
          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)
          Insert the method's description here.
 

Method Detail

draw

void draw(java.awt.Graphics g)
Insert the method's description here. Creation date: (10.12.2000 11:25:20)


getComponentHeight

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


getComponentWidth

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

Returns:
int

resize

void resize(int x0,
            int y0,
            int width,
            int height)
Insert the method's description here. Creation date: (10.12.2000 11:26:54)