Class MultiLineVertexView

java.lang.Object
org.jgraph.graph.AbstractCellView
org.jgraph.graph.VertexView
com.jgraph.components.labels.MultiLineVertexView
All Implemented Interfaces:
Serializable, CellView

public class MultiLineVertexView extends VertexView
Vertex view that supports
invalid reference
JGraphpadBusinessObject
rendering and in-place editing, that means it supports simple text, rich text and component values.
See Also:
  • Field Details

    • editor

      public static RichTextEditor editor
      Holds the static editor for views of this kind.
    • redirector

      public static RedirectingEditor redirector
      Holds the static editor for views of this kind.
    • renderer

      public static MultiLineVertexRenderer renderer
      Holds the static renderer for views of this kind.
  • Constructor Details

    • MultiLineVertexView

      public MultiLineVertexView()
      Empty constructor for persistence.
    • MultiLineVertexView

      public MultiLineVertexView(Object cell)
      Constructs a new vertex view for the specified cell.
      Parameters:
      cell - The cell to construct the vertex view for.
  • Method Details