public class Sticker
extends java.lang.Object
Constructor and Description |
---|
Sticker()
Construct with empty values.
|
Modifier and Type | Method and Description |
---|---|
void |
finalize() |
void |
setCoordSys(CoordSystem coordSys)
Set the coordinate system.
|
void |
setEpsilon(double eps,
int minSampleX,
int minSampleY,
int maxSampleX,
int maxSampleY)
If not doing static sampling, break it down until its no farther than this from the globe.
|
void |
setLowerLeft(Point2d pt)
Set the lower left corner of the sticker.
|
void |
setRotation(double rot)
Set the rotation in radians.
|
void |
setSampling(int sampleX,
int sampleY)
Set the sampling in X and Y for the sticker.
|
void |
setTextures(java.util.ArrayList<MaplyTexture> textures)
Images to display on the Sticker.
|
void |
setUpperRight(Point2d pt)
Set the upper right corner of the sticker.
|
public void finalize()
finalize
in class java.lang.Object
public void setLowerLeft(Point2d pt)
public void setUpperRight(Point2d pt)
public void setRotation(double rot)
public void setCoordSys(CoordSystem coordSys)
public void setSampling(int sampleX, int sampleY)
public void setEpsilon(double eps, int minSampleX, int minSampleY, int maxSampleX, int maxSampleY)
eps
- Epsilon valueminSampleX
- Minimum samples in XminSampleY
- Minimum samples in YmaxSampleX
- Maximum samples in XmaxSampleY
- Maximum samples in Ypublic void setTextures(java.util.ArrayList<MaplyTexture> textures)