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
Fields 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
StateCommand<T>
class
class
Methods in de.erichseifert.vectorgraphics2d.intermediate.commands with parameters of type Command -
Uses of Command in de.erichseifert.vectorgraphics2d.intermediate.filters
Fields in de.erichseifert.vectorgraphics2d.intermediate.filters with type parameters of type CommandModifier and TypeFieldDescriptionOptimizeFilter.buffer
StreamingFilter.buffer
StreamingFilter.iterator
Methods 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 boolean
protected boolean
private static boolean
OptimizeFilter.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 void
PDFDocument.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 void
SVGDocument.applyStateCommands
(List<Command<?>> commands) private boolean
SVGDocument.containsGroupCommand
(List<Command<?>> commands)