Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

by setting the constants NORMAL_BORDER_WIDTH and THICK_BORDER_WIDTH and adding two variables isDoubleLineBorder and isThickBorder. If the value of isDoubleLineBorder is set to true, the RoundedRectangle is represented with a double line border. If the value of isThickBorder is set to true, the RoundedRectangle is represented with a thicker line border.

Overwrite the outlineShape method.

and And add the method getBorderWidth

...