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
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 aPaintUIResource
version ofNoPaint
- where it's used when you need a non-nullPaintUIResource
but don't want an actual paint.PaintUIResource is aUIResource
to be used forPaint
s for in Tadukoo Look & Feel (or other custom Look & Feels as desired).Sizable Color is an extension ofColor
that implementsSizablePaint
.Sizable Paints are used to create genericPaint
s that can vary according to the given dimensions they're meant to be painted on.