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 ofCommand
objects. The individualCommand
s can be retrieved through anIterator
.