public class JGraphEdgeView
extends org.jgraph.graph.EdgeView
implements org.processmining.framework.util.Cleanable
| Modifier and Type | Field and Description |
|---|---|
java.awt.Shape |
middleShape |
| Constructor and Description |
|---|
JGraphEdgeView(ProMGraphEdge cell,
boolean isPIP,
org.processmining.models.graphbased.ViewSpecificAttributeMap viewSpecificAttributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp() |
org.processmining.models.graphbased.directed.DirectedGraphEdge<?,?> |
getEdge() |
ProMEdgeRenderer |
getRenderer()
Returns a renderer for the class.
|
org.processmining.models.graphbased.ViewSpecificAttributeMap |
getViewSpecificAttributeMap() |
boolean |
isPIP() |
void |
setPoints(java.util.List<java.awt.geom.Point2D> list) |
addExtraLabel, addPoint, checkDefaultLabelPosition, convertRelativeLabelPositionToAbsolute, getAbsoluteExtraLabelPosition, getAbsoluteLabelPosition, getAbsoluteLabelPositionFromRelative, getBounds, getExtraLabelPosition, getFirstPointOfSegment, 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, updatechangeAttributes, childUpdated, createAttributeMap, getAllAttributes, getAttributes, getBounds, getCell, getCellAttributes, getCenterPoint, getChildViews, getDescendantViews, getEditor, getParentView, getRendererComponent, includeInGroupBounds, isLeaf, mergeAttributes, removeFromParent, scale, setAttributes, setBounds, setCell, translate, updateGroupBoundspublic JGraphEdgeView(ProMGraphEdge cell, boolean isPIP, org.processmining.models.graphbased.ViewSpecificAttributeMap viewSpecificAttributes)
public void setPoints(java.util.List<java.awt.geom.Point2D> list)
public org.processmining.models.graphbased.ViewSpecificAttributeMap getViewSpecificAttributeMap()
public ProMEdgeRenderer getRenderer()
org.jgraph.graph.EdgeViewgetRenderer in class org.jgraph.graph.EdgeViewpublic void cleanUp()
cleanUp in interface org.processmining.framework.util.Cleanablepublic org.processmining.models.graphbased.directed.DirectedGraphEdge<?,?> getEdge()
public boolean isPIP()