Class PortLabelVertexView

  • All Implemented Interfaces:
    java.io.Serializable, org.jgraph.graph.CellView

    public class PortLabelVertexView
    extends org.jgraph.graph.VertexView
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.jgraph.graph.CellView[] ports  
      protected static PortLabelVertexView.WrapperPortLabelRenderer renderer
      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
      PortLabelVertexView()
      Creates new instance of InstanceView.
      PortLabelVertexView​(java.lang.Object arg0)
      Creates new instance of InstanceView 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PortLabelVertexView

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

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

      • 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