Uses of Class
com.github.tadukoo.view.shapes.ShapeInfoUIResource
Packages that use 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
Fields in com.github.tadukoo.view.lookandfeel declared as ShapeInfoUIResourceModifier 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 LabelsMethods in com.github.tadukoo.view.lookandfeel that return ShapeInfoUIResourceModifier and TypeMethodDescriptionTadukooTheme.getButtonShapeInfo()
TadukooTheme.getLabelShapeInfo()
Methods in com.github.tadukoo.view.lookandfeel with parameters of type ShapeInfoUIResourceModifier and TypeMethodDescriptionTadukooTheme.TadukooThemeBuilder.buttonShapeInfo
(ShapeInfoUIResource buttonShapeInfo) TadukooTheme.TadukooThemeBuilder.defaultShapeInfo
(ShapeInfoUIResource defaultShapeInfo) TadukooTheme.TadukooThemeBuilder.labelShapeInfo
(ShapeInfoUIResource labelShapeInfo) Constructors in com.github.tadukoo.view.lookandfeel with parameters of type ShapeInfoUIResourceModifierConstructorDescriptionprivate
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.