Interface CommandSequence

All Superinterfaces:
Iterable<Command<?>>
All Known Subinterfaces:
Filter
All Known Implementing Classes:
AbsoluteToRelativeTransformsFilter, FillPaintedShapeAsImageFilter, GroupingFilter, MutableCommandSequence, OptimizeFilter, StateChangeGroupingFilter, StreamingFilter

public interface CommandSequence extends Iterable<Command<?>>
Represents a sequence of Command objects. The individual Commands can be retrieved through an Iterator.