Class FillPaintedShapeAsImageFilter
java.lang.Object
de.erichseifert.vectorgraphics2d.intermediate.filters.StreamingFilter
de.erichseifert.vectorgraphics2d.intermediate.filters.FillPaintedShapeAsImageFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate DrawImageCommandgetDrawImageCommand(FillShapeCommand shapeCommand, SetPaintCommand paintCommand) Command<?> next()Methods inherited from class de.erichseifert.vectorgraphics2d.intermediate.filters.StreamingFilter
hasNext, iterator, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
lastSetPaintCommand
-
-
Constructor Details
-
FillPaintedShapeAsImageFilter
-
-
Method Details
-
next
- Specified by:
nextin interfaceIterator<Command<?>>- Overrides:
nextin classStreamingFilter
-
getDrawImageCommand
private DrawImageCommand getDrawImageCommand(FillShapeCommand shapeCommand, SetPaintCommand paintCommand) -
filter
- Specified by:
filterin classStreamingFilter
-