Package com.cosylab.vdct.graphics
Interface VisualComponent
-
- All Known Implementing Classes:
BorderDecorator,Decorator,DesktopPaneDecorator,DrawingSurface,PanelDecorator,WorkspaceDesktop
public interface VisualComponentInterface class of ComponentDecorator Creation date: (10.12.2000 11:34:30)- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddraw(Graphics g)Insert the method's description here.intgetComponentHeight()Insert the method's description here.intgetComponentWidth()Insert the method's description here.voidresize(int x0, int y0, int width, int height)Insert the method's description here.
-
-
-
Method Detail
-
draw
void draw(Graphics g)
Insert the method's description here. Creation date: (10.12.2000 11:25:20)- Parameters:
g- g
-
getComponentHeight
int getComponentHeight()
Insert the method's description here. Creation date: (11.12.2000 16:23:31)- Returns:
- something
-
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)- Parameters:
x0- x0y0- y0width- widthheight- height
-
-