JGraph
v1.0.7

A B C D E F G H I J K L M N O P Q R S T U V

G

getAllDescendants(CellView[]) - Method in class com.jgraph.graph.GraphView
Returns all views, including descendants that have a parent in views, especially the PortViews.
getAnchor() - Method in interface com.jgraph.graph.Port
Returns the anchor of the port.
getAnchor() - Method in class com.jgraph.graph.DefaultPort
Returns the anchor of this port.
getAttributeMap() - Method in interface com.jgraph.event.GraphModelEvent.GraphViewChange
Returns a map that contains (object, map) pairs which holds the new attributes for each changed cell.
getAttributeMap() - Method in class com.jgraph.graph.GraphView.GraphViewEdit
Returns a map of (cell view, attribute) pairs.
getAttributeMap() - Method in class com.jgraph.graph.GraphView.GraphViewLayerEdit
Returns a map of (cell view, attribute) pairs.
getAttributeMap() - Method in class com.jgraph.graph.GraphTransferable
Returns a map of (GraphCell, Map)-pairs that represent the view attributes for the respecive cells.
getAttributeMap() - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelEdit
Returns a map of (object, view attributes).
getAttributes() - Method in interface com.jgraph.graph.GraphCell
Returns the properties of the cell.
getAttributes() - Method in class com.jgraph.graph.DefaultGraphCell
Returns the properies of the cell.
getAttributes() - Method in interface com.jgraph.graph.CellView
Returns all attributes of the view as a map.
getAttributes() - Method in class com.jgraph.graph.AbstractCellView
Return the attributes of the view.
getAttributes(Object) - Method in interface com.jgraph.graph.GraphModel
Returns a Map that represents the properties for the specified cell.
getAttributes(Object) - Method in class com.jgraph.graph.DefaultGraphModel
Returns a Map that represents the properties for the specified cell.
getBackground(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the value attribute from the specified map.
getBeginSize(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the opaque attribute from the specified map.
getBorder() - Method in class com.jgraph.graph.DefaultGraphCellEditor.DefaultTextField
Overrides JComponent.getBorder to returns the current border.
getBorder(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the value attribute from the specified map.
getBorderColor(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the value attribute from the specified map.
getBorderSelectionColor() - Method in class com.jgraph.graph.DefaultGraphCellEditor
Returns the color the border is drawn.
getBounds() - Method in class com.jgraph.graph.VertexView
Returns the cached bounds for the vertex.
getBounds() - Method in class com.jgraph.graph.PortView
Returns the bounds for the port view.
getBounds() - Method in class com.jgraph.graph.GraphTransferable
 
getBounds() - Method in class com.jgraph.graph.EdgeView
Returns the location for this portview.
getBounds() - Method in interface com.jgraph.graph.CellView
Returns the bounds for the view.
getBounds() - Method in class com.jgraph.graph.AbstractCellView
Returns the bounding rectangle for this view.
getBounds(CellView) - Method in class com.jgraph.graph.EdgeRenderer
Returns the bounds of the edge shape.
getBounds(CellView[]) - Static method in class com.jgraph.graph.AbstractCellView
Returns the bounding box for the specified views.
getBounds(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the bounds attribute from the specified map.
getCell() - Method in class com.jgraph.event.GraphSelectionEvent
Returns the first cell.
getCell() - Method in class com.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder
Returns the cell.
getCell() - Method in interface com.jgraph.graph.CellView
Returns the model object that this view represents.
getCell() - Method in class com.jgraph.graph.AbstractCellView
Returns the model object that this view represents.
getCellBounds(Object) - Method in class com.jgraph.JGraph
Returns the bounding rectangle of the specified cell.
getCellBounds(Object[]) - Method in class com.jgraph.JGraph
Returns the bounding rectangle of the specified cells.
getCellEditorValue() - Method in class com.jgraph.graph.DefaultGraphCellEditor
Returns the value currently being edited.
getCells() - Method in class com.jgraph.event.GraphSelectionEvent
Returns the cells that have been added or removed from the selection.
getCells() - Method in class com.jgraph.graph.GraphTransferable
Returns the cells that represent the selection.
getCells() - Method in class com.jgraph.graph.GraphContext
Returns the array that was passed to the constructor.
getCells(CellView[]) - Method in class com.jgraph.graph.GraphView
Takes an array of views and returns the array of the corresponding cells by using getCell for each view.
getCenterPoint() - Method in class com.jgraph.graph.VertexView
Returns the center of this vertex.
getChange() - Method in class com.jgraph.event.GraphModelEvent
Returns the object that constitues the change.
getChanged() - Method in interface com.jgraph.event.GraphModelEvent.GraphViewChange
Returns the objects that have changed.
getChanged() - Method in class com.jgraph.graph.GraphView.GraphViewEdit
Returns the views that have changed.
getChanged() - Method in class com.jgraph.graph.GraphView.GraphViewLayerEdit
Returns the cells that have changed.
getChanged() - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelEdit
Returns the cells that have changed.
getChanged() - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit
Returns the cells that have changed.
getChangedEdges() - Method in class com.jgraph.graph.ConnectionSet
Returns a Set for the edges in this connection set.
getChangedNodes() - Method in class com.jgraph.graph.ParentMap
Returns a Set for the nodes, childs and parents, in this parent map.
getChild() - Method in class com.jgraph.graph.ParentMap.Entry
Returns the child of the relation.
getChild(Object, int) - Method in interface com.jgraph.graph.GraphModel
Returns the child of parent at index index in the parent's child array.
getChild(Object, int) - Method in class com.jgraph.graph.DefaultGraphModel
Returns the child of parent at index index in the parent's child array.
getChildCount(Object) - Method in interface com.jgraph.graph.GraphModel
Returns the number of children of parent.
getChildCount(Object) - Method in class com.jgraph.graph.DefaultGraphModel
Returns the number of children of parent.
getChildren() - Method in class com.jgraph.graph.DefaultGraphCell
Provides access to the children list to change ordering.
getChildViews() - Method in interface com.jgraph.graph.CellView
Returns the child views of this view.
getChildViews() - Method in class com.jgraph.graph.AbstractCellView
Returns the child views of this view.
getConnectionSet() - Method in class com.jgraph.graph.GraphTransferable
Returns the connections between cells (and possibly other, unselected cells).
getContext() - Method in interface com.jgraph.event.GraphModelEvent.GraphViewChange
Returns the objects that have not changed explicitly, but implicitly because one of their dependent cells has changed.
getContext() - Method in class com.jgraph.plaf.basic.BasicGraphUI.RootHandle
 
getContext() - Method in class com.jgraph.graph.GraphView.GraphViewEdit
Returns the views that have not changed explicitly, but implicitly because one of their dependent cells has changed.
getContext() - Method in class com.jgraph.graph.GraphView.GraphViewLayerEdit
Returns the views that have not changed explicitly, but implicitly because one of their dependent cells has changed.
getContext() - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelEdit
Returns the objects that have not changed explicitly, but implicitly because one of their dependent cells has changed.
getDashPattern(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the value attribute from the specified map.
getDescendantCount() - Method in class com.jgraph.graph.GraphContext
Returns the number of all objects (cells and children) in this object.
getDescendants(GraphModel, Object[]) - Static method in class com.jgraph.graph.DefaultGraphModel
Flattens the given array of root cells by adding the roots and their descandants.
getDescendants(Object[]) - Method in class com.jgraph.JGraph
Returns all cells including all descendants.
getDescendantViews(CellView[]) - Static method in class com.jgraph.graph.AbstractCellView
Returns all views, including descendants that have a parent in views without the PortViews.
getEdge() - Method in class com.jgraph.graph.ConnectionSet.Connection
Returns the edge of the connection.
getEdgePoint(EdgeView, int) - Method in class com.jgraph.graph.PortView
Returns the point of edge at index index.
getEdgeRenderer() - Method in class com.jgraph.graph.EdgeView
Returns the local renderer.
getEdges() - Method in class com.jgraph.graph.DefaultPort
Returns the anchor of this port.
getEdges(GraphModel, Object[]) - Static method in class com.jgraph.graph.DefaultGraphModel
Return the set of edges that are connected to the specified cells.
getEditClickCount() - Method in class com.jgraph.JGraph
Returns the number of clicks for editing to start.
getEditingCell() - Method in class com.jgraph.JGraph
Returns the cell that is currently being edited.
getEditingCell(JGraph) - Method in class com.jgraph.plaf.basic.BasicGraphUI
Returns the element that is being edited.
getEditingCell(JGraph) - Method in class com.jgraph.plaf.GraphUI
Returns the cell that is being edited.
getEditor() - Method in interface com.jgraph.graph.CellView
Returns a cell editor for the view.
getEditor() - Method in class com.jgraph.graph.AbstractCellView
Returns a cell editor for the view.
getEndSize(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the opaque attribute from the specified map.
getFactory() - Method in class com.jgraph.graph.GraphView
Returns the factory that was passed to the constructor.
getFirstCellForLocation(int, int) - Method in class com.jgraph.JGraph
Returns the topmost cell at the specified location.
getFocusedCell() - Method in class com.jgraph.plaf.basic.BasicGraphUI
Returns the cell that has the focus.
getFont() - Method in class com.jgraph.graph.DefaultGraphCellEditor
Gets the font used for editing.
getFont() - Method in class com.jgraph.graph.DefaultGraphCellEditor.DefaultTextField
 
getFont(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the font for the specified attribute map.
getFontName(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the value attribute from the specified map.
getFontSize(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the value attribute from the specified map.
getFontStyle(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the value attribute from the specified map.
getForeground(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the value attribute from the specified map.
getGraph() - Method in class com.jgraph.graph.GraphContext
Returns the graph that was passed to the constructor.
getGraph() - Method in class com.jgraph.graph.AbstractCellView
Returns the graph associated with the view.
getGraphCellEditorComponent(JGraph, Object, boolean) - Method in interface com.jgraph.graph.GraphCellEditor
Sets an initial value for the editor.
getGraphCellEditorComponent(JGraph, Object, boolean) - Method in class com.jgraph.graph.DefaultRealEditor
 
getGraphCellEditorComponent(JGraph, Object, boolean) - Method in class com.jgraph.graph.DefaultGraphCellEditor
Configures the editor.
getGraphModelListeners() - Method in class com.jgraph.graph.DefaultGraphModel
Return an array of all GraphModelListeners that were added to this model.
getGridColor() - Method in class com.jgraph.JGraph
Returns the current grid color.
getGridSize() - Method in class com.jgraph.JGraph
Returns the size of the grid in pixels.
getHandle(GraphContext) - Method in class com.jgraph.graph.VertexView
Returns a cell handle for the view, if the graph and the view are sizeable.
getHandle(GraphContext) - Method in class com.jgraph.graph.PortView
Returns null.
getHandle(GraphContext) - Method in class com.jgraph.graph.EdgeView
Returns a cell handle for the view.
getHandle(GraphContext) - Method in interface com.jgraph.graph.CellView
Returns a cell handle for the view.
getHandle(GraphContext) - Method in class com.jgraph.graph.AbstractCellView
Returns a cell handle for the view.
getHandle(JGraph) - Method in class com.jgraph.plaf.basic.BasicGraphUI
Returns the handle that is currently active, or null, if no handle is currently active.
getHandle(JGraph) - Method in class com.jgraph.plaf.GraphUI
Returns the CellHandle that is currently active, or null if no handle is active.
getHandleColor() - Method in class com.jgraph.JGraph
Returns the current handle color.
getHandleSize() - Method in class com.jgraph.JGraph
Returns the size of the handles.
getHighlightColor() - Method in class com.jgraph.JGraph
Returns the current highlight color.
getHorizontalAlignment(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the opaque attribute from the specified map.
getHorizontalTextPosition(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the opaque attribute from the specified map.
getHTMLData() - Method in class com.jgraph.plaf.basic.BasicTransferable
Fetch the data in a text/html format
getHTMLData() - Method in class com.jgraph.graph.GraphTransferable
Fetch the data in a text/html format.
getIcon(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the value attribute from the specified map.
getIndexOfChild(Object, Object) - Method in interface com.jgraph.graph.GraphModel
Returns the index of child in parent.
getIndexOfChild(Object, Object) - Method in class com.jgraph.graph.DefaultGraphModel
Returns the index of child in parent.
getIndexOfRoot(Object) - Method in interface com.jgraph.graph.GraphModel
Returns the index of root in the model.
getIndexOfRoot(Object) - Method in class com.jgraph.graph.DefaultGraphModel
Returns the index of root in the model.
getInserted() - Method in interface com.jgraph.event.GraphModelEvent.GraphModelChange
Returns the cells that have been inserted into the model.
getInserted() - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelEdit
Returns the cells that were inserted.
getInserted() - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit
Returns the cells that have changed.
getInsertionLocation() - Method in class com.jgraph.plaf.basic.BasicGraphUI
Returns the current location of the Drag-and-Drop activity.
getInvokesStopCellEditing() - Method in class com.jgraph.JGraph
Returns the indicator that tells what happens when editing is interrupted.
getLabelBounds(EdgeView) - Method in class com.jgraph.graph.EdgeRenderer
Returns the label bounds of the specified view in the given graph.
getLabelPosition() - Method in class com.jgraph.graph.EdgeView
Returns a point that describes the position of the label.
getLabelPosition(EdgeView) - Method in class com.jgraph.graph.EdgeRenderer
Returns the label position of the specified view in the given graph.
getLabelPosition(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the label position attribute from the specified map.
getLabelSize(EdgeView) - Method in class com.jgraph.graph.EdgeRenderer
Returns the label size of the specified view in the given graph.
getLineBegin(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the opaque attribute from the specified map.
getLineColor(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the value attribute from the specified map.
getLineEnd(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the opaque attribute from the specified map.
getLineStyle(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the opaque attribute from the specified map.
getLineWidth(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the opaque attribute from the specified map.
getListeners(Class) - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Returns an array of all the listeners of the given type that were added to this model.
getLocation(EdgeView) - Method in class com.jgraph.graph.PortView
Returns the point that the port represents with respect to edge.
getLockedHandleColor() - Method in class com.jgraph.JGraph
Returns the current second handle color.
getMapper() - Method in class com.jgraph.graph.AbstractCellView
Returns the cell mapper associated with the view.
getMapping(Object[]) - Method in class com.jgraph.graph.GraphView
Returns the views for the specified array of cells.
getMapping(Object[], boolean) - Method in class com.jgraph.graph.GraphView
Returns the views for the specified array of cells.
getMapping(Object, boolean) - Method in class com.jgraph.graph.GraphView
Returns the view for the specified cell.
getMapping(Object, boolean) - Method in class com.jgraph.graph.GraphContext
Returns the CellView that is mapped to cell in the graph context.
getMapping(Object, boolean) - Method in interface com.jgraph.graph.CellMapper
Returns the view that is associated with cell.
getMarqueeColor() - Method in class com.jgraph.JGraph
Returns the current marquee color.
getMarqueeHandler() - Method in class com.jgraph.JGraph
Returns the MarqueeHandler that will handle marquee selection.
getMaximumSize(JComponent) - Method in class com.jgraph.plaf.basic.BasicGraphUI
Returns the maximum size for this component, which will be the preferred size if the instance is currently in a JGraph, or 0, 0.
getMinimumMove() - Method in class com.jgraph.JGraph
Returns the miminum amount of pixels for a move operation.
getMinimumSize(JComponent) - Method in class com.jgraph.plaf.basic.BasicGraphUI
Returns the minimum size for this component.
getModel() - Method in class com.jgraph.JGraph
Returns the GraphModel that is providing the data.
getModel() - Method in class com.jgraph.graph.GraphView
Returns the current model.
getModel() - Method in class com.jgraph.graph.AbstractCellView
Returns the model associated with the view.
getNextCellForLocation(Object, int, int) - Method in class com.jgraph.JGraph
Returns the cell at the specified location that is "behind" the current cell.
getNextPoint(EdgeView) - Method in class com.jgraph.graph.PortView
Returns the point that is closest to the port view on edge.
getNextViewAt(CellView[], CellView, int, int) - Method in class com.jgraph.JGraph
Returns the next view at the specified location wrt.
getNextViewAt(CellView, int, int) - Method in class com.jgraph.JGraph
Returns the next view at the specified location wrt.
getOffset(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the offset attribute from the specified map.
getPaintBounds(EdgeView) - Method in class com.jgraph.graph.EdgeRenderer
Returns the bounds of the edge shape without label
getParent() - Method in class com.jgraph.graph.ParentMap.Entry
Returns the parent of the relation.
getParent(Object) - Method in interface com.jgraph.graph.GraphModel
Returns the parent of child in the model.
getParent(Object) - Method in class com.jgraph.graph.DefaultGraphModel
Returns the parent of child in the model.
getParentList(Object) - Method in class com.jgraph.graph.GraphView.GraphViewLayerEdit
Returns the list that exclusively contains view.
getParentList(Object) - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit
Returns the list that exclusively contains view.
getParentView() - Method in class com.jgraph.graph.PortView
This method ensures a non-null value.
getParentView() - Method in interface com.jgraph.graph.CellView
Returns the parent of view of this view.
getParentView() - Method in class com.jgraph.graph.AbstractCellView
Returns the parent view for this view.
getPerimeterPoint(Point, Point) - Method in class com.jgraph.graph.VertexView
Returns the intersection of the bounding rectangle and the straight line between the source and the specified point p.
getPlainData() - Method in class com.jgraph.plaf.basic.BasicTransferable
Fetch the data in a text/plain format.
getPlainData() - Method in class com.jgraph.graph.GraphTransferable
Fetch the data in a text/plain format.
getPoint(int) - Method in class com.jgraph.graph.EdgeView
Returns the cached points for this edge.
getPointCount() - Method in class com.jgraph.graph.EdgeView
Returns the number of point for this edge.
getPoints(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the points attribute from the specified map.
getPort() - Method in class com.jgraph.graph.ConnectionSet.Connection
Returns the port of the connection.
getPortForLocation(int, int) - Method in class com.jgraph.JGraph
Convenience method to return the port at the specified location.
getPorts() - Method in class com.jgraph.graph.GraphView
Returns the ports of the view.
getPortViewAt(int, int) - Method in class com.jgraph.JGraph
Returns the portview at the specified location.
getPreferredMinSize() - Method in class com.jgraph.plaf.basic.BasicGraphUI
Returns the minimum preferred size.
getPreferredScrollableViewportSize() - Method in class com.jgraph.JGraph
Returns the preferred display size of a JGraph.
getPreferredSize() - Method in class com.jgraph.graph.DefaultGraphCellEditor.EditorContainer
Returns the preferred size for the Container.
getPreferredSize(JComponent) - Method in class com.jgraph.plaf.basic.BasicGraphUI
Returns the preferred size to properly display the graph.
getPreferredSize(JGraph, CellView) - Method in class com.jgraph.plaf.basic.BasicGraphUI
Get the preferred Size for a cell view.
getPreferredSize(JGraph, CellView) - Method in class com.jgraph.plaf.GraphUI
Returns the preferred size for view.
getRemoveAttributes(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the value attribute from the specified map.
getRemoved() - Method in interface com.jgraph.event.GraphModelEvent.GraphModelChange
Returns the cells that have been removed from the model.
getRemoved() - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelEdit
Returns the cells that were inserted.
getRemoved() - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit
Returns the cells that have changed.
getRenderer() - Method in class com.jgraph.graph.VertexView
Returns a renderer for the class.
getRenderer() - Method in class com.jgraph.graph.PortView
Returns a renderer for the class.
getRenderer() - Method in class com.jgraph.graph.EdgeView
Returns a renderer for the class.
getRenderer() - Method in class com.jgraph.graph.AbstractCellView
 
getRendererComponent(JGraph, boolean, boolean, boolean) - Method in interface com.jgraph.graph.CellView
Returns a renderer component, configured for the view.
getRendererComponent(JGraph, boolean, boolean, boolean) - Method in class com.jgraph.graph.AbstractCellView
Returns a renderer component, configured for the view.
getRendererComponent(JGraph, CellView, boolean, boolean, boolean) - Method in class com.jgraph.graph.VertexRenderer
Configure and return the renderer based on the passed in components.
getRendererComponent(JGraph, CellView, boolean, boolean, boolean) - Method in class com.jgraph.graph.PortRenderer
Configure and return the renderer based on the passed in components.
getRendererComponent(JGraph, CellView, boolean, boolean, boolean) - Method in class com.jgraph.graph.EdgeRenderer
Configure and return the renderer based on the passed in components.
getRendererComponent(JGraph, CellView, boolean, boolean, boolean) - Method in interface com.jgraph.graph.CellViewRenderer
Configure and return the renderer based on the passed in components.
getRicherData(DataFlavor) - Method in class com.jgraph.plaf.basic.BasicTransferable
 
getRicherData(DataFlavor) - Method in class com.jgraph.graph.GraphTransferable
Fetch the data in a jvm-localreference format.
getRicherFlavors() - Method in class com.jgraph.plaf.basic.BasicTransferable
Some subclasses will have flavors that are more descriptive than HTML or plain text.
getRicherFlavors() - Method in class com.jgraph.graph.GraphTransferable
Returns the jvm-localreference flavors of the transferable.
getRootAt(int) - Method in interface com.jgraph.graph.GraphModel
Returns the root at index index in the model.
getRootAt(int) - Method in class com.jgraph.graph.DefaultGraphModel
Returns the root at index index in the model.
getRootCount() - Method in interface com.jgraph.graph.GraphModel
Returns the number of roots in the model.
getRootCount() - Method in class com.jgraph.graph.DefaultGraphModel
Returns the number of roots in the model.
getRoots() - Method in class com.jgraph.JGraph
Returns all cells that the model contains.
getRoots() - Method in class com.jgraph.graph.GraphView
Returns the roots of the view.
getRoots(GraphModel) - Static method in class com.jgraph.graph.DefaultGraphModel
Returns the roots of the specified model as an array.
getRoots(Rectangle) - Method in class com.jgraph.JGraph
Returns all cells that intersect the given rectangle.
getRoots(Rectangle) - Method in class com.jgraph.graph.GraphView
Return all cells that intersect the given rectangle.
getScale() - Method in class com.jgraph.JGraph
Returns the current scale.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.jgraph.JGraph
Returns the amount for a block increment, which is the height or width of visibleRect, based on orientation.
getScrollableTracksViewportHeight() - Method in class com.jgraph.JGraph
Returns false to indicate that the height of the viewport does not determine the height of the graph, unless the preferred height of the graph is smaller than the viewports height.
getScrollableTracksViewportWidth() - Method in class com.jgraph.JGraph
Returns false to indicate that the width of the viewport does not determine the width of the graph, unless the preferred width of the graph is smaller than the viewports width.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.jgraph.JGraph
Returns the amount to increment when scrolling.
getScrollPane() - Method in class com.jgraph.plaf.basic.BasicGraphUI.ComponentHandler
Returns the JScrollPane housing the JGraph, or null if one isn't found.
getSelectables() - Method in interface com.jgraph.graph.GraphSelectionModel
Returns the cells that are currently selectable.
getSelectables() - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Returns the cells that are currently selectable.
getSelectedChildCount(Object) - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Returns the number of selected childs for cell.
getSelectionCell() - Method in class com.jgraph.JGraph
Returns the first selected cell.
getSelectionCell() - Method in interface com.jgraph.graph.GraphSelectionModel
Returns the first cell in the selection.
getSelectionCell() - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Returns the first cell in the selection.
getSelectionCells() - Method in class com.jgraph.JGraph
Returns all selected cells.
getSelectionCells() - Method in interface com.jgraph.graph.GraphSelectionModel
Returns the cells in the selection.
getSelectionCells() - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Returns the cells in the selection.
getSelectionCount() - Method in class com.jgraph.JGraph
Returns the number of cells selected.
getSelectionCount() - Method in interface com.jgraph.graph.GraphSelectionModel
Returns the number of cells that are selected.
getSelectionCount() - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Returns the number of paths that are selected.
getSelectionMode() - Method in interface com.jgraph.graph.GraphSelectionModel
Returns the current selection mode, either SINGLE_GRAPH_SELECTION or MULTIPLE_GRAPH_SELECTION.
getSelectionMode() - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Returns the selection mode, one of SINGLE_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION or CONTIGUOUS_TREE_SELECTION.
getSelectionModel() - Method in class com.jgraph.JGraph
Returns the model for selections.
getSize(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the size attribute from the specified map.
getSnapSize() - Method in class com.jgraph.JGraph
Returns the maximum distance between the mousepointer and a cell to be selected.
getSource() - Method in interface com.jgraph.event.GraphModelEvent.GraphViewChange
Returns the source of this change.
getSource() - Method in class com.jgraph.graph.GraphView.GraphViewEdit
Returns the source of this change.
getSource() - Method in class com.jgraph.graph.GraphView.GraphViewLayerEdit
Returns the source of this change.
getSource() - Method in class com.jgraph.graph.EdgeView
Returns the portview that represents the source of the edge.
getSource() - Method in interface com.jgraph.graph.Edge
Returns the source of the edge.
getSource() - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelEdit
Returns the source of this change.
getSource() - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit
Returns the source of this change.
getSource() - Method in class com.jgraph.graph.DefaultEdge
Returns the source of the edge.
getSource(Object) - Method in interface com.jgraph.graph.GraphModel
Returns the source of edge.
getSource(Object) - Method in class com.jgraph.graph.DefaultGraphModel
Returns the source of edge.
getSourceActions(JComponent) - Method in class com.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
 
getStoredAttributeMap() - Method in interface com.jgraph.event.GraphModelEvent.GraphModelChange
Returns a map that contains (object, map) pairs of the attributes that have been stored in the model.
getStoredAttributeMap() - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelEdit
Returns a map that contains (object, map) pairs of the attributes that have been stored in the model.
getStoredAttributeMap() - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit
Returns null.
getTarget() - Method in class com.jgraph.graph.EdgeView
Returns the portview that represents the target of the edge.
getTarget() - Method in interface com.jgraph.graph.Edge
Returns the target of the edge.
getTarget() - Method in class com.jgraph.graph.DefaultEdge
Returns the target of the edge.
getTarget(Object) - Method in interface com.jgraph.graph.GraphModel
Returns the target of edge.
getTarget(Object) - Method in class com.jgraph.graph.DefaultGraphModel
Returns the target of edge.
getToolTipText(MouseEvent) - Method in class com.jgraph.JGraph
Overrides JComponent's getToolTipText method in order to allow the graph to create a tooltip for the topmost cell under the mousepointer.
getTransferData(DataFlavor) - Method in class com.jgraph.plaf.basic.BasicTransferable
Returns an object which represents the data to be transferred.
getTransferDataFlavors() - Method in class com.jgraph.plaf.basic.BasicTransferable
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getUI() - Method in class com.jgraph.JGraph
Returns the L&F object that renders this component.
getUIClassID() - Method in class com.jgraph.JGraph
Returns the name of the L&F class that renders this component.
getValue(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the value attribute from the specified map.
getVerticalAlignment(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the opaque attribute from the specified map.
getVerticalTextPosition(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the opaque attribute from the specified map.
getView() - Method in class com.jgraph.JGraph
Returns the GraphView that is providing the view-data.
getViews(GraphView) - Method in interface com.jgraph.event.GraphModelEvent.GraphModelChange
Allows a GraphView to retrieve an array of CellViews that was previously stored with putViews(GraphView, CellView[]).
getViews(GraphView) - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
getViews(GraphView) - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit
Returns the views that have not changed explicitly, but implicitly because one of their dependent cells has changed.
graph - Variable in class com.jgraph.plaf.basic.BasicGraphUI
Component that we're going to be drawing into.
graph - Variable in class com.jgraph.graph.VertexView.SizeHandle
 
graph - Variable in class com.jgraph.graph.VertexRenderer
Cache the current graph for drawing.
graph - Variable in class com.jgraph.graph.PortRenderer
Cache the current graph for drawing
graph - Variable in class com.jgraph.graph.GraphContext
Reference to the parent graph.
graph - Variable in class com.jgraph.graph.EdgeView.EdgeHandle
 
graph - Variable in class com.jgraph.graph.EdgeRenderer
Cache the current graph for drawing
graph - Variable in class com.jgraph.graph.DefaultGraphSelectionModel
Reference to the parent graph.
graph - Variable in class com.jgraph.graph.DefaultGraphCellEditor
JTree instance listening too.
graph - Variable in class com.jgraph.graph.AbstractCellView
Reference to the graph
GRAPH_MODEL_PROPERTY - Static variable in class com.jgraph.JGraph
Bound property name for graphModel.
GRAPH_VIEW_PROPERTY - Static variable in class com.jgraph.JGraph
Bound property name for graphModel.
GraphCell - interface com.jgraph.graph.GraphCell.
Defines the requirements for objects that appear as GraphCells.
GraphCellEditor - interface com.jgraph.graph.GraphCellEditor.
Adds to CellEditor the extensions necessary to configure an editor in a graph.
graphChanged(GraphModelEvent.GraphModelChange) - Method in class com.jgraph.graph.GraphView
Called from BasicGraphUI.ModelHandler to update the view based on the specified GraphModelEvent.
graphChanged(GraphModelEvent) - Method in interface com.jgraph.event.GraphModelListener
Invoked after a cell has changed in some way.
graphChanged(GraphModelEvent) - Method in class com.jgraph.plaf.basic.BasicGraphUI.GraphModelHandler
 
GraphConstants - class com.jgraph.graph.GraphConstants.
A collection of well known or common attribute keys and methods to apply to an Map to get/set the properties in a typesafe manner.
GraphConstants() - Constructor for class com.jgraph.graph.GraphConstants
 
GraphContext - class com.jgraph.graph.GraphContext.
 
GraphContext(JGraph, Object[]) - Constructor for class com.jgraph.graph.GraphContext
Constructs a graph context for cells with respect to the connections defined in the model, and the views in the view of graph.
graphDidChange() - Method in class com.jgraph.JGraph
Messaged when the graph has changed enough that we need to resize the bounds, but not enough that we need to remove the cells (e.g cells were inserted into the graph).
graphModel - Variable in class com.jgraph.JGraph
The model that defines the graph displayed by this object.
graphModel - Variable in class com.jgraph.plaf.basic.BasicGraphUI
Used to determine what to display.
graphModel - Variable in class com.jgraph.graph.GraphView
 
GraphModel - interface com.jgraph.graph.GraphModel.
The interface that defines a suitable data model for a JGraph.
GraphModelEvent - class com.jgraph.event.GraphModelEvent.
Encapsulates information describing changes to a graph model, and is used to notify graph model listeners of the change.
GraphModelEvent.GraphModelChange - interface com.jgraph.event.GraphModelEvent.GraphModelChange.
Defines the interface for objects that may be included into a GraphModelEvent to describe a model change.
GraphModelEvent.GraphViewChange - interface com.jgraph.event.GraphModelEvent.GraphViewChange.
Defines the interface for objects that may be used to represent a change to the view.
GraphModelEvent(Object, GraphModelEvent.GraphModelChange) - Constructor for class com.jgraph.event.GraphModelEvent
Used to create an event when cells have been changed, inserted, or removed, identifying the change as a ModelChange object.
graphModelListener - Variable in class com.jgraph.plaf.basic.BasicGraphUI
Is responsible for updating the view based on model events.
GraphModelListener - interface com.jgraph.event.GraphModelListener.
Defines the interface for an object that listens to changes in a GraphModel.
GraphSelectionEvent - class com.jgraph.event.GraphSelectionEvent.
An event that characterizes a change in the current selection.
GraphSelectionEvent(Object, Object[], boolean[]) - Constructor for class com.jgraph.event.GraphSelectionEvent
Represents a change in the selection of a GraphSelectionModel.
graphSelectionListener - Variable in class com.jgraph.plaf.basic.BasicGraphUI
Updates the display when the selection changes.
GraphSelectionListener - interface com.jgraph.event.GraphSelectionListener.
The listener that's notified when the selection in a GraphSelectionModel changes.
graphSelectionModel - Variable in class com.jgraph.plaf.basic.BasicGraphUI
Model maintaining the selection.
GraphSelectionModel - interface com.jgraph.graph.GraphSelectionModel.
This interface represents the current state of the selection for the graph component.
GraphTransferable - class com.jgraph.graph.GraphTransferable.
An object that represents the clipboard contents for a graph selection.
GraphTransferable(Object[], ConnectionSet, Map, Rectangle) - Constructor for class com.jgraph.graph.GraphTransferable
Constructs a new transferable selection for cells, csand attrMap.
GraphUI - class com.jgraph.plaf.GraphUI.
Pluggable look and feel interface for JGraph.
GraphUI() - Constructor for class com.jgraph.plaf.GraphUI
 
GraphUndoManager - class com.jgraph.graph.GraphUndoManager.
An UndoManager that may be shared among multiple GraphView's.
GraphUndoManager() - Constructor for class com.jgraph.graph.GraphUndoManager
 
graphView - Variable in class com.jgraph.JGraph
The view that defines the display properties of the model.
graphView - Variable in class com.jgraph.plaf.basic.BasicGraphUI
Reference to the graph's view (geometric pattern).
graphView - Variable in class com.jgraph.graph.GraphContext
Reference to the graphs GraphView.
GraphView - class com.jgraph.graph.GraphView.
An object that defines the view of a graphmodel.
GraphView.GraphViewEdit - class com.jgraph.graph.GraphView.GraphViewEdit.
An implementation of GraphViewChange.
GraphView.GraphViewEdit(Map) - Constructor for class com.jgraph.graph.GraphView.GraphViewEdit
Constructs a GraphViewEdit.
GraphView.GraphViewLayerEdit - class com.jgraph.graph.GraphView.GraphViewLayerEdit.
An implementation of GraphViewChange.
GraphView.GraphViewLayerEdit(Object, Object[], int) - Constructor for class com.jgraph.graph.GraphView.GraphViewLayerEdit
Constructs a GraphViewEdit.
GraphView(GraphModel, CellViewFactory) - Constructor for class com.jgraph.graph.GraphView
Constructs a view for the specified model that uses factory to create its views.
graphViewObserver - Variable in class com.jgraph.plaf.basic.BasicGraphUI
Updates the display when the view has changed.
GRID_SIZE_PROPERTY - Static variable in class com.jgraph.JGraph
Bound property name for gridSize.
GRID_VISIBLE_PROPERTY - Static variable in class com.jgraph.JGraph
Bound property name for gridVisible.
gridColor - Variable in class com.jgraph.JGraph
The color of the grid.
gridEnabled - Variable in class com.jgraph.JGraph
True if the snap method should be active (snap to grid).
gridSize - Variable in class com.jgraph.JGraph
The size of the grid in points.
gridVisible - Variable in class com.jgraph.JGraph
True if the grid is visible.

JGraph
v1.0.7

A B C D E F G H I J K L M N O P Q R S T U V
Copyright (C) 2002 Gaudenz Alder. All rights reserved.