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 interfaceDrawOp.Executor
-
Constructor Summary
Constructors Constructor Description DrawOp(DrawOp.Executor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrawOp.ExecutorgetExecutor()java.lang.StringtoString()
-
-
-
Constructor Detail
-
DrawOp
public DrawOp(DrawOp.Executor executor)
-
-
Method Detail
-
getExecutor
public DrawOp.Executor getExecutor()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-