Class Circle
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurableexample.AbstractShape
-
- de.fraunhofer.iosb.ilt.configurableexample.Circle
-
- All Implemented Interfaces:
AnnotatedConfigurable<Void,Void>,Configurable<Void,Void>,Shape
public class Circle extends AbstractShape
An example Configurable class.- Author:
- scf
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.fraunhofer.iosb.ilt.configurableexample.AbstractShape
AbstractShape.Pattern
-
-
Field Summary
-
Fields inherited from class de.fraunhofer.iosb.ilt.configurableexample.AbstractShape
shape
-
Fields inherited from interface de.fraunhofer.iosb.ilt.configurable.Configurable
CLASS_CONFIG_EDITOR_FACTORY_METHOD_NAME
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpaintMe()-
Methods inherited from class de.fraunhofer.iosb.ilt.configurableexample.AbstractShape
getColor, getPattern
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.fraunhofer.iosb.ilt.configurable.AnnotatedConfigurable
configure, getConfigEditor
-
-