|
||||||||||
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.TRoundRectView
public class TRoundRectView
Implementation of a TCell
view.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jgraph.graph.VertexView |
---|
org.jgraph.graph.VertexView.SizeHandle |
Field Summary | |
---|---|
static TRoundRectRenderer |
renderer
TRoundRectRendered that displays the TRoundRect of this view. |
Fields inherited from class org.jgraph.graph.VertexView |
---|
defaultBounds, defaultCursors, xCursors, yCursors |
Constructor Summary | |
---|---|
TRoundRectView()
Creates a new TRoundRectView . |
|
TRoundRectView(java.lang.Object roundRect)
Creates a new TRoundRectView for the specified roundRect . |
Method Summary | |
---|---|
static int |
getArcSize(int width,
int height)
Calculates an appropriate arc for the corners of the rectangle for boundary size cases of width and height. |
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 TRoundRectRenderer renderer
TRoundRectRendered
that displays the TRoundRect
of this view.
Constructor Detail |
---|
public TRoundRectView()
TRoundRectView
.
public TRoundRectView(java.lang.Object roundRect)
TRoundRectView
for the specified roundRect
.
roundRect
- The specified roundRect
Method Detail |
---|
public static int getArcSize(int width, int height)
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 |