Uses of Class
de.erichseifert.vectorgraphics2d.intermediate.commands.Command
Packages that use Command
Package
Description
Main classes.
Implementation of a processor to convert VectorGraphics2D intermediate
language commands to Encapsulated PostScript® (EPS).
Classes for the VectorGraphics2D intermediate language.
Commands of the VectorGraphics2D intermediate language that describe calls
to the Graphics2D interface of Java.
Classes that filter or alter a sequence of commands in the VectorGraphics2D
intermediate language.
Implementation of a processor to convert VectorGraphics2D intermediate
language commands to the Portable Document Format (PDF).
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 -
Uses of Command in de.erichseifert.vectorgraphics2d.eps
Methods in de.erichseifert.vectorgraphics2d.eps with parameters of type Command -
Uses of Command in de.erichseifert.vectorgraphics2d.intermediate
Subinterfaces with type arguments of type Command in de.erichseifert.vectorgraphics2d.intermediateFields in de.erichseifert.vectorgraphics2d.intermediate with type parameters of type CommandMethods in de.erichseifert.vectorgraphics2d.intermediate that return types with arguments of type CommandMethods in de.erichseifert.vectorgraphics2d.intermediate with parameters of type Command -
Uses of Command in de.erichseifert.vectorgraphics2d.intermediate.commands
Subclasses of Command in de.erichseifert.vectorgraphics2d.intermediate.commandsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassStateCommand<T>classclassSubclasses with type arguments of type Command in de.erichseifert.vectorgraphics2d.intermediate.commandsMethods in de.erichseifert.vectorgraphics2d.intermediate.commands with parameters of type Command -
Uses of Command in de.erichseifert.vectorgraphics2d.intermediate.filters
Classes in de.erichseifert.vectorgraphics2d.intermediate.filters that implement interfaces with type arguments of type CommandFields in de.erichseifert.vectorgraphics2d.intermediate.filters with type parameters of type CommandModifier and TypeFieldDescriptionOptimizeFilter.bufferStreamingFilter.bufferStreamingFilter.iteratorMethods in de.erichseifert.vectorgraphics2d.intermediate.filters that return CommandModifier and TypeMethodDescriptionCommand<?> 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 CommandMethods in de.erichseifert.vectorgraphics2d.intermediate.filters with parameters of type CommandModifier and TypeMethodDescriptionprotected abstract booleanprotected booleanprivate static booleanOptimizeFilter.isStateChange(Command<?> command) -
Uses of Command in de.erichseifert.vectorgraphics2d.pdf
Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type CommandMethod parameters in de.erichseifert.vectorgraphics2d.pdf with type arguments of type CommandModifier and TypeMethodDescriptionprivate voidPDFDocument.applyStateCommands(List<Command<?>> commands) -
Uses of Command in de.erichseifert.vectorgraphics2d.svg
Methods in de.erichseifert.vectorgraphics2d.svg with parameters of type CommandMethod parameters in de.erichseifert.vectorgraphics2d.svg with type arguments of type CommandModifier and TypeMethodDescriptionprivate voidSVGDocument.applyStateCommands(List<Command<?>> commands) private booleanSVGDocument.containsGroupCommand(List<Command<?>> commands)