public class ShapeSphere extends Shape
nativeHandle
Constructor and Description |
---|
ShapeSphere()
Construct an empty sphere.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
finalize() |
void |
setHeight(float height)
Offset height above the globe in display units.
|
void |
setLoc(Point2d loc)
Center of the sphere in local coordinates.
|
void |
setRadius(float radius)
Radius of the sphere in display units.
|
void |
setSamples(int sampleX,
int sampleY)
Number of samples around the horizontal and vertical of the sphere.
|
getSelectID, isSelectable, setClipCoords, setColor, setColor, setSelectable, setSelectID
public ShapeSphere()
public void finalize()
finalize
in class java.lang.Object
public void setLoc(Point2d loc)
public void setHeight(float height)
public void setRadius(float radius)
public void setSamples(int sampleX, int sampleY)