|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.jgraph |
Class org.jgraph.JGraph extends JComponent implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
boolean volatileOffscreen
boolean lastBufferAllocated
ImageIcon backgroundImage
Component backgroundComponent
boolean backgroundScaled
double scale
boolean antiAliased
boolean editable
boolean groupsEditable
boolean selectionEnabled
boolean previewInvalidNullPorts
boolean gridVisible
double gridSize
int gridMode
boolean portsVisible
boolean portsScaled
boolean portsOnTop
boolean moveBelowZero
boolean moveBeyondGraphBounds
boolean edgeLabelsMovable
boolean autoResizeGraph
Color highlightColor
Color handleColor
Color lockedHandleColor
Color marqueeColor
Color gridColor
boolean dragEnabled
boolean dropEnabled
boolean xorEnabled
int editClickCount
boolean enabled
boolean gridEnabled
int handleSize
int tolerance
int minimumMove
boolean isJumpToDefaultPort
boolean isMoveIntoGroups
boolean isMoveOutOfGroups
boolean disconnectOnMove
boolean moveable
boolean cloneable
boolean sizeable
boolean bendable
boolean connectable
boolean disconnectable
boolean invokesStopCellEditing
stopCellEditing
is
invoked, and changes are saved. If false, cancelCellEditing
is invoked, and changes are discarded.
Class org.jgraph.JGraph.EmptySelectionModel extends DefaultGraphSelectionModel implements Serializable |
Class org.jgraph.JGraph.GraphSelectionRedirector extends Object implements Serializable |
Package org.jgraph.event |
Class org.jgraph.event.GraphLayoutCacheEvent extends EventObject implements Serializable |
Serialized Fields |
GraphLayoutCacheEvent.GraphLayoutCacheChange change
Class org.jgraph.event.GraphModelEvent extends EventObject implements Serializable |
Serialized Fields |
GraphModelEvent.GraphModelChange change
Class org.jgraph.event.GraphSelectionEvent extends EventObject implements Serializable |
Serialized Fields |
Object[] cells
boolean[] areNew
Package org.jgraph.graph |
Class org.jgraph.graph.AbstractCellView extends Object implements Serializable |
Serialized Fields |
Object cell
CellView parent
List childViews
AttributeMap allAttributes
attributes
.
AttributeMap attributes
allAttributes
.
Class org.jgraph.graph.AttributeMap extends Hashtable implements Serializable |
Class org.jgraph.graph.AttributeMap.SerializablePoint2D extends Point2D.Double implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
Class org.jgraph.graph.AttributeMap.SerializableRectangle2D extends Rectangle2D.Double implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
Class org.jgraph.graph.ConnectionSet extends Object implements Serializable |
Serialized Fields |
Set connections
Set edges
Class org.jgraph.graph.ConnectionSet.Connection extends Object implements Serializable |
Serialized Fields |
Object edge
Object port
boolean isSource
port
is the source of edge
.
Class org.jgraph.graph.DefaultCellViewFactory extends Object implements Serializable |
Class org.jgraph.graph.DefaultEdge extends DefaultGraphCell implements Serializable |
Serialized Fields |
Object source
Object target
Class org.jgraph.graph.DefaultEdge.DefaultRouting extends DefaultEdge.LoopRouting implements Serializable |
Class org.jgraph.graph.DefaultEdge.LoopRouting extends Object implements Serializable |
Class org.jgraph.graph.DefaultGraphCell extends DefaultMutableTreeNode implements Serializable |
Serialized Fields |
AttributeMap attributes
Class org.jgraph.graph.DefaultGraphCellEditor extends Object implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
GraphCellEditor realEditor
Container editingContainer
boolean canEdit
Color borderSelectionColor
Font font
Class org.jgraph.graph.DefaultGraphCellEditor.DefaultTextField extends JTextField implements Serializable |
Serialized Fields |
Border border
Class org.jgraph.graph.DefaultGraphCellEditor.EditorContainer extends Container implements Serializable |
Class org.jgraph.graph.DefaultGraphModel extends UndoableEditSupport implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Serialized Fields |
List roots
boolean asksAllowsChildren
boolean removeEmptyGroups
AttributeMap attributes
Class org.jgraph.graph.DefaultGraphModel.EmptyIterator extends Object implements Serializable |
Class org.jgraph.graph.DefaultGraphModel.GraphModelEdit extends CompoundEdit implements Serializable |
Serialized Fields |
Object[] insert
Object[] changed
Object[] remove
Object[] context
Object[] inserted
Object[] removed
Map attributes
Map previousAttributes
ParentMap parentMap
ParentMap previousParentMap
Rectangle2D dirtyRegion
ConnectionSet connectionSet
ConnectionSet previousConnectionSet
Map cellViews
Class org.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit extends AbstractUndoableEdit implements Serializable |
Serialized Fields |
Object changeSource
int layer
Object[] changed
Class org.jgraph.graph.DefaultGraphSelectionModel extends Object implements Serializable |
Serialized Fields |
JGraph graph
SwingPropertyChangeSupport changeSupport
EventListenerList listenerList
int selectionMode
boolean childrenSelectable
Map cellStates
Set selection
Class org.jgraph.graph.DefaultPort extends DefaultGraphCell implements Serializable |
Serialized Fields |
HashSet edges
Port anchor
Class org.jgraph.graph.DefaultRealEditor extends DefaultCellEditor implements Serializable |
Class org.jgraph.graph.EdgeRenderer extends JComponent implements Serializable |
Serialized Fields |
boolean simpleExtraLabels
Font extraLabelFont
Class org.jgraph.graph.EdgeView extends AbstractCellView implements Serializable |
Serialized Fields |
List points
CellView source
CellView target
CellView sourceParentView
CellView targetParentView
Point2D labelPosition
Point2D[] extraLabelPositions
Class org.jgraph.graph.EdgeView.EdgeHandle extends Object implements Serializable |
Serialized Fields |
JGraph graph
EdgeView edge
EdgeView orig
boolean label
boolean source
boolean target
int currentLabel
int currentIndex
Point2D currentPoint
boolean firstOverlayCall
boolean isEdgeConnectable
EdgeView relevantEdge
boolean editing
Point2D initialLabelLocation
boolean edgeModified
JComponent highlight
Class org.jgraph.graph.ExecutableChange extends AbstractUndoableEdit implements Serializable |
Class org.jgraph.graph.GraphLayoutCache extends Object implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
Serialized Fields |
boolean autoSizeOnValueChange
boolean showsExistingConnections
boolean showsChangedConnections
boolean showsInvisibleEditedCells
GraphLayoutCache.edit(Map, ConnectionSet, ParentMap, UndoableEdit[])
. Default is
false.
boolean showsInsertedCells
GraphLayoutCache.insert(Object[], Map, ConnectionSet, ParentMap, UndoableEdit[])
.
Default is true.
boolean showsInsertedConnections
boolean hidesExistingConnections
boolean hidesDanglingConnections
boolean remembersCellViews
boolean selectsAllInsertedCells
boolean selectsLocalInsertedCells
boolean movesChildrenOnExpand
boolean movesParentsOnCollapse
boolean resizesParentsOnCollapse
double collapseXScale
double collapseYScale
boolean reconnectsEdgesToVisibleParent
EventListenerList listenerList
GraphModel graphModel
Map mapping
CellViewFactory factory
Set visibleSet
List roots
PortView[] ports
boolean partial
boolean allAttributesLocal
Set localAttributes
Class org.jgraph.graph.GraphLayoutCache.GraphLayoutCacheEdit extends CompoundEdit implements Serializable |
Serialized Fields |
Object[] cells
Object[] previousCells
CellView[] context
CellView[] hidden
Map attributes
Map previousAttributes
Object[] visible
Object[] invisible
Rectangle2D dirtyRegion
Set changedCells
Class org.jgraph.graph.GraphTransferable extends BasicGraphTransferable implements Serializable |
Serialized Fields |
Object[] cells
ConnectionSet cs
ParentMap pm
Map attributeMap
Rectangle2D bounds
Class org.jgraph.graph.GraphTransferHandler extends TransferHandler implements Serializable |
Serialized Fields |
boolean alwaysReceiveAsCopyAction
Object out
Object in
int inCount
Class org.jgraph.graph.GraphUndoManager extends UndoManager implements Serializable |
Class org.jgraph.graph.ParentMap extends Object implements Serializable |
Serialized Fields |
ArrayList entries
Set changedNodes
Map childCount
Class org.jgraph.graph.ParentMap.Entry extends Object implements Serializable |
Serialized Fields |
Object child
Object parent
Class org.jgraph.graph.PortRenderer extends JComponent implements Serializable |
Serialized Fields |
Color graphBackground
Class org.jgraph.graph.PortView extends AbstractCellView implements Serializable |
Class org.jgraph.graph.VertexRenderer extends JLabel implements Serializable |
Class org.jgraph.graph.VertexView extends AbstractCellView implements Serializable |
Serialized Fields |
Rectangle2D bounds
Class org.jgraph.graph.VertexView.SizeHandle extends Object implements Serializable |
Serialized Fields |
boolean firstOverlayInvocation
boolean editing
Package org.jgraph.plaf.basic |
Class org.jgraph.plaf.basic.BasicGraphTransferable extends Object implements Serializable |
Class org.jgraph.plaf.basic.BasicGraphUI extends GraphUI implements Serializable |
Serialized Fields |
Dimension preferredMinSize
JGraph graph
GraphLayoutCache graphLayoutCache
GraphCellEditor cellEditor
boolean stopEditingInCompleteEditing
CellRendererPane rendererPane
Dimension preferredSize
boolean validCachedPreferredSize
GraphModel graphModel
GraphSelectionModel graphSelectionModel
CellHandle handle
BasicMarqueeHandler marquee
Component editingComponent
CellView focus
CellView lastFocus
Object editingCell
boolean editorHasDifferentSize
Point insertionLocation
int dropAction
boolean snapSelectedView
PropertyChangeListener propertyChangeListener
MouseListener mouseListener
KeyListener keyListener
ComponentListener componentListener
CellEditorListener cellEditorListener
GraphSelectionListener graphSelectionListener
GraphModelListener graphModelListener
GraphLayoutCacheListener graphLayoutCacheListener
TransferHandler defaultTransferHandler
BasicGraphUI.GraphDropTargetListener defaultDropTargetListener
DropTarget dropTarget
Class org.jgraph.plaf.basic.BasicGraphUI.CellEditorHandler extends Object implements Serializable |
Class org.jgraph.plaf.basic.BasicGraphUI.GraphDropTargetListener extends BasicGraphDropTargetListener implements Serializable |
Class org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction extends AbstractAction implements Serializable |
Serialized Fields |
int direction
Class org.jgraph.plaf.basic.BasicGraphUI.GraphLayoutCacheHandler extends Object implements Serializable |
Class org.jgraph.plaf.basic.BasicGraphUI.GraphModelHandler extends Object implements Serializable |
Class org.jgraph.plaf.basic.BasicGraphUI.GraphSelectionHandler extends Object implements Serializable |
Class org.jgraph.plaf.basic.BasicGraphUI.KeyHandler extends KeyAdapter implements Serializable |
Serialized Fields |
Action repeatKeyAction
boolean isKeyDown
Class org.jgraph.plaf.basic.BasicGraphUI.MouseHandler extends MouseAdapter implements Serializable |
Serialized Fields |
CellView cell
Object handler
Class org.jgraph.plaf.basic.BasicGraphUI.PropertyChangeHandler extends Object implements Serializable |
Class org.jgraph.plaf.basic.BasicGraphUI.RootHandle extends Object implements Serializable |
Serialized Fields |
boolean isMoving
boolean isDragging
boolean isContextVisible
boolean blockPaint
Point2D current
Package org.jgraph.util |
Class org.jgraph.util.ParallelEdgeRouter extends DefaultEdge.LoopRouting implements Serializable |
|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |