java.lang.Object
org.praxislive.video.render.ops.Blit
- All Implemented Interfaces:
SurfaceOp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetSourceRegion(Rectangle rect) intgetX()intgetY()booleanstatic SurfaceOpop()Deprecated.voidsetBlendMode(BlendMode blendMode) setOpacity(double opacity) setSourceRegion(int x, int y, int width, int height) setSourceRegion(Rectangle rect) setX(int x) setY(int y)
-
Constructor Details
-
Blit
public Blit()
-
-
Method Details