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 StreamingFilter
hasNext, iterator, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
lastSetPaintCommand
-
-
Constructor Details
-
FillPaintedShapeAsImageFilter
-
-
Method Details
-
next
-
getDrawImageCommand
private DrawImageCommand getDrawImageCommand(FillShapeCommand shapeCommand, SetPaintCommand paintCommand) -
filter
- Specified by:
filterin classStreamingFilter
-