Package snap.gfx
Class PainterDVR.SetStroke
java.lang.Object
snap.gfx.PainterDVR.Instruction
snap.gfx.PainterDVR.SetStroke
- Enclosing class:
- PainterDVR
An instruction to setStroke().
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SetStroke
Creates a new SetStroke.
-
-
Method Details
-
getStroke
Returns the stroke. -
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
-