Class ScaledImagePainter
java.lang.Object
VASSAL.tools.imageop.ScaledImagePainter
Paints an image at arbitrary scale. Uses the ImageOp interfaces to
lazily fetch and cache images.
- Since:
- 3.1.0
- Author:
- rodneykinney
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(Graphics g, int x, int y, double scale, ImageObserver obs) void
setImageName
(String imageName) void
-
Field Details
-
srcOp
-
scaleOp
-
-
Constructor Details
-
ScaledImagePainter
public ScaledImagePainter()
-
-
Method Details
-
setImageName
-
getImageSize
-
draw
-
getSource
-
setSource
-