java.lang.Object
org.praxislive.video.render.ops.ScaledBlit
- All Implemented Interfaces:
SurfaceOp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetSourceRegion(Rectangle rect) 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)
-
Constructor Details
-
ScaledBlit
public ScaledBlit()
-
-
Method Details
-
setSourceRegion
-
setSourceRegion
-
getSourceRegion
-
hasSourceRegion
public boolean hasSourceRegion() -
setDestinationRegion
-
setDestinationRegion
-
getDestinationRegion
-
hasDestinationRegion
public boolean hasDestinationRegion() -
setBlendMode
-
getBlendMode
-
setOpacity
-
getOpacity
public double getOpacity() -
process
-