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 TypeClassDescriptionclassAnImageOpwhich rotates and scales its source.classAnImageOpwhich loads an image from theDataArchive.classAnImageOpfor 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 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)