java.lang.Object
org.praxislive.video.render.ops.Blit
All Implemented Interfaces:
SurfaceOp

public final class Blit extends Object implements SurfaceOp
  • Constructor Details

    • Blit

      public Blit()
  • Method Details

    • setX

      public Blit setX(int x)
    • getX

      public int getX()
    • setY

      public Blit setY(int y)
    • getY

      public int getY()
    • setSourceRegion

      public Blit setSourceRegion(Rectangle rect)
    • setSourceRegion

      public Blit setSourceRegion(int x, int y, int width, int height)
    • getSourceRegion

      public Rectangle getSourceRegion(Rectangle rect)
    • hasSourceRegion

      public boolean hasSourceRegion()
    • setBlendMode

      public Blit setBlendMode(BlendMode blendMode)
    • getBlendMode

      public BlendMode getBlendMode()
    • setOpacity

      public Blit setOpacity(double opacity)
    • getOpacity

      public double getOpacity()
    • process

      public void process(PixelData output, PixelData... inputs)
      Specified by:
      process in interface SurfaceOp
    • op

      @Deprecated public static SurfaceOp op()
      Deprecated.