Uses of Interface
VASSAL.tools.imageop.ImageOp
Packages that use 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
Fields in VASSAL.build.module.documentation declared as ImageOpConstructors in VASSAL.build.module.documentation with parameters of type ImageOp -
Uses of ImageOp in VASSAL.build.module.gamepieceimage
Classes in VASSAL.build.module.gamepieceimage that implement ImageOpFields in VASSAL.build.module.gamepieceimage declared as ImageOp -
Uses of ImageOp in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as ImageOp -
Uses of ImageOp in VASSAL.build.module.map.boardPicker.board
Classes in VASSAL.build.module.map.boardPicker.board that implement ImageOpFields in VASSAL.build.module.map.boardPicker.board declared as ImageOpMethods in VASSAL.build.module.map.boardPicker.board that return ImageOpModifier and TypeMethodDescriptionprotected ImageOpGridOp.createTileOp(int tileX, int tileY) protected ImageOpSolidColorOp.createTileOp(int tileX, int tileY) SolidColorOp.getTileOp(int tileX, int tileY) Constructors in VASSAL.build.module.map.boardPicker.board with parameters of type ImageOpModifierConstructorDescriptionGridOp(ImageOp sop, MapGrid grid, double scale, boolean reversed, RenderingHints hints) -
Uses of ImageOp in VASSAL.counters
Classes in VASSAL.counters that implement ImageOpModifier and TypeClassDescriptionprotected static classprotected static class -
Uses of ImageOp in VASSAL.tools.imageop
Subinterfaces of ImageOp in VASSAL.tools.imageopModifier and TypeInterfaceDescriptioninterfaceAnImageOpwhich crops its source.interfaceinterfaceAnImageOpwhich rotates its source about its center.interfaceAnImageOpwhich both rotates and scales its source.interfaceAnImageOpwhich scales its source.interfaceAnImageOpwhich provides a source.interfaceAnImageOpwhich produces images from SVG.Classes in VASSAL.tools.imageop that implement ImageOpModifier and TypeClassDescriptionclassAn abstract representation of an operation which may be applied to anImage.classThe abstract base class forImageOps which support multiple tiles.classThe abstract base class forImageOps which are a single tile.classAnImageOpwhich crops its source.classAnImageOpwhich scales its source.classAnImageOpwhich scales its source.classclassAnImageOpwhich uses a fixed image as its source.classclassAnImageOpwhich rotates and scales its source.classAnImageOpwhich rotates and scales its source.classAnImageOpwhich scales its source.classAnImageOpwhich scales its source and cobbles scaled tiles from the tile cache.classAnImageOpwhich loads an image from theDataArchive.classAnImageOpwhich loads tiles from the tile cache.classAnImageOpwhich loads an image from theDataArchive.classAnImageOpwhich loads an image from theDataArchive, but produces tiles loaded from the tile cache.classAnImageOpfor producing tiles directly from a source, without cobbling tiles from the source.classAnImageOpfor producing tiles directly from a source, without cobbling tiles from the source.Fields in VASSAL.tools.imageop declared as ImageOpModifier and TypeFieldDescriptionprotected final ImageOpFixedScaleOpBitmapImpl.sopprotected ImageOpOpIcon.sopprotected ImageOpOpMultiResolutionImage.sopprotected final ImageOpScaleOpBitmapImpl.sopprotected ImageOpScaledImagePainter.srcOpprotected ImageOp[]AbstractTiledOpImpl.tilesThe tiles already created, stored asy*numXTiles + x.Methods in VASSAL.tools.imageop that return ImageOpModifier and TypeMethodDescriptionprotected abstract ImageOpAbstractTiledOpImpl.createTileOp(int tileX, int tileY) protected ImageOpCropOpBitmapImpl.createTileOp(int tileX, int tileY) protected ImageOpFixedScaleOpBitmapImpl.createTileOp(int tileX, int tileY) protected ImageOpFixedScaleOpTiledBitmapImpl.createTileOp(int tileX, int tileY) protected ImageOpImageSourceOpBitmapImpl.createTileOp(int tileX, int tileY) protected ImageOpOrthoRotateOpBitmapImpl.createTileOp(int tileX, int tileY) protected ImageOpScaleOpBitmapImpl.createTileOp(int tileX, int tileY) protected ImageOpScaleOpTiledBitmapImpl.createTileOp(int tileX, int tileY) protected ImageOpSourceOpBitmapImpl.createTileOp(int tileX, int tileY) protected ImageOpSourceOpSVGImpl.createTileOp(int tileX, int tileY) protected ImageOpSourceOpTiledBitmapImpl.createTileOp(int tileX, int tileY) OpIcon.getOp()Returns theImageOpwhich produces this icon'sImage.ScaledImagePainter.getSource()abstract ImageOpAbstractOpImpl.getTileOp(int tileX, int tileY) Returns anImageOpwhich can produce the requested tile.Returns anImageOpwhich can produce the requested tile.AbstractTiledOpImpl.getTileOp(int tileX, int tileY) Returns theImageOpwhich produces tile(tileX,tileY), creating it if necessary.AbstractTileOpImpl.getTileOp(int tileX, int tileY) ImageOp.getTileOp(int tileX, int tileY) Returns anImageOpwhich can produce the requested tile.Returns anImageOpwhich can produce the requested tile.Methods in VASSAL.tools.imageop with parameters of type ImageOpModifier and TypeMethodDescriptionstatic CropOpvoidImageOpObserver.imageOpChange(ImageOp op, boolean success) Called when theImageOpunder observation completes.voidRepainter.imageOpChange(ImageOp op, boolean success) Called when theImageOpunder observation completes.static RotateOpstatic RotateScaleOpOp.rotateScale(ImageOp sop, double angle, double scale) static ScaleOpvoidSets theImageOpwhich produces this icon'sImage.voidConstructors in VASSAL.tools.imageop with parameters of type ImageOpModifierConstructorDescriptionCropOpBitmapImpl(ImageOp sop, int x0, int y0, int x1, int y1) Constructs anImageOpwhich will crop the image produced by its sourceImageOp.FixedScaleOpBitmapImpl(ImageOp sop, double scale, int width, int height) Constructs anImageOpwhich will scale the image produced by its sourceImageOp.FixedScaleOpBitmapImpl(ImageOp sop, double scale, int width, int height, RenderingHints hints) Constructs anImageOpwhich will scale the image produced by its sourceImageOp.FixedScaleOpTiledBitmapImpl(ImageOp sop, double scale, int width, int height) Constructs anImageOpwhich will scale the image produced by its sourceImageOp.FixedScaleOpTiledBitmapImpl(ImageOp sop, double scale, int width, int height, RenderingHints hints) Constructs anImageOpwhich will scale the image produced by its sourceImageOp.Creates anOpIconusing a givenImageOpas its image source.OrthoRotateOpBitmapImpl(ImageOp sop, int angle) RotateScaleOpBitmapImpl(ImageOp sop, double angle, double scale) Constructs anImageOpwhich will rotate and scale the image produced by its sourceImageOp.RotateScaleOpBitmapImpl(ImageOp sop, double angle, double scale, RenderingHints hints) Constructs anImageOpwhich will rotate and scale the image produced by its sourceImageOp.ScaleOpBitmapImpl(ImageOp sop, double scale) Constructs anImageOpwhich will scale the image produced by its sourceImageOp.ScaleOpBitmapImpl(ImageOp sop, double scale, RenderingHints hints) Constructs anImageOpwhich 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)