Uses of Class
de.erichseifert.vectorgraphics2d.intermediate.commands.Command
-
Packages that use Command 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.commands Commands of the VectorGraphics2D intermediate language that describe calls to the Graphics2D interface of Java.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 Command in de.erichseifert.vectorgraphics2d
Methods in de.erichseifert.vectorgraphics2d with parameters of type Command Modifier and Type Method Description private void
VectorGraphics2D. emit(Command<?> command)
-
Uses of Command in de.erichseifert.vectorgraphics2d.eps
Methods in de.erichseifert.vectorgraphics2d.eps with parameters of type Command Modifier and Type Method Description void
EPSDocument. handle(Command<?> command)
-
Uses of Command in de.erichseifert.vectorgraphics2d.intermediate
Fields in de.erichseifert.vectorgraphics2d.intermediate with type parameters of type Command Modifier and Type Field Description private java.util.List<Command<?>>
MutableCommandSequence. commands
Methods in de.erichseifert.vectorgraphics2d.intermediate that return types with arguments of type Command Modifier and Type Method Description java.util.Iterator<Command<?>>
MutableCommandSequence. iterator()
Methods in de.erichseifert.vectorgraphics2d.intermediate with parameters of type Command Modifier and Type Method Description void
MutableCommandSequence. add(Command<?> command)
-
Uses of Command in de.erichseifert.vectorgraphics2d.intermediate.commands
Subclasses of Command in de.erichseifert.vectorgraphics2d.intermediate.commands Modifier and Type Class Description class
AffineTransformCommand
class
CreateCommand
class
DisposeCommand
class
DrawImageCommand
class
DrawShapeCommand
class
DrawStringCommand
class
FillShapeCommand
class
Group
class
RotateCommand
class
ScaleCommand
class
SetBackgroundCommand
class
SetClipCommand
class
SetColorCommand
class
SetCompositeCommand
class
SetFontCommand
class
SetHintCommand
class
SetPaintCommand
class
SetStrokeCommand
class
SetTransformCommand
class
SetXORModeCommand
class
ShearCommand
class
StateCommand<T>
class
TransformCommand
class
TranslateCommand
Methods in de.erichseifert.vectorgraphics2d.intermediate.commands with parameters of type Command Modifier and Type Method Description void
Group. add(Command<?> command)
-
Uses of Command in de.erichseifert.vectorgraphics2d.intermediate.filters
Fields in de.erichseifert.vectorgraphics2d.intermediate.filters with type parameters of type Command Modifier and Type Field Description private java.util.Queue<Command<?>>
OptimizeFilter. buffer
private java.util.Queue<Command<?>>
StreamingFilter. buffer
private java.util.Iterator<Command<?>>
StreamingFilter. iterator
Methods in de.erichseifert.vectorgraphics2d.intermediate.filters that return Command Modifier and Type Method Description Command<?>
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 Command Modifier and Type Method Description protected java.util.List<Command<?>>
AbsoluteToRelativeTransformsFilter. filter(Command<?> command)
protected java.util.List<Command<?>>
FillPaintedShapeAsImageFilter. filter(Command<?> command)
protected java.util.List<Command<?>>
GroupingFilter. filter(Command<?> command)
protected java.util.List<Command<?>>
OptimizeFilter. filter(Command<?> command)
protected abstract java.util.List<Command<?>>
StreamingFilter. filter(Command<?> command)
java.util.Iterator<Command<?>>
StreamingFilter. iterator()
Methods in de.erichseifert.vectorgraphics2d.intermediate.filters with parameters of type Command Modifier and Type Method Description protected java.util.List<Command<?>>
AbsoluteToRelativeTransformsFilter. filter(Command<?> command)
protected java.util.List<Command<?>>
FillPaintedShapeAsImageFilter. filter(Command<?> command)
protected java.util.List<Command<?>>
GroupingFilter. filter(Command<?> command)
protected java.util.List<Command<?>>
OptimizeFilter. filter(Command<?> command)
protected abstract java.util.List<Command<?>>
StreamingFilter. filter(Command<?> command)
protected abstract boolean
GroupingFilter. isGrouped(Command<?> command)
protected boolean
StateChangeGroupingFilter. isGrouped(Command<?> command)
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 Command Modifier and Type Method Description private byte[]
PDFDocument. toBytes(Command<?> command)
Method parameters in de.erichseifert.vectorgraphics2d.pdf with type arguments of type Command Modifier and Type Method Description private void
PDFDocument. applyStateCommands(java.util.List<Command<?>> commands)
-
Uses of Command in de.erichseifert.vectorgraphics2d.svg
Methods in de.erichseifert.vectorgraphics2d.svg with parameters of type Command Modifier and Type Method Description void
SVGDocument. handle(Command<?> command)
Method parameters in de.erichseifert.vectorgraphics2d.svg with type arguments of type Command Modifier and Type Method Description private void
SVGDocument. applyStateCommands(java.util.List<Command<?>> commands)
private boolean
SVGDocument. containsGroupCommand(java.util.List<Command<?>> commands)
-