Uses of Interface
VASSAL.tools.imageop.ImageOp
Package
Description
Contains classes that may be added to a
Documentation
.Contains classes that may be added to a
Map
.Contains classes that may be added to a
Board
.Provides classes that define game pieces.
-
Uses of ImageOp in VASSAL.build.module.documentation
-
Uses of ImageOp in VASSAL.build.module.gamepieceimage
-
Uses of ImageOp in VASSAL.build.module.map
-
Uses of ImageOp in VASSAL.build.module.map.boardPicker.board
Modifier and TypeMethodDescriptionprotected ImageOp
GridOp.createTileOp
(int tileX, int tileY) protected ImageOp
SolidColorOp.createTileOp
(int tileX, int tileY) SolidColorOp.getTileOp
(int tileX, int tileY) ModifierConstructorDescriptionGridOp
(ImageOp sop, MapGrid grid, double scale, boolean reversed, RenderingHints hints) -
Uses of ImageOp in VASSAL.counters
Modifier and TypeClassDescriptionprotected static class
protected static class
-
Uses of ImageOp in VASSAL.tools.imageop
Modifier and TypeInterfaceDescriptioninterface
AnImageOp
which crops its source.interface
interface
AnImageOp
which rotates its source about its center.interface
AnImageOp
which both rotates and scales its source.interface
AnImageOp
which scales its source.interface
AnImageOp
which provides a source.interface
AnImageOp
which produces images from SVG.Modifier and TypeClassDescriptionclass
An abstract representation of an operation which may be applied to anImage
.class
The abstract base class forImageOp
s which support multiple tiles.class
The abstract base class forImageOp
s which are a single tile.class
AnImageOp
which crops its source.class
AnImageOp
which scales its source.class
AnImageOp
which scales its source.class
class
AnImageOp
which uses a fixed image as its source.class
class
AnImageOp
which rotates and scales its source.class
AnImageOp
which rotates and scales its source.class
AnImageOp
which scales its source.class
AnImageOp
which scales its source and cobbles scaled tiles from the tile cache.class
AnImageOp
which loads an image from theDataArchive
.class
AnImageOp
which loads tiles from the tile cache.class
AnImageOp
which loads an image from theDataArchive
.class
AnImageOp
which loads an image from theDataArchive
, but produces tiles loaded from the tile cache.class
AnImageOp
for producing tiles directly from a source, without cobbling tiles from the source.class
AnImageOp
for producing tiles directly from a source, without cobbling tiles from the source.Modifier and TypeFieldDescriptionprotected final ImageOp
FixedScaleOpBitmapImpl.sop
protected ImageOp
OpIcon.sop
protected ImageOp
OpMultiResolutionImage.sop
protected final ImageOp
ScaleOpBitmapImpl.sop
protected ImageOp
ScaledImagePainter.srcOp
protected ImageOp[]
AbstractTiledOpImpl.tiles
The tiles already created, stored asy*numXTiles + x
.Modifier and TypeMethodDescriptionprotected abstract ImageOp
AbstractTiledOpImpl.createTileOp
(int tileX, int tileY) protected ImageOp
CropOpBitmapImpl.createTileOp
(int tileX, int tileY) protected ImageOp
FixedScaleOpBitmapImpl.createTileOp
(int tileX, int tileY) protected ImageOp
FixedScaleOpTiledBitmapImpl.createTileOp
(int tileX, int tileY) protected ImageOp
ImageSourceOpBitmapImpl.createTileOp
(int tileX, int tileY) protected ImageOp
OrthoRotateOpBitmapImpl.createTileOp
(int tileX, int tileY) protected ImageOp
ScaleOpBitmapImpl.createTileOp
(int tileX, int tileY) protected ImageOp
ScaleOpTiledBitmapImpl.createTileOp
(int tileX, int tileY) protected ImageOp
SourceOpBitmapImpl.createTileOp
(int tileX, int tileY) protected ImageOp
SourceOpSVGImpl.createTileOp
(int tileX, int tileY) protected ImageOp
SourceOpTiledBitmapImpl.createTileOp
(int tileX, int tileY) OpIcon.getOp()
Returns theImageOp
which produces this icon'sImage
.ScaledImagePainter.getSource()
abstract ImageOp
AbstractOpImpl.getTileOp
(int tileX, int tileY) Returns anImageOp
which can produce the requested tile.Returns anImageOp
which can produce the requested tile.AbstractTiledOpImpl.getTileOp
(int tileX, int tileY) Returns theImageOp
which produces tile(tileX,tileY)
, creating it if necessary.AbstractTileOpImpl.getTileOp
(int tileX, int tileY) ImageOp.getTileOp
(int tileX, int tileY) Returns anImageOp
which can produce the requested tile.Returns anImageOp
which can produce the requested tile.Modifier and TypeMethodDescriptionstatic CropOp
void
ImageOpObserver.imageOpChange
(ImageOp op, boolean success) Called when theImageOp
under observation completes.void
Repainter.imageOpChange
(ImageOp op, boolean success) Called when theImageOp
under observation completes.static RotateOp
static RotateScaleOp
Op.rotateScale
(ImageOp sop, double angle, double scale) static ScaleOp
void
Sets theImageOp
which produces this icon'sImage
.void
ModifierConstructorDescriptionCropOpBitmapImpl
(ImageOp sop, int x0, int y0, int x1, int y1) Constructs anImageOp
which will crop the image produced by its sourceImageOp
.FixedScaleOpBitmapImpl
(ImageOp sop, double scale, int width, int height) Constructs anImageOp
which will scale the image produced by its sourceImageOp
.FixedScaleOpBitmapImpl
(ImageOp sop, double scale, int width, int height, RenderingHints hints) Constructs anImageOp
which will scale the image produced by its sourceImageOp
.FixedScaleOpTiledBitmapImpl
(ImageOp sop, double scale, int width, int height) Constructs anImageOp
which will scale the image produced by its sourceImageOp
.FixedScaleOpTiledBitmapImpl
(ImageOp sop, double scale, int width, int height, RenderingHints hints) Constructs anImageOp
which will scale the image produced by its sourceImageOp
.Creates anOpIcon
using a givenImageOp
as its image source.OrthoRotateOpBitmapImpl
(ImageOp sop, int angle) RotateScaleOpBitmapImpl
(ImageOp sop, double angle, double scale) Constructs anImageOp
which will rotate and scale the image produced by its sourceImageOp
.RotateScaleOpBitmapImpl
(ImageOp sop, double angle, double scale, RenderingHints hints) Constructs anImageOp
which will rotate and scale the image produced by its sourceImageOp
.ScaleOpBitmapImpl
(ImageOp sop, double scale) Constructs anImageOp
which will scale the image produced by its sourceImageOp
.ScaleOpBitmapImpl
(ImageOp sop, double scale, RenderingHints hints) Constructs anImageOp
which will scale the image produced by its sourceImageOp
.ScaleOpTiledBitmapImpl
(ImageOp sop, double scale) ScaleOpTiledBitmapImpl
(ImageOp sop, double scale, RenderingHints hints) SourceTileOpBitmapImpl
(ImageOp sop, int tileX, int tileY)