Class SetHintCommand
- java.lang.Object
-
- de.erichseifert.vectorgraphics2d.intermediate.commands.Command<T>
-
- de.erichseifert.vectorgraphics2d.intermediate.commands.StateCommand<java.lang.Object>
-
- de.erichseifert.vectorgraphics2d.intermediate.commands.SetHintCommand
-
public class SetHintCommand extends StateCommand<java.lang.Object>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
key
-
Constructor Summary
Constructors Constructor Description SetHintCommand(java.lang.Object hintKey, java.lang.Object hintValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getKey()
java.lang.String
toString()
-