public class VertexContainerView extends VertexView
VertexView.SizeHandle
bounds, defaultBounds, defaultCursors, xCursors, yCursors
allAttributes, attributes, cell, cellEditor, childViews, groupBounds, parent
Constructor and Description |
---|
VertexContainerView(java.lang.Object vertex) |
Modifier and Type | Method and Description |
---|---|
CellHandle |
getHandle(GraphContext context)
Overridden to prevent size handles from being drawn on selected containers
|
CellViewRenderer |
getRenderer()
Returns a renderer for the class.
|
getBounds, getCachedBounds, getCenterPoint, getPerimeterPoint, getPerimeterPoint, setCachedBounds, update
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
public CellViewRenderer getRenderer()
VertexView
getRenderer
in class VertexView
public CellHandle getHandle(GraphContext context)
getHandle
in interface CellView
getHandle
in class VertexView
context
- the context of this cell view (cells indirectly affected by
it)