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 CommandSequenceVectorGraphics2D. getCommands()Returns aCommandSequencerepresenting all calls that were issued to thisVectorGraphics2Dobject.Methods in de.erichseifert.vectorgraphics2d with parameters of type CommandSequence Modifier and Type Method Description DocumentProcessor. 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 CommandSequence Modifier and Type Method Description DocumentEPSProcessor. 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 classMutableCommandSequenceMutable 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 interfaceFilterClasses in de.erichseifert.vectorgraphics2d.intermediate.filters that implement CommandSequence Modifier and Type Class Description classAbsoluteToRelativeTransformsFilterclassFillPaintedShapeAsImageFilterclassGroupingFilterclassOptimizeFilterclassStateChangeGroupingFilterclassStreamingFilterConstructors 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 DocumentPDFProcessor. 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 DocumentSVGProcessor. getDocument(CommandSequence commands, PageSize pageSize)Constructors in de.erichseifert.vectorgraphics2d.svg with parameters of type CommandSequence Constructor Description SVGDocument(CommandSequence commands, PageSize pageSize)
-