Uses of Interface
VASSAL.tools.imageop.ImageOp
| Package | Description |
|---|---|
| VASSAL.build.module.documentation |
Contains classes that may be added to a
Documentation. |
| VASSAL.build.module.gamepieceimage | |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.build.module.map.boardPicker.board |
Contains classes that may be added to a
Board. |
| VASSAL.counters |
Provides classes that define game pieces.
|
| VASSAL.tools.imageop |
-
Uses of ImageOp in VASSAL.build.module.documentation
Fields in VASSAL.build.module.documentation declared as ImageOp Modifier and Type Field Description protected ImageOpAboutScreen. opConstructors in VASSAL.build.module.documentation with parameters of type ImageOp Constructor Description AboutScreen(ImageOp op) -
Uses of ImageOp in VASSAL.build.module.gamepieceimage
Classes in VASSAL.build.module.gamepieceimage that implement ImageOp Modifier and Type Class Description protected static classImageItem.BaseOpFields in VASSAL.build.module.gamepieceimage declared as ImageOp Modifier and Type Field Description protected ImageOpImageItem. srcOp -
Uses of ImageOp in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as ImageOp Modifier and Type Field Description protected ImageOpMapShader. srcOp -
Uses of ImageOp in VASSAL.build.module.map.boardPicker.board
Classes in VASSAL.build.module.map.boardPicker.board that implement ImageOp Modifier and Type Class Description classGridOpclassSolidColorOpFields in VASSAL.build.module.map.boardPicker.board declared as ImageOp Modifier and Type Field Description protected ImageOpGridOp. sopMethods in VASSAL.build.module.map.boardPicker.board that return ImageOp Modifier and Type Method Description protected ImageOpGridOp. createTileOp(int tileX, int tileY)protected ImageOpSolidColorOp. createTileOp(int tileX, int tileY)ImageOpSolidColorOp. getTileOp(int tileX, int tileY)Constructors in VASSAL.build.module.map.boardPicker.board with parameters of type ImageOp Constructor Description GridOp(ImageOp sop, MapGrid grid, double scale, boolean reversed, RenderingHints hints) -
Uses of ImageOp in VASSAL.counters
Classes in VASSAL.counters that implement ImageOp Modifier and Type Class Description protected static classLabeler.HTMLLabelOpprotected static classLabeler.LabelOp -
Uses of ImageOp in VASSAL.tools.imageop
Subinterfaces of ImageOp in VASSAL.tools.imageop Modifier and Type Interface Description interfaceCropOpAnImageOpwhich crops its source.interfaceGamePieceOpinterfaceRotateOpAnImageOpwhich rotates its source about its center.interfaceRotateScaleOpAnImageOpwhich both rotates and scales its source.interfaceScaleOpAnImageOpwhich scales its source.interfaceSourceOpAnImageOpwhich provides a source.interfaceSVGOpAnImageOpwhich produces images from SVG.Classes in VASSAL.tools.imageop that implement ImageOp Modifier and Type Class Description classAbstractOpImplAn abstract representation of an operation which may be applied to anImage.classAbstractTiledOpImplThe abstract base class forImageOps which support multiple tiles.classAbstractTileOpImplThe abstract base class forImageOps which are a single tile.classCropOpBitmapImplAnImageOpwhich crops its source.classGamePieceOpImplclassImageSourceOpBitmapImplAnImageOpwhich uses a fixed image as its source.classOrthoRotateOpBitmapImplclassRotateScaleOpBitmapImplAnImageOpwhich rotates and scales its source.classRotateScaleOpSVGImplAnImageOpwhich rotates and scales its source.classScaleOpBitmapImplAnImageOpwhich scales its source.classScaleOpTiledBitmapImplAnImageOpwhich scales its source and cobbles scaled tiles from the tile cache.classSourceOpBitmapImplAnImageOpwhich loads an image from theDataArchive.classSourceOpDiskCacheBitmapImplAnImageOpwhich loads tiles from the tile cache.classSourceOpSVGImplAnImageOpwhich loads an image from theDataArchive.classSourceOpTiledBitmapImplAnImageOpwhich loads an image from theDataArchive, but produces tiles loaded from the tile cache.classSourceTileOpBitmapImplAnImageOpfor producing tiles directly from a source, without cobbling tiles from the source.classSourceTileOpSVGImplAnImageOpfor producing tiles directly from a source, without cobbling tiles from the source.Fields in VASSAL.tools.imageop declared as ImageOp Modifier and Type Field Description protected ImageOpOpIcon. sopprotected ImageOpOpMultiResolutionImage. sopprotected ImageOpScaleOpBitmapImpl. sopprotected ImageOpScaledImagePainter. srcOpprotected ImageOp[]AbstractTiledOpImpl. tilesThe tiles already created, stored asy*numXTiles + x.Methods in VASSAL.tools.imageop that return ImageOp Modifier and Type Method Description protected abstract ImageOpAbstractTiledOpImpl. createTileOp(int tileX, int tileY)protected ImageOpCropOpBitmapImpl. 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)ImageOpOpIcon. getOp()Returns theImageOpwhich produces this icon'sImage.ImageOpScaledImagePainter. getSource()abstract ImageOpAbstractOpImpl. getTileOp(int tileX, int tileY)Returns anImageOpwhich can produce the requested tile.ImageOpAbstractOpImpl. getTileOp(Point p)Returns anImageOpwhich can produce the requested tile.ImageOpAbstractTiledOpImpl. getTileOp(int tileX, int tileY)Returns theImageOpwhich produces tile(tileX,tileY), creating it if necessary.ImageOpAbstractTileOpImpl. getTileOp(int tileX, int tileY)ImageOpImageOp. getTileOp(int tileX, int tileY)Returns anImageOpwhich can produce the requested tile.ImageOpImageOp. getTileOp(Point p)Returns anImageOpwhich can produce the requested tile.Methods in VASSAL.tools.imageop with parameters of type ImageOp Modifier and Type Method Description static CropOpOp. crop(ImageOp sop, int x0, int y0, int x1, int y1)voidImageOpObserver. imageOpChange(ImageOp op, boolean success)Called when theImageOpunder observation completes.voidRepainter. imageOpChange(ImageOp op, boolean success)Called when theImageOpunder observation completes.static RotateOpOp. rotate(ImageOp sop, double angle)static RotateScaleOpOp. rotateScale(ImageOp sop, double angle, double scale)static ScaleOpOp. scale(ImageOp sop, double scale)voidOpIcon. setOp(ImageOp op)Sets theImageOpwhich produces this icon'sImage.voidScaledImagePainter. setSource(ImageOp src)Constructors in VASSAL.tools.imageop with parameters of type ImageOp Constructor Description CropOpBitmapImpl(ImageOp sop, int x0, int y0, int x1, int y1)Constructs anImageOpwhich will crop the image produced by its sourceImageOp.OpIcon(ImageOp op)Creates anOpIconusing a givenImageOpas its image source.OpMultiResolutionImage(ImageOp sop)OrthoRotateOpBitmapImpl(ImageOp sop, int angle)OwningOpMultiResolutionImage(ImageOp sop)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)