public class OperatorView
extends org.jgraph.graph.VertexView
Modifier and Type | Class and Description |
---|---|
static class |
OperatorView.OperatorRenderer |
Modifier and Type | Field and Description |
---|---|
protected static OperatorView.OperatorRenderer |
renderer |
Constructor and Description |
---|
OperatorView() |
OperatorView(java.lang.Object arg0) |
Modifier and Type | Method and Description |
---|---|
org.jgraph.graph.CellHandle |
getHandle(org.jgraph.graph.GraphContext arg0)
Returns a cell handle for the view, if the graph and the view are
sizeable.
|
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, 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
protected static OperatorView.OperatorRenderer renderer
public OperatorView()
public OperatorView(java.lang.Object arg0)
public org.jgraph.graph.CellViewRenderer getRenderer()
org.jgraph.graph.VertexView
getRenderer
in class org.jgraph.graph.VertexView
public java.awt.geom.Point2D getPerimeterPoint(org.jgraph.graph.EdgeView edge, java.awt.geom.Point2D source, java.awt.geom.Point2D p)
org.jgraph.graph.VertexView
getPerimeterPoint
in interface org.jgraph.graph.CellView
getPerimeterPoint
in class org.jgraph.graph.VertexView
public org.jgraph.graph.CellHandle getHandle(org.jgraph.graph.GraphContext arg0)
org.jgraph.graph.VertexView
getHandle
in interface org.jgraph.graph.CellView
getHandle
in class org.jgraph.graph.VertexView
arg0
- the context of this cell view (cells indirectly affected by
it)