Circle
Contents
[
Hide
]Inheritance: java.lang.Object, ColladaElement
The circle.
Constructors
| Constructor | Description |
|---|---|
| Circle() |
Methods
| Method | Description |
|---|---|
| getRadius() | Gets or sets the radius. Contains a floating-point number that specifies the radius of the circle. |
| setRadius(double value) | Gets or sets the radius. Contains a floating-point number that specifies the radius of the circle. |
| getExtra() | Gets or sets the extra. |
| setExtra(Extra[] value) | Gets or sets the extra. |
Circle()
public Circle()
getRadius()
public final double getRadius()
Gets or sets the radius. Contains a floating-point number that specifies the radius of the circle.
Returns: double
setRadius(double value)
public final void setRadius(double value)
Gets or sets the radius. Contains a floating-point number that specifies the radius of the circle.
getExtra()
public final Extra[] getExtra()
Gets or sets the extra.
Returns: Extra[]
setExtra(Extra[] value)
public final void setExtra(Extra[] value)
Gets or sets the extra.