java.lang.Object
org.praxislive.video.render.ops.TransformBlit
- All Implemented Interfaces:
SurfaceOp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetSourceRegion(Rectangle rect) getTransform(AffineTransform transform) booleanbooleanvoidsetBlendMode(BlendMode blendMode) setDestinationRegion(int x, int y, int width, int height) setOpacity(double opacity) setSourceRegion(int x, int y, int width, int height) setSourceRegion(Rectangle rect) voidsetTransform(AffineTransform transform)
-
Constructor Details
-
TransformBlit
public TransformBlit()
-
-
Method Details
-
setTransform
-
getTransform
-
setSourceRegion
-
setSourceRegion
-
getSourceRegion
-
hasSourceRegion
public boolean hasSourceRegion() -
setDestinationRegion
-
setDestinationRegion
-
getDestinationRegion
-
hasDestinationRegion
public boolean hasDestinationRegion() -
setBlendMode
-
getBlendMode
-
setOpacity
-
getOpacity
public double getOpacity() -
process
-