Uses of Class
de.erichseifert.vectorgraphics2d.intermediate.commands.Command
-
Packages that use Command Package Description de.erichseifert.vectorgraphics2d Main classes.de.erichseifert.vectorgraphics2d.eps Implementation of a processor to convert VectorGraphics2D intermediate language commands to Encapsulated PostScript® (EPS).de.erichseifert.vectorgraphics2d.intermediate Classes for the VectorGraphics2D intermediate language.de.erichseifert.vectorgraphics2d.intermediate.commands Commands of the VectorGraphics2D intermediate language that describe calls to the Graphics2D interface of Java.de.erichseifert.vectorgraphics2d.intermediate.filters Classes that filter or alter a sequence of commands in the VectorGraphics2D intermediate language.de.erichseifert.vectorgraphics2d.pdf Implementation of a processor to convert VectorGraphics2D intermediate language commands to the Portable Document Format (PDF).de.erichseifert.vectorgraphics2d.svg Implementation of a processor to convert VectorGraphics2D intermediate language commands to Scaled Vector Graphics (SVG). -
-
Uses of Command in de.erichseifert.vectorgraphics2d
Methods in de.erichseifert.vectorgraphics2d with parameters of type Command Modifier and Type Method Description private voidVectorGraphics2D. emit(Command<?> command) -
Uses of Command in de.erichseifert.vectorgraphics2d.eps
Methods in de.erichseifert.vectorgraphics2d.eps with parameters of type Command Modifier and Type Method Description voidEPSDocument. handle(Command<?> command) -
Uses of Command in de.erichseifert.vectorgraphics2d.intermediate
Fields in de.erichseifert.vectorgraphics2d.intermediate with type parameters of type Command Modifier and Type Field Description private java.util.List<Command<?>>MutableCommandSequence. commandsMethods in de.erichseifert.vectorgraphics2d.intermediate that return types with arguments of type Command Modifier and Type Method Description java.util.Iterator<Command<?>>MutableCommandSequence. iterator()Methods in de.erichseifert.vectorgraphics2d.intermediate with parameters of type Command Modifier and Type Method Description voidMutableCommandSequence. add(Command<?> command) -
Uses of Command in de.erichseifert.vectorgraphics2d.intermediate.commands
Subclasses of Command in de.erichseifert.vectorgraphics2d.intermediate.commands Modifier and Type Class Description classAffineTransformCommandclassCreateCommandclassDisposeCommandclassDrawImageCommandclassDrawShapeCommandclassDrawStringCommandclassFillShapeCommandclassGroupclassRotateCommandclassScaleCommandclassSetBackgroundCommandclassSetClipCommandclassSetColorCommandclassSetCompositeCommandclassSetFontCommandclassSetHintCommandclassSetPaintCommandclassSetStrokeCommandclassSetTransformCommandclassSetXORModeCommandclassShearCommandclassStateCommand<T>classTransformCommandclassTranslateCommandMethods in de.erichseifert.vectorgraphics2d.intermediate.commands with parameters of type Command Modifier and Type Method Description voidGroup. add(Command<?> command) -
Uses of Command in de.erichseifert.vectorgraphics2d.intermediate.filters
Fields in de.erichseifert.vectorgraphics2d.intermediate.filters with type parameters of type Command Modifier and Type Field Description private java.util.Queue<Command<?>>OptimizeFilter. bufferprivate java.util.Queue<Command<?>>StreamingFilter. bufferprivate java.util.Iterator<Command<?>>StreamingFilter. iteratorMethods in de.erichseifert.vectorgraphics2d.intermediate.filters that return Command Modifier and Type Method Description Command<?>AbsoluteToRelativeTransformsFilter. next()Command<?>FillPaintedShapeAsImageFilter. next()Command<?>GroupingFilter. next()Command<?>OptimizeFilter. next()Command<?>StreamingFilter. next()Methods in de.erichseifert.vectorgraphics2d.intermediate.filters that return types with arguments of type Command Modifier and Type Method Description protected java.util.List<Command<?>>AbsoluteToRelativeTransformsFilter. filter(Command<?> command)protected java.util.List<Command<?>>FillPaintedShapeAsImageFilter. filter(Command<?> command)protected java.util.List<Command<?>>GroupingFilter. filter(Command<?> command)protected java.util.List<Command<?>>OptimizeFilter. filter(Command<?> command)protected abstract java.util.List<Command<?>>StreamingFilter. filter(Command<?> command)java.util.Iterator<Command<?>>StreamingFilter. iterator()Methods in de.erichseifert.vectorgraphics2d.intermediate.filters with parameters of type Command Modifier and Type Method Description protected java.util.List<Command<?>>AbsoluteToRelativeTransformsFilter. filter(Command<?> command)protected java.util.List<Command<?>>FillPaintedShapeAsImageFilter. filter(Command<?> command)protected java.util.List<Command<?>>GroupingFilter. filter(Command<?> command)protected java.util.List<Command<?>>OptimizeFilter. filter(Command<?> command)protected abstract java.util.List<Command<?>>StreamingFilter. filter(Command<?> command)protected abstract booleanGroupingFilter. isGrouped(Command<?> command)protected booleanStateChangeGroupingFilter. isGrouped(Command<?> command)private static booleanOptimizeFilter. isStateChange(Command<?> command) -
Uses of Command in de.erichseifert.vectorgraphics2d.pdf
Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type Command Modifier and Type Method Description private byte[]PDFDocument. toBytes(Command<?> command)Method parameters in de.erichseifert.vectorgraphics2d.pdf with type arguments of type Command Modifier and Type Method Description private voidPDFDocument. applyStateCommands(java.util.List<Command<?>> commands) -
Uses of Command in de.erichseifert.vectorgraphics2d.svg
Methods in de.erichseifert.vectorgraphics2d.svg with parameters of type Command Modifier and Type Method Description voidSVGDocument. handle(Command<?> command)Method parameters in de.erichseifert.vectorgraphics2d.svg with type arguments of type Command Modifier and Type Method Description private voidSVGDocument. applyStateCommands(java.util.List<Command<?>> commands)private booleanSVGDocument. containsGroupCommand(java.util.List<Command<?>> commands)
-