Class PortLabelVertexView

java.lang.Object
org.jgraph.graph.AbstractCellView
org.jgraph.graph.VertexView
org.processmining.contexts.util.jgraph.PortLabelVertexView
All Implemented Interfaces:
Serializable, org.jgraph.graph.CellView

public class PortLabelVertexView extends org.jgraph.graph.VertexView
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    The renderer class for instance view.
    static class 
     

    Nested classes/interfaces inherited from class org.jgraph.graph.VertexView

    org.jgraph.graph.VertexView.SizeHandle
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.jgraph.graph.CellView[]
     
    the renderer for this view

    Fields inherited from class org.jgraph.graph.VertexView

    bounds, defaultBounds, defaultCursors, xCursors, yCursors

    Fields inherited from class org.jgraph.graph.AbstractCellView

    allAttributes, attributes, cell, cellEditor, childViews, groupBounds, parent
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates new instance of InstanceView.
    Creates new instance of InstanceView for the specified graph cell.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jgraph.graph.CellViewRenderer
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • PortLabelVertexView

      public PortLabelVertexView()
      Creates new instance of InstanceView.
    • PortLabelVertexView

      public PortLabelVertexView(Object arg0)
      Creates new instance of InstanceView for the specified graph cell.
      Parameters:
      arg0 - a graph cell to create view for
  • Method Details

    • getRenderer

      public org.jgraph.graph.CellViewRenderer getRenderer()
      Description copied from class: org.jgraph.graph.VertexView
      Returns a renderer for the class.
      Overrides:
      getRenderer in class org.jgraph.graph.VertexView
      Returns:
      the renderer instance for this view