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 classPortLabelVertexView.PortLabelVertexRendererThe renderer class for instance view.static classPortLabelVertexView.WrapperPortLabelRenderer
-
Field Summary
Fields Modifier and Type Field Description protected org.jgraph.graph.CellView[]portsprotected static PortLabelVertexView.WrapperPortLabelRendererrendererthe renderer for this view
-
Constructor Summary
Constructors Constructor Description PortLabelVertexView()Creates new instance ofInstanceView.PortLabelVertexView(java.lang.Object arg0)Creates new instance ofInstanceViewfor the specified graph cell.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jgraph.graph.CellViewRenderergetRenderer()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
-
-