public interface Atlas extends MangoPluginType
Modifier and Type | Field and Description |
---|---|
static int |
MAX_LABEL_LENGTH_ONE_COLUMN |
static int |
MAX_LABEL_LENGTH_TWO_COLUMN |
static int |
MAX_RETURN_LABELS_LENGTH |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Call to clear atlas of resources.
|
String[] |
getLabel(double xPos,
double yPos,
double zPos)
Returns labels based on a coordinate position.
|
int |
getMaxReturnedLabels()
This is the maximum number of labels that will be displayed using this atlas, not to exceed MAX_RETURN_LABELS_LENGTH;
|
void |
loadAtlas(File tempDir)
Loads the atlas.
|
getMinimumVersionSupported, getPluginName, getPluginURL, getVersion, hasNewerVersion
static final int MAX_LABEL_LENGTH_ONE_COLUMN
static final int MAX_LABEL_LENGTH_TWO_COLUMN
static final int MAX_RETURN_LABELS_LENGTH
void clear()
String[] getLabel(double xPos, double yPos, double zPos)
xPos
- the x coordinate positionyPos
- the y coordinate positionzPos
- the z coordinate positionint getMaxReturnedLabels()
void loadAtlas(File tempDir)
tempDir
- temporary directory where atlas image data can be stored, if necessary