Class AbstractShape
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurableexample.AbstractShape
-
-
Field Summary
-
Fields inherited from interface de.fraunhofer.iosb.ilt.configurable.Configurable
CLASS_CONFIG_EDITOR_FACTORY_METHOD_NAME
-
-
Constructor Summary
Constructors Constructor Description AbstractShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(com.google.gson.JsonElement config, Object context, Object edtCtx, ConfigEditor<?> ignoredConfigEditor)ColorgetColor()EditorMapgetConfigEditor(Object context, Object edtCtx)
-
-
-
Method Detail
-
getColor
public Color getColor()
-
configure
public void configure(com.google.gson.JsonElement config, Object context, Object edtCtx, ConfigEditor<?> ignoredConfigEditor)- Specified by:
configurein interfaceConfigurable<Object,Object>
-
getConfigEditor
public EditorMap getConfigEditor(Object context, Object edtCtx)
- Specified by:
getConfigEditorin interfaceConfigurable<Object,Object>
-
-