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.-
ClassDescriptionColorPaintUIResource is a
PaintUIResourceto 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 aPaintUIResourceversion ofNoPaint- where it's used when you need a non-nullPaintUIResourcebut don't want an actual paint.PaintUIResource is aUIResourceto be used forPaints for in Tadukoo Look & Feel (or other custom Look & Feels as desired).Sizable Color is an extension ofColorthat implementsSizablePaint.Sizable Paints are used to create genericPaints that can vary according to the given dimensions they're meant to be painted on.