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 ShapeInfoUIResourceTadukooTheme.buttonShapeInfoTheShapeInfoUIResourceto use on Buttonsprivate ShapeInfoUIResourceTadukooTheme.TadukooThemeBuilder.buttonShapeInfoTheShapeInfoUIResourceto use for Buttonsprivate ShapeInfoUIResourceTadukooTheme.TadukooThemeBuilder.defaultShapeInfoTheShapeInfoUIResourceto use for unspecified shapesprivate final ShapeInfoUIResourceTadukooTheme.labelShapeInfoTheShapeInfoUIResourceto use on Labelsprivate ShapeInfoUIResourceTadukooTheme.TadukooThemeBuilder.labelShapeInfoTheShapeInfoUIResourceto 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 ShapeInfoUIResourceModifierConstructorDescriptionprivateTadukooTheme(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.