Class MutableCommandSequence
java.lang.Object
de.erichseifert.vectorgraphics2d.intermediate.MutableCommandSequence
- All Implemented Interfaces:
CommandSequence
,Iterable<Command<?>>
Mutable implementation of
CommandSequence
.
It is possible to add commands to this sequence.