| java.lang.Object | ||
| ↳ | casmi.graphics.element.Element | |
| ↳ | casmi.graphics.element.Ellipse | |
Known Direct Subclasses
|
Ellipse class. Wrap JOGL and make it easy to use.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
casmi.graphics.element.Element
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new Ellipse object using x,y-coordinate, width and height.
| |||||||||||
Creates a new Ellipse object using x,y-coordinate, width and height.
| |||||||||||
Creates a new Ellipse object using width and height.
| |||||||||||
Creates a new Ellipse object using x,y-coordinate and radius.
| |||||||||||
Creates a new Ellipse object using x,y-coordinate and radius.
| |||||||||||
Creates a new Ellipse object using radius.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets height.
| |||||||||||
Gets radius.
| |||||||||||
Gets width.
| |||||||||||
Sets x,y-coordinate and radius.
| |||||||||||
Sets x,y-coordinate, width and height.
| |||||||||||
Sets x,y-coordinate, width and height.
| |||||||||||
Sets x,y-coordinate and radius.
| |||||||||||
Sets the color of this Ellipse's center.
| |||||||||||
Sets the color of this Ellipse's center.
| |||||||||||
Sets the detail of this Ellipse.
| |||||||||||
Sets the color of this Ellipse's edge.
| |||||||||||
Sets the color of this Ellipse's edge.
| |||||||||||
Sets height.
| |||||||||||
Sets radius.
| |||||||||||
Sets width.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
casmi.graphics.element.Element
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
casmi.graphics.object.Renderable
| |||||||||||
From interface
casmi.graphics.object.Resettable
| |||||||||||
Creates a new Ellipse object using x,y-coordinate, width and height.
| x | The x-coordinate of the center of the Ellipse. |
|---|---|
| y | The y-coordinate of the center of the Ellipse. |
| width | The width of the Ellipse. |
| height | The height of the Ellipse. |
Creates a new Ellipse object using x,y-coordinate, width and height.
| v | The x,y-coordinate of the center of the Ellipse. |
|---|---|
| width | The width of the Ellipse. |
| height | The height of the Ellipse. |
Creates a new Ellipse object using width and height.
| width | The width of the Ellipse. |
|---|---|
| height | The height of the Ellipse. |
Creates a new Ellipse object using x,y-coordinate and radius.
| x | The x-coordinate of the center of the Ellipse. |
|---|---|
| y | The y-coordinate of the center of the Ellipse. |
| radius | The radius of the Ellipse. |
Creates a new Ellipse object using x,y-coordinate and radius.
| v | The x,y-coordinate of the center of the Ellipse. |
|---|---|
| radius | The radius of the Ellipse. |
Creates a new Ellipse object using radius.
| radius | The radius of the Ellipse. |
|---|
Gets height.
Gets radius.
Gets width.
Sets x,y-coordinate and radius.
| x | The x-coordinate of the center of the Ellipse. |
|---|---|
| y | The y-coordinate of the center of the Ellipse. |
| radius | The radius of the Ellipse. |
Sets x,y-coordinate, width and height.
| v | The x,y-coordinate of the center of the Ellipse. |
|---|---|
| width | The width of the Ellipse. |
| height | The height of the Ellipse. |
Sets x,y-coordinate, width and height.
| x | The x-coordinate of the center of the Ellipse. |
|---|---|
| y | The y-coordinate of the center of the Ellipse. |
| width | The width of the Ellipse. |
| height | The height of the Ellipse. |
Sets x,y-coordinate and radius.
| v | The x,y-coordinate of the center of the Ellipse. |
|---|---|
| radius | The radius of the Ellipse. |
Sets the color of this Ellipse's center.
| color | The color of the Ellipse's center. |
|---|
Sets the color of this Ellipse's center.
| colorSet | The colorSet of the Ellipse's center. |
|---|
Sets the detail of this Ellipse.
| detail | The precision of the Ellipse. |
|---|
Sets the color of this Ellipse's edge.
| color | The color of the Ellipse's edge. |
|---|
Sets the color of this Ellipse's edge.
| colorSet | The colorSet of the Ellipse's edge. |
|---|
Sets height.
| height | The height of the Ellipse. |
|---|
Sets radius.
| radius | The radius of the Ellipse. |
|---|
Sets width.
| width | The width of the Ellipse. |
|---|