Class FlagShapeList
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurableexample.FlagShapeList
-
- All Implemented Interfaces:
AnnotatedConfigurable<Object,Object>,Configurable<Object,Object>
public class FlagShapeList extends Object implements AnnotatedConfigurable<Object,Object>
- Author:
- scf
-
-
Field Summary
-
Fields inherited from interface de.fraunhofer.iosb.ilt.configurable.Configurable
CLASS_CONFIG_EDITOR_FACTORY_METHOD_NAME
-
-
Constructor Summary
Constructors Constructor Description FlagShapeList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()List<Shape>getShapes()intgetWidth()voidsetHeight(int height)voidsetShapes(List<Shape> shapes)voidsetWidth(int width)voidwave()-
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
-
-
-
-
Method Detail
-
wave
public void wave()
-
getWidth
public int getWidth()
- Returns:
- the width
-
setWidth
public void setWidth(int width)
- Parameters:
width- the width to set
-
getHeight
public int getHeight()
- Returns:
- the height
-
setHeight
public void setHeight(int height)
- Parameters:
height- the height to set
-
-