Class AbstractControlStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
java.lang.Object
ch.nolix.system.element.base.AbstractElement
ch.nolix.system.element.multistateconfiguration.AbstractMultiStateConfiguration<S, ControlState>
ch.nolix.system.webgui.controlstyle.AbstractControlStyle<S>
- All Implemented Interfaces:
Resettable, IElement, IMultiStateConfiguration<S, ControlState>, IMutableElement, IRespondingMutableElement<S>, IBackgroundStyle<S>, IBorderStyle<S>, IControlBaseStyle<S>, IControlStyle<S>, ICornerStyle<S>, IPaddingStyle<S>, IShadowStyle<S>, ISizeStyle<S>
- Direct Known Subclasses:
AbstractItemMenuStyle, AbstractLinearContainerStyle, ButtonStyle, ComponentStyle, GridStyle, ImageControlStyle, LabelStyle, LinkStyle, SingleContainerStyle, TextboxStyle, UploaderStyle, ValidationLabelStyle
public abstract class AbstractControlStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
extends AbstractMultiStateConfiguration<S, ControlState>
implements IControlStyle<S>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final IBackgroundstatic final booleanstatic final IColorstatic final intstatic final intstatic final Fontstatic final doublestatic final intstatic final Colorstatic final LineDecoration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <C2 extends IControlBaseStyle<C2>>
voidaddChild(C2 controlStyle) final booleanbooleanfinal booleandefinesWidthForState(ControlState state) final SforStateSetBackground(ControlState state, IBackground background) final SforStateSetBackgroundColor(ControlState state, IColor backgroundColor) final SforStateSetBackgroundColorGradient(ControlState state, IColorGradient backgroundColorGradient) final SforStateSetBackgroundImage(ControlState state, IImage backgroundImage, ImageApplication imageApplication) final SforStateSetBoldTextFlag(ControlState state, boolean boldTextFlag) final SforStateSetBorderColor(ControlState state, IColor borderColor) final SforStateSetBorderThickness(ControlState state, int borderThickness) final SforStateSetBottomBorderColor(ControlState state, IColor bottomBorderColor) final SforStateSetBottomBorderThickness(ControlState state, int bottomBorderThickness) final SforStateSetBottomPadding(ControlState state, int bottomPadding) final SforStateSetCornerRadius(ControlState state, int cornerRadius) final SforStateSetCornerShadow(ControlState state, ICornerShadow cornerShadow, ICornerShadow... cornerShadows) final SforStateSetCornerShadows(ControlState state, IContainer<? extends ICornerShadow> cornerShadows) final SforStateSetFont(ControlState state, Font font) final SforStateSetHeight(ControlState state, int height) final SforStateSetHeightInPercentOfViewArea(ControlState state, double heightInPercentOfViewAreaHeight) final SforStateSetLeftBorderColor(ControlState state, IColor leftBorderColor) final SforStateSetLeftBorderThickness(ControlState state, int leftBorderThickness) final SforStateSetLeftPadding(ControlState state, int leftPadding) final SforStateSetOpacity(ControlState state, double opacity) final SforStateSetPadding(ControlState state, int padding) final SforStateSetRightBorderColor(ControlState state, IColor rightBorderColor) final SforStateSetRightBorderThickness(ControlState state, int rightBorderThickness) final SforStateSetRightPadding(ControlState state, int rightPadding) final SforStateSetTextColor(ControlState state, IColor textColor) forStateSetTextLineDecoration(ControlState state, LineDecoration textLineDecoration) final SforStateSetTextSize(ControlState state, int textSize) final SforStateSetTopBorderColor(ControlState state, IColor topBorderColor) final SforStateSetTopBorderThickness(ControlState state, int topBorderThickness) final SforStateSetTopPadding(ControlState state, int topPadding) final SforStateSetWidth(ControlState state, int width) final SforStateSetWidthInPercentOfViewAreaWidth(ControlState state, double widthInPercentOfViewAreaWidth) final IBackgroundfinal booleanfinal IColorfinal intfinal IAbsoluteOrRelativeIntfinal intfinal IContainer<? extends ICornerShadow> final FontgetFontWhenHasState(ControlState state) final IAbsoluteOrRelativeIntgetHeightForState(ControlState state) final IColorfinal intfinal IAbsoluteOrRelativeIntfinal doublefinal IColorfinal intfinal IAbsoluteOrRelativeIntfinal IColorfinal intfinal IColorfinal intfinal IAbsoluteOrRelativeIntfinal IAbsoluteOrRelativeIntgetWidthForState(ControlState state) final voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidvoidfinal voidfinal voidfinal voidfinal voidfinal voidMethods inherited from class AbstractMultiStateConfiguration
addedOrChangedAttribute, addOrChangeAttribute, addOrChangeAttribute, getAttributes, getBaseState, reset, setFromMethods inherited from class AbstractElement
equals, getSpecification, hashCode, toStringMethods inherited from interface IControlBaseStyle
addChild, definesTextLineDecorationForState, forStateSetBoldTextFlag, forStateSetFont, forStateSetOpacity, forStateSetTextColor, forStateSetTextLineDecoration, forStateSetTextSize, getBoldTextFlagWhenHasState, getFontWhenHasState, getOpacityWhenHasState, getTextColorWhenHasState, getTextLineDecorationWhenHasState, getTextSizeWhenHasState, removeCustomBoldTextFlags, removeCustomFonts, removeCustomOpacities, removeCustomTextColors, removeCustomTextLineDecorations, removeCustomTextSizesMethods inherited from interface IElement
getAttributes, getSpecification, toFormatedString, toXmlMethods inherited from interface IMultiStateConfiguration
getBaseStateMethods inherited from interface IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, addOrChangeAttributes, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationMethods inherited from interface IRespondingMutableElement
addedOrChangedAttributeMethods inherited from interface Resettable
reset
-
Field Details
-
DEFAULT_CORNER_RADIUS
public static final int DEFAULT_CORNER_RADIUS- See Also:
-
DEFAULT_BORDER_THICKNESS
public static final int DEFAULT_BORDER_THICKNESS- See Also:
-
DEFAULT_BORDER_COLOR
-
DEFAULT_BACKGROUND
-
DEFAULT_PADDING
public static final int DEFAULT_PADDING- See Also:
-
DEFAULT_OPACITY
public static final double DEFAULT_OPACITY- See Also:
-
DEFAULT_FONT
-
DEFAULT_BOLD_TEXT_FLAG
public static final boolean DEFAULT_BOLD_TEXT_FLAG- See Also:
-
DEAULT_TEXT_SIZE
public static final int DEAULT_TEXT_SIZE- See Also:
-
DEFAULT_TEXT_LINE_DECORATION
-
DEFAULT_TEXT_COLOR
-
-
Constructor Details
-
AbstractControlStyle
public AbstractControlStyle()
-
-
Method Details
-
definesHeightForState
- Specified by:
definesHeightForStatein interfaceISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
definesWidthForState
- Specified by:
definesWidthForStatein interfaceISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getBackgroundWhenHasState
- Specified by:
getBackgroundWhenHasStatein interfaceIBackgroundStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getBottomBorderColorWhenHasState
- Specified by:
getBottomBorderColorWhenHasStatein interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getBottomBorderThicknessWhenHasState
- Specified by:
getBottomBorderThicknessWhenHasStatein interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getBottomPaddingWhenHasState
- Specified by:
getBottomPaddingWhenHasStatein interfaceIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getCornerRadiusWhenHasState
- Specified by:
getCornerRadiusWhenHasStatein interfaceICornerStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getCornerShadowsWhenHasState
- Specified by:
getCornerShadowsWhenHasStatein interfaceIShadowStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getLeftBorderColorWhenHasState
- Specified by:
getLeftBorderColorWhenHasStatein interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getLeftBorderThicknessWhenHasState
- Specified by:
getLeftBorderThicknessWhenHasStatein interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getHeightForState
- Specified by:
getHeightForStatein interfaceISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getLeftPaddingWhenHasState
- Specified by:
getLeftPaddingWhenHasStatein interfaceIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getRightBorderColorWhenHasState
- Specified by:
getRightBorderColorWhenHasStatein interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getRightBorderThicknessWhenHasState
- Specified by:
getRightBorderThicknessWhenHasStatein interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getRightPaddingWhenHasState
- Specified by:
getRightPaddingWhenHasStatein interfaceIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getTopBorderColorWhenHasState
- Specified by:
getTopBorderColorWhenHasStatein interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getTopBorderThicknessWhenHasState
- Specified by:
getTopBorderThicknessWhenHasStatein interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getTopPaddingWhenHasState
- Specified by:
getTopPaddingWhenHasStatein interfaceIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
getWidthForState
- Specified by:
getWidthForStatein interfaceISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomBackgrounds
public final void removeCustomBackgrounds()- Specified by:
removeCustomBackgroundsin interfaceIBackgroundStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomBorderColors
public final void removeCustomBorderColors()- Specified by:
removeCustomBorderColorsin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomBorderThicknesses
public final void removeCustomBorderThicknesses()- Specified by:
removeCustomBorderThicknessesin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomBottomBorderColors
public final void removeCustomBottomBorderColors()- Specified by:
removeCustomBottomBorderColorsin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomBottomBorderThicknesses
public final void removeCustomBottomBorderThicknesses()- Specified by:
removeCustomBottomBorderThicknessesin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomBottomPaddings
public final void removeCustomBottomPaddings()- Specified by:
removeCustomBottomPaddingsin interfaceIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomCornerRadiuses
public final void removeCustomCornerRadiuses()- Specified by:
removeCustomCornerRadiusesin interfaceICornerStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomCornerShadows
public final void removeCustomCornerShadows()- Specified by:
removeCustomCornerShadowsin interfaceIShadowStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomHeights
public final void removeCustomHeights()- Specified by:
removeCustomHeightsin interfaceISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomLeftBorderColors
public final void removeCustomLeftBorderColors()- Specified by:
removeCustomLeftBorderColorsin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomLeftBorderThicknesses
public final void removeCustomLeftBorderThicknesses()- Specified by:
removeCustomLeftBorderThicknessesin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomLeftPaddings
public final void removeCustomLeftPaddings()- Specified by:
removeCustomLeftPaddingsin interfaceIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomPaddings
public final void removeCustomPaddings()- Specified by:
removeCustomPaddingsin interfaceIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomRightBorderColors
public final void removeCustomRightBorderColors()- Specified by:
removeCustomRightBorderColorsin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomRightBorderThicknesses
public final void removeCustomRightBorderThicknesses()- Specified by:
removeCustomRightBorderThicknessesin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomRightPaddings
public final void removeCustomRightPaddings()- Specified by:
removeCustomRightPaddingsin interfaceIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomTopBorderColors
public final void removeCustomTopBorderColors()- Specified by:
removeCustomTopBorderColorsin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomTopBorderThicknesses
public final void removeCustomTopBorderThicknesses()- Specified by:
removeCustomTopBorderThicknessesin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomTopPaddings
public final void removeCustomTopPaddings()- Specified by:
removeCustomTopPaddingsin interfaceIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
removeCustomWidths
public final void removeCustomWidths()- Specified by:
removeCustomWidthsin interfaceISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBackgroundColor
- Specified by:
forStateSetBackgroundColorin interfaceIBackgroundStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBackgroundColorGradient
public final S forStateSetBackgroundColorGradient(ControlState state, IColorGradient backgroundColorGradient) - Specified by:
forStateSetBackgroundColorGradientin interfaceIBackgroundStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBackground
- Specified by:
forStateSetBackgroundin interfaceIBackgroundStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBackgroundImage
public final S forStateSetBackgroundImage(ControlState state, IImage backgroundImage, ImageApplication imageApplication) - Specified by:
forStateSetBackgroundImagein interfaceIBackgroundStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBorderColor
- Specified by:
forStateSetBorderColorin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBorderThickness
- Specified by:
forStateSetBorderThicknessin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBottomBorderColor
- Specified by:
forStateSetBottomBorderColorin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBottomBorderThickness
- Specified by:
forStateSetBottomBorderThicknessin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetBottomPadding
- Specified by:
forStateSetBottomPaddingin interfaceIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetCornerRadius
- Specified by:
forStateSetCornerRadiusin interfaceICornerStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetCornerShadow
public final S forStateSetCornerShadow(ControlState state, ICornerShadow cornerShadow, ICornerShadow... cornerShadows) - Specified by:
forStateSetCornerShadowin interfaceIShadowStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetCornerShadows
public final S forStateSetCornerShadows(ControlState state, IContainer<? extends ICornerShadow> cornerShadows) - Specified by:
forStateSetCornerShadowsin interfaceIShadowStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetHeight
- Specified by:
forStateSetHeightin interfaceISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetHeightInPercentOfViewArea
public final S forStateSetHeightInPercentOfViewArea(ControlState state, double heightInPercentOfViewAreaHeight) - Specified by:
forStateSetHeightInPercentOfViewAreain interfaceISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetLeftBorderColor
- Specified by:
forStateSetLeftBorderColorin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetLeftBorderThickness
- Specified by:
forStateSetLeftBorderThicknessin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetLeftPadding
- Specified by:
forStateSetLeftPaddingin interfaceIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetPadding
- Specified by:
forStateSetPaddingin interfaceIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetRightBorderColor
- Specified by:
forStateSetRightBorderColorin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetRightBorderThickness
- Specified by:
forStateSetRightBorderThicknessin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetRightPadding
- Specified by:
forStateSetRightPaddingin interfaceIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetTopBorderColor
- Specified by:
forStateSetTopBorderColorin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetTopBorderThickness
- Specified by:
forStateSetTopBorderThicknessin interfaceIBorderStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetTopPadding
- Specified by:
forStateSetTopPaddingin interfaceIPaddingStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetWidth
- Specified by:
forStateSetWidthin interfaceISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
forStateSetWidthInPercentOfViewAreaWidth
public final S forStateSetWidthInPercentOfViewAreaWidth(ControlState state, double widthInPercentOfViewAreaWidth) - Specified by:
forStateSetWidthInPercentOfViewAreaWidthin interfaceISizeStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>
-
addChild
- Specified by:
addChildin interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
definesTextLineDecorationForState
- Specified by:
definesTextLineDecorationForStatein interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
getBoldTextFlagWhenHasState
- Specified by:
getBoldTextFlagWhenHasStatein interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
getFontWhenHasState
- Specified by:
getFontWhenHasStatein interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
getOpacityWhenHasState
- Specified by:
getOpacityWhenHasStatein interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
getTextColorWhenHasState
- Specified by:
getTextColorWhenHasStatein interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
getTextLineDecorationWhenHasState
- Specified by:
getTextLineDecorationWhenHasStatein interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
getTextSizeWhenHasState
- Specified by:
getTextSizeWhenHasStatein interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
removeCustomBoldTextFlags
public final void removeCustomBoldTextFlags()- Specified by:
removeCustomBoldTextFlagsin interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
removeCustomFonts
public final void removeCustomFonts()- Specified by:
removeCustomFontsin interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
removeCustomOpacities
public final void removeCustomOpacities()- Specified by:
removeCustomOpacitiesin interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
removeCustomTextColors
public final void removeCustomTextColors()- Specified by:
removeCustomTextColorsin interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
removeCustomTextLineDecorations
public void removeCustomTextLineDecorations()- Specified by:
removeCustomTextLineDecorationsin interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
removeCustomTextSizes
public final void removeCustomTextSizes()- Specified by:
removeCustomTextSizesin interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
forStateSetBoldTextFlag
- Specified by:
forStateSetBoldTextFlagin interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
forStateSetFont
- Specified by:
forStateSetFontin interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
forStateSetOpacity
- Specified by:
forStateSetOpacityin interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
forStateSetTextColor
- Specified by:
forStateSetTextColorin interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
forStateSetTextLineDecoration
- Specified by:
forStateSetTextLineDecorationin interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-
forStateSetTextSize
- Specified by:
forStateSetTextSizein interfaceIControlBaseStyle<C extends IControlBaseStyle<C>>
-