Package snap.gfx
Class PainterDVR.FillShape
java.lang.Object
snap.gfx.PainterDVR.Instruction
snap.gfx.PainterDVR.FillShape
- Enclosing class:
- PainterDVR
An instruction to fill(Shape).
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FillShape
Creates a new FillShape.
-
-
Method Details
-
getShape
Returns the shape. -
exec
Plays the op in given painter.- Specified by:
exec
in classPainterDVR.Instruction
-
equals
Standard equals implementation.- Overrides:
equals
in classPainterDVR.Instruction
-
toString
Standard toString implementation.- Overrides:
toString
in classPainterDVR.Instruction
-