public class TransparentCellView
extends org.jgraph.graph.VertexView
| Modifier and Type | Class and Description |
|---|---|
static class |
TransparentCellView.JGraphTransparentRenderer
The Vertex Renderer inherits from JLabel.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransparentCellRenderer |
renderer |
| Constructor and Description |
|---|
TransparentCellView() |
TransparentCellView(java.lang.Object cell) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Point2D |
getPerimeterPoint(org.jgraph.graph.EdgeView edge,
java.awt.geom.Point2D source,
java.awt.geom.Point2D p)
Returns the intersection of the bounding rectangle and the straight line
between the source and the specified point p.
|
org.jgraph.graph.CellViewRenderer |
getRenderer()
Returns a renderer for the class.
|
getBounds, getCachedBounds, getCenterPoint, getHandle, getPerimeterPoint, setCachedBounds, updatechangeAttributes, childUpdated, createAttributeMap, getAllAttributes, getAttributes, getBounds, getCell, getCellAttributes, getCenterPoint, getChildViews, getDescendantViews, getEditor, getParentView, getRendererComponent, includeInGroupBounds, intersects, isLeaf, mergeAttributes, refresh, removeFromParent, scale, setAttributes, setBounds, setCell, translate, updateGroupBoundsprotected final TransparentCellRenderer renderer
public TransparentCellView()
public TransparentCellView(java.lang.Object cell)
public java.awt.geom.Point2D getPerimeterPoint(org.jgraph.graph.EdgeView edge,
java.awt.geom.Point2D source,
java.awt.geom.Point2D p)
getPerimeterPoint in interface org.jgraph.graph.CellViewgetPerimeterPoint in class org.jgraph.graph.VertexViewpublic org.jgraph.graph.CellViewRenderer getRenderer()
org.jgraph.graph.VertexViewgetRenderer in class org.jgraph.graph.VertexView