| de.ug2t.unifiedGui.interfaces.IUnDrawPane
All known Subclasses: de.ug2t.channel.markup.generic.MuGenericDrawPane, de.ug2t.channel.ho.server.generic.HoSrvGenericDrawPane, de.ug2t.channel.ho.client.swing.HoSwingDrawPane,
IUnDrawPane | public interface IUnDrawPane extends IUnComponent(Code) | | author: Dirk author: date: 11.06.2004 author: author: Purpose: IUnDrawPane is the common interface to draw panes. You can use these author: panes to draw on them. author:
|
Inner Class :public static class Factory | |
pcmf_clearDrawPane | public void pcmf_clearDrawPane()(Code) | |
Clears the draw pane. Does no commit
|
pcmf_commitDrawPane | public void pcmf_commitDrawPane()(Code) | |
Commits all changes, which means that the drawed Image is updated
|
pcmf_getDrawPaneSizeX | public int pcmf_getDrawPaneSizeX()(Code) | |
Gets the size of the drawpane in x direction in pixel
size in x direction in pixel |
pcmf_getDrawPaneSizeY | public int pcmf_getDrawPaneSizeY()(Code) | |
Gets the size of the drawpane in y direction in pixel
size in y direction in pixel |
pcmf_getGraphics | public Graphics pcmf_getGraphics()(Code) | |
Gets the Graphics object to draw on
Graphics object |
pcmf_setDrawPaneSize | public void pcmf_setDrawPaneSize(int x, int y)(Code) | |
Sets the size of the pane
Parameters: x - size in x direction in pixel Parameters: y - size in y direction in pixel |
|
|