| de.ug2t.unifiedGui.interfaces.IUnSnapShotComponent
All known Subclasses: de.ug2t.channel.ho.server.generic.HoSrvGenericSnapShopComponent, de.ug2t.channel.markup.generic.MuGenericSnapShotComponent, de.ug2t.channel.ho.client.swing.HoSwingSnapShotComponent,
IUnSnapShotComponent | public interface IUnSnapShotComponent (Code) | | author: Dirk author: date: 30.01.2005 author: author: Purpose: IUnSnapShotComponent is the common interface to snapshot widgets. A author: snapshot widget is a picture of a any Java Swing widget. author:
|
Inner Class :public static class Factory | |
Inner Class :static class VWin | |
pcmf_commitWidget | public void pcmf_commitWidget()(Code) | |
Commits all changes, which means that the drawed Image is updated
|
pcmf_getUnComponent | public UnComponent pcmf_getUnComponent()(Code) | |
Gets the associated gui-object which implements all common methods
gui-object |
pcmf_getWidgetSizeX | public int pcmf_getWidgetSizeX()(Code) | |
Gets the size of the widget in x direction in pixel
size in x direction in pixel |
pcmf_getWidgetSizeY | public int pcmf_getWidgetSizeY()(Code) | |
Gets the size of the widget in y direction in pixel
size in y direction in pixel |
pcmf_setSnapShotRoot | public void pcmf_setSnapShotRoot(Component xWdg)(Code) | |
Sets the Component object to insert the widgets to snapshot
Graphics object |
pcmf_setWidgetSize | public void pcmf_setWidgetSize(int x, int y)(Code) | |
Sets the size of the widget
Parameters: x - size in x direction in pixel Parameters: y - size in y direction in pixel |
|
|