|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--draw2d.Figure
|
+--draw2d.Node
|
+--draw2d.VectorFigure
|
+--draw2d.Oval
|
+--draw2d.Circle
Defined in Circle.js
Version: 0.9.14
Author: Andreas Herz
| Constructor Summary | |
draw2d.Circle
( radius)
|
|
| Method Summary | |
boolean
|
isStrechable()
A Circle can't streched. |
void
|
setDimension( <int> w, <int> h)
It is not possible to set different values widht and height for a circle. |
| Methods inherited from class draw2d.Oval |
|
| Methods inherited from class draw2d.VectorFigure |
setBackgroundColor, getBackgroundColor, setLineWidth, setColor, getColor
|
| Methods inherited from class draw2d.Node |
getPorts, getPort, addPort, removePort
|
| Constructor Detail |
draw2d.Circle( radius)
| Method Detail |
boolean isStrechable()
void setDimension( <int> w, <int> h)
w - The new width of the circle.
h - The new height of the circle.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||