Uses of Interface
com.github.tadukoo.view.paint.PaintUIResource
Packages that use PaintUIResource
Package
Description
Contains the
TadukooLookAndFeel, which allows you
to customize the Look & Feel more easily through the use of the
TadukooTheme class and
TadukooThemeFactory.Contains
SizablePaint, to be used to create
Paints that can vary based on the dimensions of the space they're to fill.Provides builders for making
Gradients that can be
used to span an arbitrary space (has a method to generate a Paint when given a Dimension, rather than making a
gradient paint that only works for certain dimensions.-
Uses of PaintUIResource in com.github.tadukoo.view.lookandfeel
Fields in com.github.tadukoo.view.lookandfeel declared as PaintUIResourceModifier and TypeFieldDescriptionprivate final PaintUIResourceTadukooTheme.buttonBackgroundPaintThePaintUIResourceto use for the background on Buttonsprivate PaintUIResourceTadukooTheme.TadukooThemeBuilder.buttonBackgroundPaintThePaintUIResourceto use for the background on Buttonsprivate final PaintUIResourceTadukooTheme.buttonDisabledTextPaintThePaintUIResourceto use for disabled text on Buttonsprivate PaintUIResourceTadukooTheme.TadukooThemeBuilder.buttonDisabledTextPaintThePaintUIResourceto use for disabled text on Buttonsprivate final PaintUIResourceTadukooTheme.buttonFocusPaintThePaintUIResourceto use for focus on Buttonsprivate PaintUIResourceTadukooTheme.TadukooThemeBuilder.buttonFocusPaintThePaintUIResourceto use for focus on Buttonsprivate final PaintUIResourceTadukooTheme.buttonForegroundPaintThePaintUIResourceto use for the foreground on Buttonsprivate PaintUIResourceTadukooTheme.TadukooThemeBuilder.buttonForegroundPaintThePaintUIResourceto use for the foreground on Buttonsprivate final PaintUIResourceTadukooTheme.buttonSelectPaintThePaintUIResourceto use for select on Buttonsprivate PaintUIResourceTadukooTheme.TadukooThemeBuilder.buttonSelectPaintThePaintUIResourceto use for select on Buttonsprivate PaintUIResourceTadukooTheme.TadukooThemeBuilder.defaultBackgroundPaintThePaintUIResourceto use for all unspecified background paintsprivate PaintUIResourceTadukooTheme.TadukooThemeBuilder.defaultDisabledForegroundPaintThePaintUIResourceto use for all unspecified disabled foreground paintsprivate PaintUIResourceTadukooTheme.TadukooThemeBuilder.defaultDisabledTextPaintThePaintUIResourceto use for all unspecified disabled text paintsprivate PaintUIResourceTadukooTheme.TadukooThemeBuilder.defaultFocusPaintThePaintUIResourceto use for all unspecified focus paintsprivate PaintUIResourceTadukooTheme.TadukooThemeBuilder.defaultForegroundPaintThePaintUIResourceto use for all unspecified foreground paintsprivate PaintUIResourceTadukooTheme.TadukooThemeBuilder.defaultSelectPaintThePaintUIResourceto use for all unspecified select paintsprivate final PaintUIResourceTadukooTheme.labelBackgroundPaintThePaintUIResourceto use for the background on Labelsprivate PaintUIResourceTadukooTheme.TadukooThemeBuilder.labelBackgroundPaintThePaintUIResourceto use for the background on Labelsprivate final PaintUIResourceTadukooTheme.labelDisabledForegroundPaintThePaintUIResourceto use for the disabled foreground on Labelsprivate PaintUIResourceTadukooTheme.TadukooThemeBuilder.labelDisabledForegroundPaintThePaintUIResourceto use for disabled foreground on Labelsprivate final PaintUIResourceTadukooTheme.labelForegroundPaintThePaintUIResourceto use for the foreground on Labelsprivate PaintUIResourceTadukooTheme.TadukooThemeBuilder.labelForegroundPaintThePaintUIResourceto use for the foreground on LabelsMethods in com.github.tadukoo.view.lookandfeel that return PaintUIResourceModifier and TypeMethodDescriptionTadukooTheme.getButtonBackgroundPaint()TadukooTheme.getButtonDisabledTextPaint()TadukooTheme.getButtonFocusPaint()TadukooTheme.getButtonForegroundPaint()TadukooTheme.getButtonSelectPaint()TadukooTheme.getLabelBackgroundPaint()TadukooTheme.getLabelDisabledForegroundPaint()TadukooTheme.getLabelForegroundPaint()Methods in com.github.tadukoo.view.lookandfeel with parameters of type PaintUIResourceModifier and TypeMethodDescriptionTadukooTheme.TadukooThemeBuilder.buttonBackgroundPaint(PaintUIResource buttonBackgroundPaint) TadukooTheme.TadukooThemeBuilder.buttonDisabledTextPaint(PaintUIResource buttonDisabledTextPaint) TadukooTheme.TadukooThemeBuilder.buttonFocusPaint(PaintUIResource buttonFocusPaint) TadukooTheme.TadukooThemeBuilder.buttonForegroundPaint(PaintUIResource buttonForegroundPaint) TadukooTheme.TadukooThemeBuilder.buttonSelectPaint(PaintUIResource buttonSelectPaint) TadukooTheme.TadukooThemeBuilder.defaultBackgroundPaint(PaintUIResource defaultBackgroundPaint) TadukooTheme.TadukooThemeBuilder.defaultDisabledForegroundPaint(PaintUIResource defaultDisabledForegroundPaint) TadukooTheme.TadukooThemeBuilder.defaultDisabledTextPaint(PaintUIResource defaultDisabledTextPaint) TadukooTheme.TadukooThemeBuilder.defaultFocusPaint(PaintUIResource defaultFocusPaint) TadukooTheme.TadukooThemeBuilder.defaultForegroundPaint(PaintUIResource defaultForegroundPaint) TadukooTheme.TadukooThemeBuilder.defaultSelectPaint(PaintUIResource defaultSelectPaint) TadukooTheme.TadukooThemeBuilder.labelBackgroundPaint(PaintUIResource labelBackgroundPaint) TadukooTheme.TadukooThemeBuilder.labelDisabledForegroundPaint(PaintUIResource labelDisabledForegroundPaint) TadukooTheme.TadukooThemeBuilder.labelForegroundPaint(PaintUIResource labelForegroundPaint) Constructors in com.github.tadukoo.view.lookandfeel with parameters of type PaintUIResourceModifierConstructorDescriptionprivateTadukooTheme(String buttonUI, String labelUI, PaintUIResource buttonForegroundPaint, PaintUIResource buttonBackgroundPaint, PaintUIResource buttonFocusPaint, PaintUIResource buttonSelectPaint, PaintUIResource buttonDisabledTextPaint, FontUIResource buttonFont, ShapeInfoUIResource buttonShapeInfo, BorderUIResource buttonBorder, PaintUIResource labelForegroundPaint, PaintUIResource labelBackgroundPaint, PaintUIResource labelDisabledForegroundPaint, FontUIResource labelFont, ShapeInfoUIResource labelShapeInfo, BorderUIResource labelBorder, BorderUIResource titledBorderBorder, FontUIResource titledBorderFont, ColorUIResource titledBorderColor, int titledBorderPosition, Object[] classDefaults, Object[] systemColorDefaults, Object[] componentDefaults) Constructs a new TadukooTheme with the given customizations. -
Uses of PaintUIResource in com.github.tadukoo.view.paint
Classes in com.github.tadukoo.view.paint that implement PaintUIResourceModifier and TypeClassDescriptionclassColorPaintUIResource is aPaintUIResourceto be used in Tadukoo Look & Feel (or other custom Look & Feels if desired) for custom paints if you want a solid color.classNo Paint UIResource is aPaintUIResourceversion ofNoPaint- where it's used when you need a non-nullPaintUIResourcebut don't want an actual paint. -
Uses of PaintUIResource in com.github.tadukoo.view.paint.gradient
Classes in com.github.tadukoo.view.paint.gradient that implement PaintUIResourceModifier and TypeClassDescriptionclassGradientUIResource is simply aLinearGradientwrapped as aPaintUIResourceso that it can be used in Tadukoo Look & Feel (or other custom Look & Feels if desired).