|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgraph.graph.AbstractCellView
org.jgraph.graph.VertexView
tico.board.componentview.TComponentView
tico.board.componentview.TLineView
public class TLineView
Implementation of a TLineView
view.
Nested Class Summary | |
---|---|
static class |
TLineView.TLineHandle
|
Nested classes/interfaces inherited from class org.jgraph.graph.VertexView |
---|
org.jgraph.graph.VertexView.SizeHandle |
Field Summary | |
---|---|
static TLineRenderer |
renderer
TLineRendered that displays the TLine of this view. |
Fields inherited from class org.jgraph.graph.VertexView |
---|
defaultBounds, defaultCursors, xCursors, yCursors |
Constructor Summary | |
---|---|
TLineView()
Creates a new TLineView . |
|
TLineView(java.lang.Object line)
Creates a new TLineView for the specified line . |
Method Summary | |
---|---|
org.jgraph.graph.CellHandle |
getHandle(org.jgraph.graph.GraphContext context)
|
org.jgraph.graph.CellViewRenderer |
getRenderer()
|
Methods inherited from class tico.board.componentview.TComponentView |
---|
createPopupMenu |
Methods inherited from class org.jgraph.graph.VertexView |
---|
getBounds, getCachedBounds, getCenterPoint, getPerimeterPoint, getPerimeterPoint, setCachedBounds, update |
Methods inherited from class org.jgraph.graph.AbstractCellView |
---|
changeAttributes, childUpdated, getAllAttributes, getAttributes, getBounds, getCell, getCenterPoint, getChildViews, getDescendantViews, getEditor, getParentView, getRendererComponent, intersects, isLeaf, refresh, removeFromParent, setAttributes, setBounds, setCell |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static transient TLineRenderer renderer
TLineRendered
that displays the TLine
of this view.
Constructor Detail |
---|
public TLineView()
TLineView
.
public TLineView(java.lang.Object line)
TLineView
for the specified line
.
line
- The specified line
Method Detail |
---|
public org.jgraph.graph.CellViewRenderer getRenderer()
getRenderer
in class TComponentView
public org.jgraph.graph.CellHandle getHandle(org.jgraph.graph.GraphContext context)
getHandle
in interface org.jgraph.graph.CellView
getHandle
in class org.jgraph.graph.VertexView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |