| com.jgraph.pad.graph.JGraphpadGraph
JGraphpadGraph | public class JGraphpadGraph extends JGraph (Code) | | Graph that provides tooltips.
|
Constructor Summary | |
public | JGraphpadGraph(GraphLayoutCache cache) Constructs a new graph for the specified cache. |
JGraphpadGraph | public JGraphpadGraph(GraphLayoutCache cache)(Code) | | Constructs a new graph for the specified cache.
Parameters: cache - The cache to construct the graph with. |
getToolTipForCell | protected String getToolTipForCell(Object cell)(Code) | | Returns a tooltip for the specified cell calling
JGraphpadBusinessObject.getTooltip on business objects and
adding information about children, edges, source and target
Parameters: cell - The cell to return the tooltip for. Returns the tooltip for the specified cell. |
getToolTipText | public String getToolTipText(MouseEvent event)(Code) | | Overrides JComponent getToolTipText method
in order to allow the graph to return a tooltip for the topmost cell
under the mouse.
Parameters: event - the MouseEvent that initiated theToolTip display a string containing the tooltip or null ifevent is null |
|
|