Class StateCommand<T>
- java.lang.Object
-
- de.erichseifert.vectorgraphics2d.intermediate.commands.Command<T>
-
- de.erichseifert.vectorgraphics2d.intermediate.commands.StateCommand<T>
-
- Direct Known Subclasses:
AffineTransformCommand
,CreateCommand
,DisposeCommand
,SetBackgroundCommand
,SetClipCommand
,SetColorCommand
,SetCompositeCommand
,SetFontCommand
,SetHintCommand
,SetPaintCommand
,SetStrokeCommand
,SetTransformCommand
,SetXORModeCommand
public abstract class StateCommand<T> extends Command<T>
-
-
Constructor Summary
Constructors Constructor Description StateCommand(T value)
-
-
-
Constructor Detail
-
StateCommand
public StateCommand(T value)
-
-