public class ShapeRectangle extends Shape
nativeHandle
Constructor and Description |
---|
ShapeRectangle()
Construct an empty sphere.
|
Modifier and Type | Method and Description |
---|---|
void |
addTexture(MaplyTexture tex)
Assign a texture for display.
|
void |
dispose() |
void |
finalize() |
void |
setPoints(Point3d ll,
Point3d ur)
Set the lower left and upper right points for the rectangle.
|
getSelectID, isSelectable, setClipCoords, setColor, setColor, setSelectable, setSelectID
public ShapeRectangle()
public void finalize()
finalize
in class java.lang.Object
public void setPoints(Point3d ll, Point3d ur)
public void addTexture(MaplyTexture tex)