Package com.github.tadukoo.view.paint


package com.github.tadukoo.view.paint
Contains SizablePaint, to be used to create Paints that can vary based on the dimensions of the space they're to fill.
  • Class
    Description
    ColorPaintUIResource is a PaintUIResource to be used in Tadukoo Look & Feel (or other custom Look & Feels if desired) for custom paints if you want a solid color.
    No Paint is to be used when you don't actually want a Paint object, but need to specify a non-null value.
    No Paint UIResource is a PaintUIResource version of NoPaint - where it's used when you need a non-null PaintUIResource but don't want an actual paint.
    PaintUIResource is a UIResource to be used for Paints for in Tadukoo Look & Feel (or other custom Look & Feels as desired).
    Sizable Color is an extension of Color that implements SizablePaint.
    Sizable Paints are used to create generic Paints that can vary according to the given dimensions they're meant to be painted on.