Interface CommandSequence
-
- All Superinterfaces:
java.lang.Iterable<Command<?>>
- All Known Subinterfaces:
Filter
- All Known Implementing Classes:
AbsoluteToRelativeTransformsFilter,FillPaintedShapeAsImageFilter,GroupingFilter,MutableCommandSequence,OptimizeFilter,StateChangeGroupingFilter,StreamingFilter
public interface CommandSequence extends java.lang.Iterable<Command<?>>
Represents a sequence ofCommandobjects. The individualCommands can be retrieved through anIterator.