Package VASSAL.counters
Class Labeler.HTMLLabelOp
java.lang.Object
VASSAL.tools.opcache.AbstractOpImpl<BufferedImage>
VASSAL.tools.imageop.AbstractOpImpl
VASSAL.tools.imageop.AbstractTileOpImpl
VASSAL.counters.Labeler.LabelOp
VASSAL.counters.Labeler.HTMLLabelOp
-
Field Summary
Fields inherited from class VASSAL.tools.imageop.AbstractOpImpl
cache, size
-
Constructor Summary
-
Method Summary
Methods inherited from class VASSAL.counters.Labeler.LabelOp
equals, fixSize, getSources, hashCode
Methods inherited from class VASSAL.tools.imageop.AbstractTileOpImpl
getFutureTile, getNumXTiles, getNumYTiles, getTile, getTileHeight, getTileIndices, getTileOp, getTileSize, getTileWidth
Methods inherited from class VASSAL.tools.imageop.AbstractOpImpl
clearCache, getFutureImage, getFutureTile, getHeight, getImage, getImage, getSize, getSizeFromCache, getTile, getTileOp, getWidth
Methods inherited from class VASSAL.tools.opcache.AbstractOpImpl
get, get, getFuture, newKey, update
-
Constructor Details
-
HTMLLabelOp
-
-
Method Details
-
eval
Description copied from class:AbstractOpImpl
Runs theOp
. This method should be called only by the caching framework.- Specified by:
eval
in interfaceImageOp
- Specified by:
eval
in interfaceOp<BufferedImage>
- Overrides:
eval
in classLabeler.LabelOp
- Returns:
- the result of running this
Op
- Throws:
Exception
- The operation represented by thisImageOp
could be anything, so any exception may be thrown.
-
makeLabel
-
buildDimensions
- Overrides:
buildDimensions
in classLabeler.LabelOp
-