Class MultiRoundRectangle

  • All Implemented Interfaces:
    Silhouette

    public class MultiRoundRectangle
    extends AbstractSilhouette
    MultiRoundRectangle

    Defines a rounded rectangle, each corner may have a different roundness factor.

    Constraints

    • topLeftWidth + topRightWidth <= width
    • topLeftHeight + topRightHeight <= height
    • bottomLeftWidth + bottomRightWidth <= width
    • bottomLeftHeight + bottomRightHeight <= height

    Style Classes

    • silhouette
    • silhouette-multiround-rectangle
    Author:
    Andres Almiray