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 class
RotateScaleOpSVGImpl
AnImageOp
which rotates and scales its source.class
SourceOpSVGImpl
AnImageOp
which loads an image from theDataArchive
.class
SourceTileOpSVGImpl
AnImageOp
for 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 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)