Uses of Interface
VASSAL.tools.imageop.SVGOp
Packages that use SVGOp
-
Uses of SVGOp in VASSAL.tools.imageop
Classes in VASSAL.tools.imageop that implement SVGOpModifier 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.Constructors in VASSAL.tools.imageop with parameters of type SVGOpModifierConstructorDescriptionRotateScaleOpSVGImpl
(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)