protected static class AbstractTacticalSymbol.IconAtlasElement extends TextureAtlasElement
TextureAtlasElement.RequestTask| Modifier and Type | Field and Description | 
|---|---|
| protected long | lastUsedIndicates the last time, in milliseconds, the element was requested or added. | 
| protected Point | point | 
atlas, image, imageInitializationFailed, imageSource, listener| Constructor and Description | 
|---|
| IconAtlasElement(TextureAtlas atlas,
                AbstractTacticalSymbol.IconSource source) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected BufferedImage | createModifierImage() | 
| Point | getPoint() | 
| protected boolean | loadImage()Loads this element's image source into its  imageproperty. | 
| void | setPoint(Point point) | 
addAtlasImage, createRequestTask, dispose, equals, getImage, getImageSource, getSize, getTexCoords, getTextureAtlas, hashCode, isBufferedImageSource, isImageInitializationFailed, load, notifyImageLoaded, readImage, requestImage, setImage, toStringprotected long lastUsed
protected Point point
public IconAtlasElement(TextureAtlas atlas, AbstractTacticalSymbol.IconSource source)
protected BufferedImage createModifierImage()
public Point getPoint()
protected boolean loadImage()
TextureAtlasElementimage property. If the image source is a remote resource,
 this initiates a request for it and returns null.loadImage in class TextureAtlasElementtrue if the image source has been loaded successfully, and false otherwise.public void setPoint(Point point)