Class FlagShapeList

    • Constructor Detail

      • FlagShapeList

        public FlagShapeList()
    • 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
      • getShapes

        public List<Shape> getShapes()
        Returns:
        the shapes
      • setShapes

        public void setShapes​(List<Shape> shapes)
        Parameters:
        shapes - the shapes to set