JGraph
v3.3

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

P

paint(Graphics) - Method in class org.jgraph.graph.EdgeView.EdgeHandle
 
paint(Graphics) - Method in class org.jgraph.graph.VertexView.SizeHandle
 
paint(Graphics) - Method in class org.jgraph.graph.DefaultGraphCellEditor.EditorContainer
Overrides Container.paint to paint the node's icon and use the selection color for the background.
paint(Graphics) - Method in class org.jgraph.graph.VertexRenderer
Paint the renderer.
paint(Graphics) - Method in class org.jgraph.graph.BasicMarqueeHandler
Called after the component was repainted (ie.
paint(Graphics) - Method in interface org.jgraph.graph.CellHandle
Paint the handle on the given graphics object once.
paint(Graphics) - Method in class org.jgraph.graph.PortRenderer
Paint the renderer.
paint(Graphics) - Method in class org.jgraph.graph.EdgeRenderer
Paint the renderer.
paint(Graphics) - Method in class org.jgraph.plaf.basic.BasicGraphUI.RootHandle
 
paint(Graphics, JComponent) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Main painting routine.
paintBackground(Graphics) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Paint the background of this graph.
paintCell(Graphics, CellView, Rectangle2D, boolean) - Method in class org.jgraph.plaf.GraphUI
Paints the renderer of view to g at bounds.
paintCell(Graphics, CellView, Rectangle2D, boolean) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Paints the renderer of view to g at bounds.
paintForeground(Graphics) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Paint the foreground of this graph.
paintGrid(double, Graphics, Rectangle2D) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Paint the grid.
paintLabel(Graphics, String) - Method in class org.jgraph.graph.EdgeRenderer
Paint the specified label for the current edgeview.
paintPort(Graphics, CellView) - Method in class org.jgraph.graph.EdgeView.EdgeHandle
 
paintPorts(Graphics, CellView[]) - Method in class org.jgraph.plaf.GraphUI
Paints the renderers of portViews to g.
paintPorts(Graphics, CellView[]) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Paint ports.
paintSelectionBorder(Graphics) - Method in class org.jgraph.graph.VertexRenderer
Provided for subclassers to paint a selection border.
paramString() - Method in class org.jgraph.JGraph
Returns a string representation of this JGraph.
parent - Variable in class org.jgraph.graph.AbstractCellView
Cached parent view
parent - Variable in class org.jgraph.graph.ParentMap.Entry
Child and parent of the relation this entry describes.
parentMap - Variable in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
ParentMap - class org.jgraph.graph.ParentMap.
An object that describes relations between childs and parents.
ParentMap.Entry - class org.jgraph.graph.ParentMap.Entry.
Object that represents the relation between a child an a parent.
ParentMap.Entry(ParentMap, Object, Object) - Constructor for class org.jgraph.graph.ParentMap.Entry
Constructs a new relation between child and parent.
ParentMap() - Constructor for class org.jgraph.graph.ParentMap
Constructs a ParentMap object.
parents - Variable in class org.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit
 
partial - Variable in class org.jgraph.graph.GraphLayoutCache
Only portions of the model are visible.
PERMILLE - Static variable in class org.jgraph.graph.GraphConstants
100 percent unit for relative positioning.
pm - Variable in class org.jgraph.graph.GraphTransferable
Object that describes the group structure between cells.
points - Variable in class org.jgraph.graph.EdgeView
List of points of the edge.
POINTS - Static variable in class org.jgraph.graph.GraphConstants
Key for the points attribute.
port - Variable in class org.jgraph.graph.ConnectionSet.Connection
The port that will be connected to the edge.
Port - interface org.jgraph.graph.Port.
Defines the requirements for an object that represents a port in a graph model.
PortRenderer - class org.jgraph.graph.PortRenderer.
This renderer displays entries that implement the CellView interface and supports the following attributes: GraphConstants.OFFSET GraphConstants.ABSOLUTE PortRenderer() - Constructor for class org.jgraph.graph.PortRenderer
Constructs a renderer that may be used to render ports.
ports - Variable in class org.jgraph.graph.GraphLayoutCache
Cached array of all ports for the view.
PORTS_VISIBLE_PROPERTY - Static variable in class org.jgraph.JGraph
Bound property name for gridVisible.
portsVisible - Variable in class org.jgraph.JGraph
True if the ports are visible.
PortView - class org.jgraph.graph.PortView.
The default implementation of a port view.
PortView(Object, JGraph, CellMapper) - Constructor for class org.jgraph.graph.PortView
Constructs a view that holds a reference to the specified cell, anchor and parent vertex.
portViews - Variable in class org.jgraph.graph.VertexView.SizeHandle
 
portViews - Variable in class org.jgraph.plaf.basic.BasicGraphUI.RootHandle
 
postProcessSelection(MouseEvent, Object, boolean) - Method in class org.jgraph.plaf.basic.BasicGraphUI.MouseHandler
Invoked after a cell has been selected in the mouseReleased method.
preferredMinSize - Variable in class org.jgraph.plaf.basic.BasicGraphUI
Minimum preferred size.
preferredSize - Variable in class org.jgraph.plaf.basic.BasicGraphUI
Size needed to completely display all the cells.
prepareForEditing() - Method in class org.jgraph.graph.DefaultGraphCellEditor
Invoked just before editing is to start.
prepareForUIInstall() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Invoked after the graph instance variable has been set, but before any defaults/listeners have been installed.
prev - Variable in class org.jgraph.graph.GraphLayoutCache.GraphViewLayerEdit
 
preview - Variable in class org.jgraph.graph.VertexRenderer
Cached hasFocus and selected value.
preview - Variable in class org.jgraph.graph.PortRenderer
Cached hasFocus and selected value.
preview - Variable in class org.jgraph.graph.EdgeRenderer
Boolean attributes of the current edgeview.
previousAttributes - Variable in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
previousConnectionSet - Variable in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
previousCursor - Variable in class org.jgraph.graph.BasicMarqueeHandler
 
previousCursor - Variable in class org.jgraph.plaf.basic.BasicGraphUI.MouseHandler
 
previousParentMap - Variable in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
propertyChange(PropertyChangeEvent) - Method in class org.jgraph.plaf.basic.BasicGraphUI.PropertyChangeHandler
 
propertyChangeListener - Variable in class org.jgraph.plaf.basic.BasicGraphUI
Listens for JGraph property changes and updates display.
putMapping(Object, CellView) - Method in class org.jgraph.graph.GraphContext
Associates cell with view in the graph context.
putMapping(Object, CellView) - Method in class org.jgraph.graph.GraphLayoutCache
Associates the specified model cell with the specified view.
putMapping(Object, CellView) - Method in interface org.jgraph.graph.CellMapper
Inserts the association between cell and view.
putViews(GraphLayoutCache, CellView[]) - Method in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
putViews(GraphLayoutCache, CellView[]) - Method in class org.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit
Returns the views that have not changed explicitly, but implicitly because one of their dependent cells has changed.
putViews(GraphLayoutCache, CellView[]) - Method in interface org.jgraph.event.GraphModelEvent.GraphModelChange
Allows a GraphLayoutCache to store cell views for cells that have been removed.

JGraph
v3.3

A B C D E F G H I J K L M N O P R S T U V X Y _
Copyright (C) 2001-2004 JGraph.org. All rights reserved.