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 Details

    • StateCommand

      public StateCommand(T value)