public class ShapeCircle extends Shape
nativeHandle
Constructor and Description |
---|
ShapeCircle()
Construct an empty sphere.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
finalize() |
void |
setHeight(double height)
Offset height above the globe in display units.
|
void |
setLoc(Point2d loc)
Center of the circle in local coordinates.
|
void |
setRadius(double radius)
Radius of the sphere in display units.
|
void |
setSample(int sample)
Number of samples used in generating the circle.
|
getSelectID, isSelectable, setClipCoords, setColor, setColor, setSelectable, setSelectID
public ShapeCircle()
public void finalize()
finalize
in class java.lang.Object
public void setLoc(Point2d loc)
public void setHeight(double height)
public void setRadius(double radius)
public void setSample(int sample)