Package | Description |
---|---|
com.metsci.glimpse.support.atlas | |
com.metsci.glimpse.support.atlas.support |
Modifier and Type | Method and Description |
---|---|
void |
TextureAtlas.loadImage(Object id,
int width,
int height,
ImageDrawer drawer)
Adds an image, defined by an arbitrary Java2D drawing routine, to the TextureAtlas.
|
void |
TextureAtlas.loadImage(Object id,
int width,
int height,
int centerX,
int centerY,
ImageDrawer drawer)
Adds an image, defined by an arbitrary Java2D drawing routine, to the TextureAtlas.
|
Modifier and Type | Method and Description |
---|---|
ImageDrawer |
ImageDataExternal.getImageDrawer() |
Constructor and Description |
---|
ImageDataExternal(Object id,
int centerX,
int centerY,
int width,
int height,
ImageDrawer drawer) |
Copyright © 2016 Metron, Inc.. All rights reserved.