- java.lang.Object
-
- org.praxislive.video.render.ops.Blit
-
-
Constructor Summary
Constructors Constructor Description Blit()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BlendModegetBlendMode()doublegetOpacity()RectanglegetSourceRegion(Rectangle rect)intgetX()intgetY()booleanhasSourceRegion()static SurfaceOpop()Deprecated.voidprocess(PixelData output, PixelData... inputs)BlitsetBlendMode(BlendMode blendMode)BlitsetOpacity(double opacity)BlitsetSourceRegion(int x, int y, int width, int height)BlitsetSourceRegion(Rectangle rect)BlitsetX(int x)BlitsetY(int y)
-
-
-
Method Detail
-
setX
public Blit setX(int x)
-
getX
public int getX()
-
setY
public Blit setY(int y)
-
getY
public int getY()
-
setSourceRegion
public Blit setSourceRegion(int x, int y, int width, int height)
-
hasSourceRegion
public boolean hasSourceRegion()
-
getBlendMode
public BlendMode getBlendMode()
-
setOpacity
public Blit setOpacity(double opacity)
-
getOpacity
public double getOpacity()
-
op
@Deprecated public static SurfaceOp op()
Deprecated.
-
-