JGraphpad Pro
v6.0.5.0


com.jgraph.editor.factory
Class JGraphEditorComboBox.JGraphComboEdgeView

java.lang.Object
  extended byorg.jgraph.graph.AbstractCellView
      extended byorg.jgraph.graph.EdgeView
          extended bycom.jgraph.editor.factory.JGraphEditorComboBox.JGraphComboEdgeView
All Implemented Interfaces:
org.jgraph.graph.CellView, Serializable
Enclosing class:
JGraphEditorComboBox

protected static class JGraphEditorComboBox.JGraphComboEdgeView
extends org.jgraph.graph.EdgeView

This class provides a an edge view with a special renderer.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jgraph.graph.EdgeView
org.jgraph.graph.EdgeView.EdgeHandle
 
Field Summary
protected static org.jgraph.graph.CellViewRenderer renderer
          Holds the custom renderer.
 
Fields inherited from class org.jgraph.graph.EdgeView
beginShape, cachedBounds, endShape, extraLabelPositions, labelPosition, labelVector, lineShape, points, sharedPath, source, sourceParentView, target, targetParentView
 
Fields inherited from class org.jgraph.graph.AbstractCellView
allAttributes, attributes, cell, cellEditor, childViews, groupBounds, parent
 
Constructor Summary
JGraphEditorComboBox.JGraphComboEdgeView()
          Constructs an empty vertex view.
JGraphEditorComboBox.JGraphComboEdgeView(Object cell)
          Constructs a new combo edge view for the specified cell.
 
Method Summary
 org.jgraph.graph.CellViewRenderer getRenderer()
          Returns the custom renderer for this view.
 
Methods inherited from class org.jgraph.graph.EdgeView
addExtraLabel, addPoint, checkDefaultLabelPosition, convertRelativeLabelPositionToAbsolute, getAbsoluteExtraLabelPosition, getAbsoluteLabelPosition, getAbsoluteLabelPositionFromRelative, getBounds, getExtraLabelPosition, getHandle, getLabelPosition, getLabelVector, getLength, getNearestPoint, getPerimeterPoint, getPoint, getPointCount, getPointLocation, getPoints, getShape, getSource, getSourceParentView, getTarget, getTargetParentView, getVisibleParent, intersects, invalidate, isLoop, refresh, removeExtraLabel, removePoint, setExtraLabelPosition, setLabelPosition, setPoint, setSource, setTarget, update
 
Methods inherited from class org.jgraph.graph.AbstractCellView
changeAttributes, childUpdated, createAttributeMap, getAllAttributes, getAttributes, getBounds, getCell, getCellAttributes, getCenterPoint, getChildViews, getDescendantViews, getEditor, getParentView, getRendererComponent, includeInGroupBounds, isLeaf, mergeAttributes, removeFromParent, scale, setAttributes, setBounds, setCell, translate, updateGroupBounds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

renderer

protected static org.jgraph.graph.CellViewRenderer renderer
Holds the custom renderer.

Constructor Detail

JGraphEditorComboBox.JGraphComboEdgeView

public JGraphEditorComboBox.JGraphComboEdgeView()
Constructs an empty vertex view.


JGraphEditorComboBox.JGraphComboEdgeView

public JGraphEditorComboBox.JGraphComboEdgeView(Object cell)
Constructs a new combo edge view for the specified cell.

Parameters:
cell - The cell to create the edge view for.
Method Detail

getRenderer

public org.jgraph.graph.CellViewRenderer getRenderer()
Returns the custom renderer for this view.

Returns:
Returns the custom renderer.

JGraphpad Pro
v6.0.5.0


Copyright (C) 2005 JGraph.com. All rights reserved.