Uses of Interface
org.praxislive.video.render.SurfaceOp
-
Packages that use SurfaceOp Package Description org.praxislive.video.render org.praxislive.video.render.ops org.praxislive.video.render.utils -
-
Uses of SurfaceOp in org.praxislive.video.render
Methods in org.praxislive.video.render with parameters of type SurfaceOp Modifier and Type Method Description voidSurface. process(SurfaceOp op)voidSurface. process(SurfaceOp op, Surface input)abstract voidSurface. process(SurfaceOp op, Surface... inputs) -
Uses of SurfaceOp in org.praxislive.video.render.ops
Classes in org.praxislive.video.render.ops that implement SurfaceOp Modifier and Type Class Description classBlitclassBlurclassDifferenceOpclassGraphicsOpclassNoiseclassRectFillclassReverseclassScaledBlitclassShapeRenderclassSubclassTextRenderclassTransformBlitMethods in org.praxislive.video.render.ops that return SurfaceOp Modifier and Type Method Description SurfaceOpSub. getOp()static SurfaceOpBlit. op()Deprecated.static SurfaceOpBlur. op(int radius)static SurfaceOpNoise. op()static SurfaceOpReverse. op(SurfaceOp op, PixelData target)static SurfaceOpSub. op(SurfaceOp op, int x, int y, int width, int height)static SurfaceOpSub. op(SurfaceOp op, Bounds bounds)Methods in org.praxislive.video.render.ops with parameters of type SurfaceOp Modifier and Type Method Description static SurfaceOpReverse. op(SurfaceOp op, PixelData target)static SurfaceOpSub. op(SurfaceOp op, int x, int y, int width, int height)static SurfaceOpSub. op(SurfaceOp op, Bounds bounds) -
Uses of SurfaceOp in org.praxislive.video.render.utils
Methods in org.praxislive.video.render.utils with parameters of type SurfaceOp Modifier and Type Method Description voidBufferedImageSurface. process(SurfaceOp op, Surface... inputs)
-