|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scilab.forge.scirenderer.utils.shapes.geometry.SphereFactory
public final class SphereFactory
Method Summary | |
---|---|
Geometry |
create(Canvas canvas,
java.lang.Float radius,
int givenLatitude,
int givenLongitude)
Create a sphere geometry with classic longitude / latitude division. |
static SphereFactory |
getSingleton()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SphereFactory getSingleton()
public Geometry create(Canvas canvas, java.lang.Float radius, int givenLatitude, int givenLongitude)
canvas
- the canvas where the geometry will be created.radius
- the sphere radius.givenLatitude
- number of division in latitude.givenLongitude
- number of division in longitude.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |