This package contains the zoom tables which are used to determine the size and position of the objects in the graph area.
This is the zoom table interface which every zoom table has to implement.
returns a point corrected by the zoom level
returns the zoom level for a Node_Display
returns the zoom level for a Node_Display
sets the attribut Global_Zoom
gets the attribut Global_Zoom
increases the zoom level
decreases the zoom level
returns an area corrected by the zoom level
attaches a zoom observer to the list of observers.
detaches a zoom observer from the list of observers.
This is the zoom table observer interface. The observer will be notified after the zoom table it is observing changed.