Package snap.gfx

Class PainterDVR.DrawImage

java.lang.Object
snap.gfx.PainterDVR.Instruction
snap.gfx.PainterDVR.DrawImage
Enclosing class:
PainterDVR

public static class PainterDVR.DrawImage extends PainterDVR.Instruction
An instruction to drawImage(Image,Transform).
  • Constructor Summary

    Constructors
    Constructor
    Description
    DrawImage(Image img, double sx, double sy, double sw, double sh, double dx, double dy, double dw, double dh)
    Creates a new DrawImage.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object anObj)
    Standard equals implementation.
    void
    exec(Painter aPntr)
    Plays the op in given painter.
    Standard toString implementation.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DrawImage

      public DrawImage(Image img, double sx, double sy, double sw, double sh, double dx, double dy, double dw, double dh)
      Creates a new DrawImage.
  • Method Details