Package it.tidalwave.image.op
Class DrawOp
- java.lang.Object
-
- it.tidalwave.image.op.Operation
-
- it.tidalwave.image.op.DrawOp
-
public class DrawOp extends Operation
- Author:
- Fabrizio Giudici
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DrawOp.Executor
-
Constructor Summary
Constructors Constructor Description DrawOp(DrawOp.Executor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrawOp.Executor
getExecutor()
java.lang.String
toString()
-
-
-
Constructor Detail
-
DrawOp
public DrawOp(DrawOp.Executor executor)
-
-
Method Detail
-
getExecutor
public DrawOp.Executor getExecutor()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-