- java.lang.Object
-
- org.praxislive.video.render.ops.GraphicsOp
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GraphicsOp.Callback
-
Constructor Summary
Constructors Constructor Description GraphicsOp(GraphicsOp.Callback callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphicsOp.Callback
getCallback()
void
process(PixelData output, PixelData... inputs)
-
-
-
Constructor Detail
-
GraphicsOp
public GraphicsOp(GraphicsOp.Callback callback)
-
-
Method Detail
-
getCallback
public GraphicsOp.Callback getCallback()
-
-