Class PortLabelVertexView
- java.lang.Object
-
- org.jgraph.graph.AbstractCellView
-
- org.jgraph.graph.VertexView
-
- org.processmining.contexts.util.jgraph.PortLabelVertexView
-
- All Implemented Interfaces:
java.io.Serializable
,org.jgraph.graph.CellView
public class PortLabelVertexView extends org.jgraph.graph.VertexView
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PortLabelVertexView.PortLabelVertexRenderer
The renderer class for instance view.static class
PortLabelVertexView.WrapperPortLabelRenderer
-
Field Summary
Fields Modifier and Type Field Description protected org.jgraph.graph.CellView[]
ports
protected static PortLabelVertexView.WrapperPortLabelRenderer
renderer
the renderer for this view
-
Constructor Summary
Constructors Constructor Description PortLabelVertexView()
Creates new instance ofInstanceView
.PortLabelVertexView(java.lang.Object arg0)
Creates new instance ofInstanceView
for the specified graph cell.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jgraph.graph.CellViewRenderer
getRenderer()
Returns a renderer for the class.-
Methods inherited from class org.jgraph.graph.VertexView
getBounds, getCachedBounds, getCenterPoint, getHandle, getPerimeterPoint, getPerimeterPoint, setCachedBounds, update
-
Methods inherited from class org.jgraph.graph.AbstractCellView
changeAttributes, childUpdated, createAttributeMap, getAllAttributes, getAttributes, getBounds, getCell, getCellAttributes, getCenterPoint, getChildViews, getDescendantViews, getEditor, getParentView, getRendererComponent, includeInGroupBounds, intersects, isLeaf, mergeAttributes, refresh, removeFromParent, scale, setAttributes, setBounds, setCell, translate, updateGroupBounds
-
-
-
-
Field Detail
-
renderer
protected static PortLabelVertexView.WrapperPortLabelRenderer renderer
the renderer for this view
-
ports
protected org.jgraph.graph.CellView[] ports
-
-