|
JGraph |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Package org.jgraph |
| Class org.jgraph.JGraph implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
double scale
boolean antiAliased
boolean editable
boolean gridVisible
double gridSize
int gridMode
boolean portsVisible
boolean moveBelowZero
Color highlightColor
Color handleColor
Color lockedHandleColor
Color marqueeColor
Color gridColor
boolean dragEnabled
boolean dropEnabled
int editClickCount
boolean enabled
boolean gridEnabled
int handleSize
int tolerance
int minimumMove
boolean selectNewCells
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. Default is false.
boolean settingUI
| Class org.jgraph.JGraph.EmptySelectionModel implements Serializable |
| Class org.jgraph.JGraph.GraphSelectionRedirector implements Serializable |
| Package org.jgraph.plaf.basic |
| Class org.jgraph.plaf.basic.BasicGraphTransferable implements Serializable |
| Class org.jgraph.plaf.basic.BasicGraphUI 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
Object editingCell
boolean editorHasDifferentSize
Point insertionLocation
int dropAction
boolean snapSelectedView
PropertyChangeListener propertyChangeListener
MouseListener mouseListener
KeyListener keyListener
ComponentListener componentListener
CellEditorListener cellEditorListener
GraphSelectionListener graphSelectionListener
GraphModelListener graphModelListener
Observer graphViewObserver
TransferHandler defaultTransferHandler
BasicGraphUI.GraphDropTargetListener defaultDropTargetListener
| Class org.jgraph.plaf.basic.BasicGraphUI.CellEditorHandler implements Serializable |
| Class org.jgraph.plaf.basic.BasicGraphUI.GraphDropTargetListener implements Serializable |
| Class org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction implements Serializable |
| Serialized Fields |
int direction
| Class org.jgraph.plaf.basic.BasicGraphUI.GraphModelHandler implements Serializable |
| Class org.jgraph.plaf.basic.BasicGraphUI.GraphSelectionHandler implements Serializable |
| Class org.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler implements Serializable |
| Serialized Fields |
Object out
Object in
int inCount
| Class org.jgraph.plaf.basic.BasicGraphUI.GraphViewObserver implements Serializable |
| Class org.jgraph.plaf.basic.BasicGraphUI.KeyHandler implements Serializable |
| Serialized Fields |
Action repeatKeyAction
boolean isKeyDown
| Class org.jgraph.plaf.basic.BasicGraphUI.MouseHandler implements Serializable |
| Serialized Fields |
CellView cell
Object handler
| Class org.jgraph.plaf.basic.BasicGraphUI.PropertyChangeHandler implements Serializable |
| Class org.jgraph.plaf.basic.BasicGraphUI.RootHandle implements Serializable |
| Serialized Fields |
boolean isMoving
boolean isDragging
boolean isContextVisible
boolean blockPaint
| Package org.jgraph.event |
| Class org.jgraph.event.GraphModelEvent implements Serializable |
| Serialized Fields |
GraphModelEvent.GraphModelChange change
| Class org.jgraph.event.GraphSelectionEvent implements Serializable |
| Serialized Fields |
Object[] cells
boolean[] areNew
| Package org.jgraph.graph |
| Class org.jgraph.graph.AbstractCellView implements Serializable |
| Serialized Fields |
JGraph graph
CellMapper mapper
Object cell
CellView parent
List childViews
AttributeMap attributes
AttributeMap allAttributes
| Class org.jgraph.graph.AttributeMap implements Serializable |
| Class org.jgraph.graph.AttributeMap.SerializablePoint2D 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 implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
| Class org.jgraph.graph.ConnectionSet implements Serializable |
| Serialized Fields |
Set connections
Set edges
| Class org.jgraph.graph.ConnectionSet.Connection implements Serializable |
| Serialized Fields |
Object edge
Object port
boolean isSource
port is the source of edge.
| Class org.jgraph.graph.DefaultEdge implements Serializable |
| Serialized Fields |
Object source
Object target
| Class org.jgraph.graph.DefaultEdge.DefaultRouting implements Serializable |
| Class org.jgraph.graph.DefaultGraphCell implements Serializable |
| Serialized Fields |
AttributeMap attributes
| Class org.jgraph.graph.DefaultGraphCellEditor 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 implements Serializable |
| Serialized Fields |
Border border
| Class org.jgraph.graph.DefaultGraphCellEditor.EditorContainer implements Serializable |
| Class org.jgraph.graph.DefaultGraphModel implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
List roots
boolean asksAllowsChildren
AttributeMap attributes
| Class org.jgraph.graph.DefaultGraphModel.EmptyIterator implements Serializable |
| Class org.jgraph.graph.DefaultGraphModel.GraphModelEdit implements Serializable |
| Serialized Fields |
Object[] insert
Object[] changed
Object[] remove
Object[] context
Object[] inserted
Object[] removed
Map attributes
Map previousAttributes
ParentMap parentMap
ParentMap previousParentMap
ConnectionSet connectionSet
ConnectionSet previousConnectionSet
Map cellViews
| Class org.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit implements Serializable |
| Serialized Fields |
Object[] parents
| Class org.jgraph.graph.DefaultGraphSelectionModel implements Serializable |
| Serialized Fields |
JGraph graph
SwingPropertyChangeSupport changeSupport
EventListenerList listenerList
int selectionMode
boolean childrenSelectable
Map cellStates
List selection
| Class org.jgraph.graph.DefaultPort implements Serializable |
| Serialized Fields |
HashSet edges
Port anchor
| Class org.jgraph.graph.DefaultRealEditor implements Serializable |
| Class org.jgraph.graph.EdgeRenderer implements Serializable |
| Serialized Fields |
Bezier bezier
Spline2D spline
| Class org.jgraph.graph.EdgeView implements Serializable |
| Serialized Fields |
List points
CellView source
CellView target
Point labelPosition
Shape beginShape
Shape endShape
Shape lineShape
Rectangle2D cachedLabelBounds
Rectangle2D cachedBounds
| Class org.jgraph.graph.EdgeView.EdgeHandle implements Serializable |
| Serialized Fields |
JGraph graph
EdgeView edge
EdgeView orig
boolean label
boolean source
boolean target
Point2D currentPoint
boolean firstOverlayCall
boolean isEdgeConnectable
EdgeView relevantEdge
| Class org.jgraph.graph.GraphLayoutCache implements Serializable |
| Serialized Fields |
boolean showAllEdgesForVisibleVertices
boolean showEdgesOnShow
boolean hideEdgesOnHide
boolean hideEdgesOnBecomeInvisible
boolean rememberCellViews
GraphModel graphModel
Map mapping
CellMapper mapper
CellViewFactory factory
JGraph graph
Set visibleSet
List roots
PortView[] ports
boolean ordered
boolean partial
boolean askLocalAttribute
Set localAttributes
| Class org.jgraph.graph.GraphLayoutCache.GraphViewEdit implements Serializable |
| Serialized Fields |
Object[] cells
CellView[] context
CellView[] hidden
Map attributes
Object[] visible
Object[] invisible
| Class org.jgraph.graph.GraphLayoutCache.GraphViewLayerEdit implements Serializable |
| Serialized Fields |
Object changeSource
int layer
| Class org.jgraph.graph.GraphTransferable implements Serializable |
| Serialized Fields |
Object[] cells
ConnectionSet cs
ParentMap pm
Map attributeMap
Rectangle2D bounds
| Class org.jgraph.graph.GraphUndoManager implements Serializable |
| Class org.jgraph.graph.ParentMap implements Serializable |
| Serialized Fields |
ArrayList entries
Set changedNodes
Map childCount
| Class org.jgraph.graph.ParentMap.Entry implements Serializable |
| Serialized Fields |
Object child
Object parent
| Class org.jgraph.graph.PortRenderer implements Serializable |
| Class org.jgraph.graph.PortView implements Serializable |
| Class org.jgraph.graph.VertexRenderer implements Serializable |
| Serialized Fields |
boolean hideGroups
| Class org.jgraph.graph.VertexView implements Serializable |
| Serialized Fields |
Rectangle2D bounds
Rectangle2D groupBounds
| Class org.jgraph.graph.VertexView.SizeHandle implements Serializable |
| Serialized Fields |
boolean firstOverlayInvocation
|
JGraph |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||