Uses of Interface
de.erichseifert.vectorgraphics2d.intermediate.CommandSequence
-
Packages that use CommandSequence 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.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 CommandSequence in de.erichseifert.vectorgraphics2d
Methods in de.erichseifert.vectorgraphics2d that return CommandSequence Modifier and Type Method Description CommandSequence
VectorGraphics2D. getCommands()
Returns aCommandSequence
representing all calls that were issued to thisVectorGraphics2D
object.Methods in de.erichseifert.vectorgraphics2d with parameters of type CommandSequence Modifier and Type Method Description Document
Processor. getDocument(CommandSequence commands, PageSize pageSize)
Constructs aDocument
from the specified commands. -
Uses of CommandSequence in de.erichseifert.vectorgraphics2d.eps
Methods in de.erichseifert.vectorgraphics2d.eps with parameters of type CommandSequence Modifier and Type Method Description Document
EPSProcessor. getDocument(CommandSequence commands, PageSize pageSize)
Constructors in de.erichseifert.vectorgraphics2d.eps with parameters of type CommandSequence Constructor Description EPSDocument(CommandSequence commands, PageSize pageSize)
-
Uses of CommandSequence in de.erichseifert.vectorgraphics2d.intermediate
Classes in de.erichseifert.vectorgraphics2d.intermediate that implement CommandSequence Modifier and Type Class Description class
MutableCommandSequence
Mutable implementation ofCommandSequence
. -
Uses of CommandSequence in de.erichseifert.vectorgraphics2d.intermediate.filters
Subinterfaces of CommandSequence in de.erichseifert.vectorgraphics2d.intermediate.filters Modifier and Type Interface Description interface
Filter
Classes in de.erichseifert.vectorgraphics2d.intermediate.filters that implement CommandSequence Modifier and Type Class Description class
AbsoluteToRelativeTransformsFilter
class
FillPaintedShapeAsImageFilter
class
GroupingFilter
class
OptimizeFilter
class
StateChangeGroupingFilter
class
StreamingFilter
Constructors in de.erichseifert.vectorgraphics2d.intermediate.filters with parameters of type CommandSequence Constructor Description AbsoluteToRelativeTransformsFilter(CommandSequence stream)
FillPaintedShapeAsImageFilter(CommandSequence stream)
GroupingFilter(CommandSequence stream)
OptimizeFilter(CommandSequence stream)
StateChangeGroupingFilter(CommandSequence stream)
StreamingFilter(CommandSequence stream)
-
Uses of CommandSequence in de.erichseifert.vectorgraphics2d.pdf
Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type CommandSequence Modifier and Type Method Description Document
PDFProcessor. getDocument(CommandSequence commands, PageSize pageSize)
Constructors in de.erichseifert.vectorgraphics2d.pdf with parameters of type CommandSequence Constructor Description PDFDocument(CommandSequence commands, PageSize pageSize, boolean compressed)
-
Uses of CommandSequence in de.erichseifert.vectorgraphics2d.svg
Methods in de.erichseifert.vectorgraphics2d.svg with parameters of type CommandSequence Modifier and Type Method Description Document
SVGProcessor. getDocument(CommandSequence commands, PageSize pageSize)
Constructors in de.erichseifert.vectorgraphics2d.svg with parameters of type CommandSequence Constructor Description SVGDocument(CommandSequence commands, PageSize pageSize)
-