public class LeafView
extends org.jgraph.graph.AbstractCellView
| Modifier and Type | Field and Description |
|---|---|
protected static com.jgraph.components.labels.MultiLineVertexRenderer |
renderer |
| Constructor and Description |
|---|
LeafView(java.lang.Object cell) |
| Modifier and Type | Method and Description |
|---|---|
org.jgraph.graph.CellHandle |
getHandle(org.jgraph.graph.GraphContext arg0)
Returns a cell handle for the view.
|
org.jgraph.graph.CellViewRenderer |
getRenderer()
Obtains the renderer instance for this view
|
changeAttributes, childUpdated, createAttributeMap, getAllAttributes, getAttributes, getBounds, getBounds, getCell, getCellAttributes, getCenterPoint, getChildViews, getDescendantViews, getEditor, getParentView, getPerimeterPoint, getRendererComponent, includeInGroupBounds, intersects, isLeaf, mergeAttributes, refresh, removeFromParent, scale, setAttributes, setBounds, setCell, translate, update, updateGroupBoundsprotected static final com.jgraph.components.labels.MultiLineVertexRenderer renderer
public org.jgraph.graph.CellHandle getHandle(org.jgraph.graph.GraphContext arg0)
org.jgraph.graph.AbstractCellViewgetHandle in interface org.jgraph.graph.CellViewgetHandle in class org.jgraph.graph.AbstractCellViewarg0 - the context of this cell view (cells indirectly affected by
it)public org.jgraph.graph.CellViewRenderer getRenderer()
org.jgraph.graph.AbstractCellViewgetRenderer in class org.jgraph.graph.AbstractCellView