Package OpenCAGE.Pixmap_Tables

This package contains the pixmap tables which are used to retrieve node pixmaps depending on the state, the node model and the zoom level.

Class Pixmap_Table

This is the (node) pixmap table interface which every (node) pixmap table has to implement.

Operations

public Graphics.Pixmaps.Pixmap Get_Pixmap( OpenCAGE.GIF.Node_Model Model, OpenCAGE.GUI.Displays.States.State State, OpenCAGE.Zoom_Tables.Zoom_Table Zoom);

Returns a pixmap for the given data.

public String Get_Default_ID(void);

returns a default name of pixmap table

public String Get_Default_Path(void);

returns the default path of pixmap table