AbstractAbstractdrawDraw the card background (borders, shadows, main bg)
Graphics object to draw into
Total card width
Total card height
Theme colors to use
AbstractdrawDraw the minimal drag strip (shown when draggable but no title)
Graphics object to draw into
Position and dimensions for the drag strip
Theme colors to use
AbstractdrawDraw the footer section
Graphics object to draw into
Position and dimensions for the footer
Theme colors to use
AbstractdrawDraw the title bar section
Graphics object to draw into
Position and dimensions for the title bar
Theme colors to use
AbstractgetGet the border insets (how much space borders take from each side) Used to calculate content area positioning
AbstractgetGet padding inside the content area
AbstractgetGet the height of the drag strip in pixels (shown when draggable but no title)
AbstractgetGet the default footer height in pixels
AbstractgetGet the height of the title bar in pixels
Whether a title is set
Base class providing common card style functionality. Extend this for easier implementation of custom styles.