Uses of Interface
VASSAL.tools.imageop.SVGOp
| Package | Description |
|---|---|
| VASSAL.tools.imageop |
-
Uses of SVGOp in VASSAL.tools.imageop
Classes in VASSAL.tools.imageop that implement SVGOp Modifier and Type Class Description classRotateScaleOpSVGImplAnImageOpwhich rotates and scales its source.classSourceOpSVGImplAnImageOpwhich loads an image from theDataArchive.classSourceTileOpSVGImplAnImageOpfor producing tiles directly from a source, without cobbling tiles from the source.Constructors in VASSAL.tools.imageop with parameters of type SVGOp Constructor Description RotateScaleOpSVGImpl(SVGOp sop, double angle, double scale)Constructs anImageOpwhich will rotate and scale the image produced by its sourceImageOp.RotateScaleOpSVGImpl(SVGOp sop, double angle, double scale, RenderingHints hints)Constructs anImageOpwhich will rotate and scale the image produced by its sourceImageOp.SourceTileOpSVGImpl(SVGOp sop, int tileX, int tileY)