Uses of Interface
de.erichseifert.vectorgraphics2d.intermediate.CommandSequence
Packages that use CommandSequence
Package
Description
Main classes.
Implementation of a processor to convert VectorGraphics2D intermediate
language commands to Encapsulated PostScript® (EPS).
Classes for the VectorGraphics2D intermediate language.
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 CommandSequence in de.erichseifert.vectorgraphics2d
Methods in de.erichseifert.vectorgraphics2d that return CommandSequenceModifier and TypeMethodDescriptionVectorGraphics2D.getCommands()Returns aCommandSequencerepresenting all calls that were issued to thisVectorGraphics2Dobject.Methods in de.erichseifert.vectorgraphics2d with parameters of type CommandSequenceModifier and TypeMethodDescriptionProcessor.getDocument(CommandSequence commands, PageSize pageSize) Constructs aDocumentfrom the specified commands. -
Uses of CommandSequence in de.erichseifert.vectorgraphics2d.eps
Methods in de.erichseifert.vectorgraphics2d.eps with parameters of type CommandSequenceModifier and TypeMethodDescriptionEPSProcessor.getDocument(CommandSequence commands, PageSize pageSize) Constructors in de.erichseifert.vectorgraphics2d.eps with parameters of type CommandSequence -
Uses of CommandSequence in de.erichseifert.vectorgraphics2d.intermediate
Classes in de.erichseifert.vectorgraphics2d.intermediate that implement CommandSequenceModifier and TypeClassDescriptionclassMutable implementation ofCommandSequence. -
Uses of CommandSequence in de.erichseifert.vectorgraphics2d.intermediate.filters
Subinterfaces of CommandSequence in de.erichseifert.vectorgraphics2d.intermediate.filtersClasses in de.erichseifert.vectorgraphics2d.intermediate.filters that implement CommandSequenceModifier and TypeClassDescriptionclassclassclassclassclassclassConstructors in de.erichseifert.vectorgraphics2d.intermediate.filters with parameters of type CommandSequenceModifierConstructorDescriptionGroupingFilter(CommandSequence stream) OptimizeFilter(CommandSequence stream) StreamingFilter(CommandSequence stream) -
Uses of CommandSequence in de.erichseifert.vectorgraphics2d.pdf
Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type CommandSequenceModifier and TypeMethodDescriptionPDFProcessor.getDocument(CommandSequence commands, PageSize pageSize) Constructors in de.erichseifert.vectorgraphics2d.pdf with parameters of type CommandSequenceModifierConstructorDescriptionPDFDocument(CommandSequence commands, PageSize pageSize, boolean compressed) -
Uses of CommandSequence in de.erichseifert.vectorgraphics2d.svg
Methods in de.erichseifert.vectorgraphics2d.svg with parameters of type CommandSequenceModifier and TypeMethodDescriptionSVGProcessor.getDocument(CommandSequence commands, PageSize pageSize) Constructors in de.erichseifert.vectorgraphics2d.svg with parameters of type CommandSequence