|
||||||||||
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.TRectangleView
public class TRectangleView
Implementation of a TRectangleView
view.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jgraph.graph.VertexView |
---|
org.jgraph.graph.VertexView.SizeHandle |
Field Summary | |
---|---|
static TRectangleRenderer |
renderer
TRectangleRendered that displays the TRectangle of this view. |
Fields inherited from class org.jgraph.graph.VertexView |
---|
defaultBounds, defaultCursors, xCursors, yCursors |
Constructor Summary | |
---|---|
TRectangleView()
Creates a new TRectangleView . |
|
TRectangleView(java.lang.Object rectangle)
Creates a new TRectangleView for the specified rectangle . |
Method Summary | |
---|---|
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, getHandle, 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 TRectangleRenderer renderer
TRectangleRendered
that displays the TRectangle
of this view.
Constructor Detail |
---|
public TRectangleView()
TRectangleView
.
public TRectangleView(java.lang.Object rectangle)
TRectangleView
for the specified rectangle
.
rectangle
- The specified rectangle
Method Detail |
---|
public org.jgraph.graph.CellViewRenderer getRenderer()
getRenderer
in class TComponentView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |