public class ShapeCylinder extends Shape
nativeHandle| Constructor and Description |
|---|
ShapeCylinder()
Construct an empty sphere.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
finalize() |
void |
setBaseCenter(Point2d loc)
Center of the sphere in local coordinates.
|
void |
setBaseHeight(double height)
Height offset of the base of the cylinder.
|
void |
setHeight(double height)
Height of the cylinder from its base.
|
void |
setRadius(double radius)
Radius of the cylinder in display units.
|
void |
setSample(int sample)
Number of samples used in generating the cylinder.
|
getSelectID, isSelectable, setClipCoords, setColor, setColor, setSelectable, setSelectIDpublic ShapeCylinder()
public void finalize()
finalize in class java.lang.Objectpublic void setBaseCenter(Point2d loc)
public void setBaseHeight(double height)
public void setHeight(double height)
public void setRadius(double radius)
public void setSample(int sample)