org.processmining.plugins.declare.visualizing
Class DEdgeView

java.lang.Object
  extended by org.jgraph.graph.AbstractCellView
      extended by org.jgraph.graph.EdgeView
          extended by org.processmining.plugins.declare.visualizing.DEdgeView
All Implemented Interfaces:
java.io.Serializable, org.jgraph.graph.CellView
Direct Known Subclasses:
ConstraintView

public class DEdgeView
extends org.jgraph.graph.EdgeView

Title:

Description:

Copyright: Copyright (c) 2006

Company:

Version:
1.0
Author:
not attributable
See Also:
Serialized Form

Nested Class Summary
static class DEdgeView.DEdgeHandle
           
 
Nested classes/interfaces inherited from class org.jgraph.graph.EdgeView
org.jgraph.graph.EdgeView.EdgeHandle
 
Field Summary
 
Fields inherited from class org.jgraph.graph.EdgeView
beginShape, cachedBounds, endShape, extraLabelPositions, labelPosition, labelVector, LEGACY_DISCONNECTABLE, lineShape, points, renderer, sharedPath, source, sourceParentView, target, targetParentView
 
Fields inherited from class org.jgraph.graph.AbstractCellView
allAttributes, attributes, cell, cellEditor, childViews, groupBounds, parent
 
Constructor Summary
DEdgeView(java.lang.Object cell)
          Constructs an edge view for the specified model object.
 
Method Summary
 org.jgraph.graph.CellHandle getHandle(org.jgraph.graph.GraphContext context)
          Returns a cell handle for the view.
 
Methods inherited from class org.jgraph.graph.EdgeView
addExtraLabel, addPoint, checkDefaultLabelPosition, convertRelativeLabelPositionToAbsolute, getAbsoluteExtraLabelPosition, getAbsoluteLabelPosition, getAbsoluteLabelPositionFromRelative, getBounds, getExtraLabelPosition, getFirstPointOfSegment, getLabelPosition, getLabelVector, getLength, getNearestPoint, getPerimeterPoint, getPoint, getPointCount, getPointLocation, getPoints, getRenderer, 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
 

Constructor Detail

DEdgeView

public DEdgeView(java.lang.Object cell)
Constructs an edge view for the specified model object.

Parameters:
cell - reference to the model object
Method Detail

getHandle

public org.jgraph.graph.CellHandle getHandle(org.jgraph.graph.GraphContext context)
Returns a cell handle for the view.

Specified by:
getHandle in interface org.jgraph.graph.CellView
Overrides:
getHandle in class org.jgraph.graph.EdgeView
Parameters:
context - GraphContext
Returns:
CellHandle