Uses of Interface
VASSAL.tools.imageop.SVGOp
-
Uses of SVGOp in VASSAL.tools.imageop
Modifier and TypeClassDescriptionclass
AnImageOp
which rotates and scales its source.class
AnImageOp
which loads an image from theDataArchive
.class
AnImageOp
for producing tiles directly from a source, without cobbling tiles from the source.ModifierConstructorDescriptionRotateScaleOpSVGImpl
(SVGOp sop, double angle, double scale) Constructs anImageOp
which will rotate and scale the image produced by its sourceImageOp
.RotateScaleOpSVGImpl
(SVGOp sop, double angle, double scale, RenderingHints hints) Constructs anImageOp
which will rotate and scale the image produced by its sourceImageOp
.SourceTileOpSVGImpl
(SVGOp sop, int tileX, int tileY)