Ellipse
Contents
[
Hide
]Inheritance: java.lang.Object, ColladaElement
The ellipse.
Constructors
| Constructor | Description |
|---|---|
| Ellipse() |
Methods
| Method | Description |
|---|---|
| getRadius() | Gets or sets the radius. Contains two floating-point numbers that specify the radii of the ellipse. |
| setRadius(String value) | Gets or sets the radius. Contains two floating-point numbers that specify the radii of the ellipse. |
| getExtra() | Gets or sets the extra. |
| setExtra(Extra[] value) | Gets or sets the extra. |
Ellipse()
public Ellipse()
getRadius()
public final String getRadius()
Gets or sets the radius. Contains two floating-point numbers that specify the radii of the ellipse.
Returns: String
setRadius(String value)
public final void setRadius(String value)
Gets or sets the radius. Contains two floating-point numbers that specify the radii of the ellipse.
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.