com.jgraph.components.labels
public class MultiLineVertexView extends VertexView
| Field Summary | |
|---|---|
| static RichTextEditor | editor
Holds the static editor for views of this kind. |
| static RedirectingEditor | redirector
Holds the static editor for views of this kind. |
| static MultiLineVertexRenderer | renderer
Holds the static renderer for views of this kind. |
| Constructor Summary | |
|---|---|
| MultiLineVertexView()
Empty constructor for persistence. | |
| MultiLineVertexView(Object cell)
Constructs a new vertex view for the specified cell.
| |
| Method Summary | |
|---|---|
| GraphCellEditor | getEditor()
Returns editor if the user object of the cell is a rich text
value or redirector if the user object is a component.
|
| CellViewRenderer | getRenderer()
Returns the renderer.
|
Parameters: cell The cell to construct the vertex view for.
Returns: Returns the editor for the cell view.
Returns: Returns the renderer for the cell view.