|
JGraph |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package com.jgraph.components.labels |
---|
Class com.jgraph.components.labels.MultiLineVertexRenderer extends VertexRenderer implements Serializable |
---|
Serialized Fields |
---|
JGraph graph
Object userObject
int shape
boolean isRichText
boolean stretchImage
boolean isEditing
boolean showFoldingIcons
boolean isGroup
Color graphBackground
Color graphForeground
Component valueComponent
Area cylinderArea
Polygon diamond
int roundRectArc
Class com.jgraph.components.labels.MultiLineVertexView extends VertexView implements Serializable |
---|
Class com.jgraph.components.labels.RedirectingEditor extends DefaultGraphCellEditor implements Serializable |
---|
Class com.jgraph.components.labels.RichTextBusinessObject extends Object implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> properties
Class com.jgraph.components.labels.RichTextEditor extends DefaultGraphCellEditor implements Serializable |
---|
Class com.jgraph.components.labels.RichTextGraphModel extends DefaultGraphModel implements Serializable |
---|
Class com.jgraph.components.labels.RichTextValue extends Object implements Serializable |
---|
Serialized Fields |
---|
String richText
String plainText
RichTextValue.toString()
method.
Package com.jgraph.io.svg |
---|
Class com.jgraph.io.svg.SVGVertexRenderer extends VertexRenderer implements Serializable |
---|
Serialized Fields |
---|
int shape
Package com.jgraph.layout.hierarchical |
---|
Class com.jgraph.layout.hierarchical.JGraphCoordinateAssignment.AreaSpatialCache extends Rectangle2D.Double implements Serializable |
---|
Serialized Fields |
---|
Set<E> cells
Package com.jgraph.layout.hierarchical.model |
---|
Class com.jgraph.layout.hierarchical.model.JGraphHierarchyRank extends LinkedHashSet implements Serializable |
---|
Package com.jgraph.layout.routing |
---|
Class com.jgraph.layout.routing.JGraphParallelRouter extends ParallelEdgeRouter implements Serializable |
---|
Package com.jgraph.navigation |
---|
Class com.jgraph.navigation.GraphNavigator extends JPanel implements Serializable |
---|
Serialized Fields |
---|
ComponentListener componentListener
JGraph backingGraph
WeakReference<T> currentGraph
GraphNavigator.NavigatorPane navigatorPane
double maximumScale
Class com.jgraph.navigation.GraphNavigator.NavigatorPane extends JScrollPane implements Serializable |
---|
Serialized Fields |
---|
Rectangle currentViewport
Point lastPoint
Package com.jgraph.util |
---|
Class com.jgraph.util.JGraphPrintingScrollPane extends JScrollPane implements Serializable |
---|
Serialized Fields |
---|
PageFormat pageFormat
boolean isPageVisible
double pageScale
JGraphPrintingScrollPane.DEFAULT_PAGESCALE
.
JGraph graph
Class com.jgraph.util.JGraphPrintingScrollPane.Viewport extends JViewport implements Serializable |
---|
Package org.jgraph |
---|
Class org.jgraph.JGraph extends JComponent implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
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<E> 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
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.jgraph.graph.AttributeMap.SerializableRectangle2D extends Rectangle2D.Double implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.jgraph.graph.ConnectionSet extends Object implements Serializable |
---|
Serialized Fields |
---|
Set<E> connections
Set<E> 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
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
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
IOException
ClassNotFoundException
Serialized Fields |
---|
List<E> 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<K,V> attributes
Map<K,V> previousAttributes
ParentMap parentMap
ParentMap previousParentMap
Rectangle2D dirtyRegion
ConnectionSet connectionSet
ConnectionSet previousConnectionSet
Map<K,V> 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<K,V> cellStates
Set<E> selection
Class org.jgraph.graph.DefaultPort extends DefaultGraphCell implements Serializable |
---|
Serialized Fields |
---|
HashSet<E> 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<E> 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
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
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<K,V> mapping
CellViewFactory factory
Set<E> visibleSet
List<E> roots
PortView[] ports
boolean partial
boolean allAttributesLocal
Set<E> localAttributes
Class org.jgraph.graph.GraphLayoutCache.GraphLayoutCacheEdit extends CompoundEdit implements Serializable |
---|
Serialized Fields |
---|
Object[] cells
Object[] previousCells
CellView[] context
CellView[] hidden
Map<K,V> attributes
Map<K,V> previousAttributes
Object[] visible
Object[] invisible
Rectangle2D dirtyRegion
Set<E> changedCells
Class org.jgraph.graph.GraphTransferable extends BasicGraphTransferable implements Serializable |
---|
Serialized Fields |
---|
Object[] cells
ConnectionSet cs
ParentMap pm
Map<K,V> 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<E> entries
Set<E> changedNodes
Map<K,V> 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 |