Uses of Class
com.github.tadukoo.view.shapes.ShapeInfoUIResource
Package
Description
Contains the
TadukooLookAndFeel
, which allows you
to customize the Look & Feel more easily through the use of the
TadukooTheme
class and
TadukooThemeFactory
.-
Uses of ShapeInfoUIResource in com.github.tadukoo.view.lookandfeel
Modifier and TypeFieldDescriptionprivate final ShapeInfoUIResource
TadukooTheme.buttonShapeInfo
TheShapeInfoUIResource
to use on Buttonsprivate ShapeInfoUIResource
TadukooTheme.TadukooThemeBuilder.buttonShapeInfo
TheShapeInfoUIResource
to use for Buttonsprivate ShapeInfoUIResource
TadukooTheme.TadukooThemeBuilder.defaultShapeInfo
TheShapeInfoUIResource
to use for unspecified shapesprivate final ShapeInfoUIResource
TadukooTheme.labelShapeInfo
TheShapeInfoUIResource
to use on Labelsprivate ShapeInfoUIResource
TadukooTheme.TadukooThemeBuilder.labelShapeInfo
TheShapeInfoUIResource
to use for LabelsModifier and TypeMethodDescriptionTadukooTheme.getButtonShapeInfo()
TadukooTheme.getLabelShapeInfo()
Modifier and TypeMethodDescriptionTadukooTheme.TadukooThemeBuilder.buttonShapeInfo
(ShapeInfoUIResource buttonShapeInfo) TadukooTheme.TadukooThemeBuilder.defaultShapeInfo
(ShapeInfoUIResource defaultShapeInfo) TadukooTheme.TadukooThemeBuilder.labelShapeInfo
(ShapeInfoUIResource labelShapeInfo) ModifierConstructorDescriptionprivate
TadukooTheme
(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.