Uses of Class
org.praxislive.video.render.ops.ScaledBlit
-
Packages that use ScaledBlit Package Description org.praxislive.video.render.ops -
-
Uses of ScaledBlit in org.praxislive.video.render.ops
Methods in org.praxislive.video.render.ops that return ScaledBlit Modifier and Type Method Description ScaledBlit
ScaledBlit. setBlendMode(BlendMode blendMode)
ScaledBlit
ScaledBlit. setDestinationRegion(int x, int y, int width, int height)
ScaledBlit
ScaledBlit. setDestinationRegion(Rectangle rect)
ScaledBlit
ScaledBlit. setOpacity(double opacity)
ScaledBlit
ScaledBlit. setSourceRegion(int x, int y, int width, int height)
ScaledBlit
ScaledBlit. setSourceRegion(Rectangle rect)
-