Record Class SizeTokens
ControlSize step.
Hand-authored, five rows, no base * k(step) anywhere. Three
independent ramps: type 11/12/14/16/19 (span 1.73x), control height
24/28/32/40/50 (2.08x), spacing 3/4/6/8/10 (3.33x). Reach a row with
Theme.tokensFor(limn.scene.Widget); MEDIUM is the default and
the nine Theme tokens are initialized from it, so
assertSame(theme.body, SizeTokens.MEDIUM.body()) holds.
Quantities that are weights, not sizes (every border, focus ring and
its gap, hairline, check-mark pen, caret, AA bleed, damage margin, wheel step,
and the WCAG hit floor) live in Strokes and are identical at every
step by construction: there is no five-column row for any of them.
This record therefore declares no double of any kind, so an
animation duration cannot be smuggled in.
padV is a measure-only floor input to
max(controlHeight, lineHeight + 2 * padV). The box binds at every step,
so this number must never appear as a paint or hit-test coordinate; what a
control centres against is the effective padV (height - lineHeight)/2
= 5.554688 / 6.968750 / 7.796875 / 10.625000 / 13.867188.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SizeTokensThe default step's row.static final SizeTokens[]Indexed byEnum.ordinal(). -
Constructor Summary
ConstructorsConstructorDescriptionSizeTokens(Font body, Font label, Font title, float spacingSmall, float spacingMedium, float spacingLarge, float radiusSmall, float radiusMedium, float radiusLarge, float indicatorRadius, float controlHeight, float listRowSeed, float menuRowHeight, float popupItemHeight, float areaPad, float fieldPadH, float menuBarPadH, float menuPadV, float padH, float padV, float popupPadV, float popupRowInsetX, float segPadH, float spinnerFieldPadX, float tabPadH, float tabPadV, float toolBarPad, float tooltipPadH, float tooltipPadV, float colorGap, float gapButtonRow, float gapIcon, float gapLabel, float newlineHint, float popupGap, float tabIconGap, float tabRevealMargin, float toggleColumnGap, float toolBarGap, float comboCaretCenterX, float fieldDividerInset, float indicatorInset, float menuArrowNudge, float menuBarChipInset, float menuCheckInset, float menuHiliteInsetX, float menuHiliteInsetY, float menuSepInsetX, float popupBarInsetX, float popupDotCol, float popupMarkerCol, float segInset, float spinnerFieldInset, float stripBtnHoverInset, float switchThumbInset, float tabHoverInset, float toolBarSepInset, float areaHeight, float areaWidth, float arrowHalf, float checkGlyphW, float chevronHalfW, float colorDialogW, float colorFieldH, float colorRailH, float colorRampW, float colorThumbH, float colorThumbW, float comboCaretGutter, float comboTextClip, float dialogMaxWidth, float fieldIcon, float fieldTrailing, float fieldWidth, float iconBox, float indicator, float menuArrowGutter, float menuArrowH, float menuArrowW, float menuCheckGutter, float popupDotRadius, float progressThickness, float scrollChevronHalf, float separatorBox, float sliderKnob, float sliderKnobHover, float sliderRail, float spinnerButtonW, float switchTrackH, float switchTrackW, float tabChevron, float tabIconSize, float listWidth, float menuMinWidth, float spinnerWidth) Creates an instance of aSizeTokensrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfloatReturns the value of theareaHeightrecord component.floatareaPad()Returns the value of theareaPadrecord component.floatReturns the value of theareaWidthrecord component.floatReturns the value of thearrowHalfrecord component.body()Returns the value of thebodyrecord component.floatReturns the value of thecheckGlyphWrecord component.floatReturns the value of thechevronHalfWrecord component.floatReturns the value of thecolorDialogWrecord component.floatReturns the value of thecolorFieldHrecord component.floatcolorGap()Returns the value of thecolorGaprecord component.floatReturns the value of thecolorRailHrecord component.floatReturns the value of thecolorRampWrecord component.floatReturns the value of thecolorThumbHrecord component.floatReturns the value of thecolorThumbWrecord component.floatReturns the value of thecomboCaretCenterXrecord component.floatReturns the value of thecomboCaretGutterrecord component.floatReturns the value of thecomboTextCliprecord component.floatReturns the value of thecontrolHeightrecord component.floatReturns the value of thedialogMaxWidthrecord component.floateffectivePadV(float lineHeight) What a control actually centres against: (h - lineHeight)/2.final booleanIndicates whether some other object is "equal to" this one.floatReturns the value of thefieldDividerInsetrecord component.floatReturns the value of thefieldIconrecord component.floatReturns the value of thefieldPadHrecord component.floatReturns the value of thefieldTrailingrecord component.floatReturns the value of thefieldWidthrecord component.floatReturns the value of thegapButtonRowrecord component.floatgapIcon()Returns the value of thegapIconrecord component.floatgapLabel()Returns the value of thegapLabelrecord component.final inthashCode()Returns a hash code value for this object.floaticonBox()Returns the value of theiconBoxrecord component.floatReturns the value of theindicatorrecord component.floatCheckbox / RadioButton focus radius.floatReturns the value of theindicatorInsetrecord component.floatReturns the value of theindicatorRadiusrecord component.label()Returns the value of thelabelrecord component.floatReturns the value of thelistRowSeedrecord component.floatReturns the value of thelistWidthrecord component.floatReturns the value of themenuArrowGutterrecord component.floatReturns the value of themenuArrowHrecord component.floatReturns the value of themenuArrowNudgerecord component.floatReturns the value of themenuArrowWrecord component.floatReturns the value of themenuBarChipInsetrecord component.floatReturns the value of themenuBarPadHrecord component.floatReturns the value of themenuCheckGutterrecord component.floatReturns the value of themenuCheckInsetrecord component.floatReturns the value of themenuHiliteInsetXrecord component.floatReturns the value of themenuHiliteInsetYrecord component.floatReturns the value of themenuMinWidthrecord component.floatmenuPadV()Returns the value of themenuPadVrecord component.floatReturns the value of themenuRowHeightrecord component.floatReturns the value of themenuSepInsetXrecord component.floatReturns the value of thenewlineHintrecord component.static SizeTokensof(ControlSize step) The row for one step.floatpadH()Returns the value of thepadHrecord component.floatpadV()Returns the value of thepadVrecord component.floatReturns the value of thepopupBarInsetXrecord component.floatReturns the value of thepopupDotColrecord component.floatReturns the value of thepopupDotRadiusrecord component.floatpopupGap()Returns the value of thepopupGaprecord component.floatReturns the value of thepopupItemHeightrecord component.floatReturns the value of thepopupMarkerColrecord component.floatReturns the value of thepopupPadVrecord component.floatReturns the value of thepopupRowInsetXrecord component.floatReturns the value of theprogressThicknessrecord component.floatReturns the value of theradiusLargerecord component.floatReturns the value of theradiusMediumrecord component.floatReturns the value of theradiusSmallrecord component.floatresolvedHeight(float lineHeight) The one height formula for every text-bearing control (3.3).floatReturns the value of thescrollChevronHalfrecord component.floatsegInset()Returns the value of thesegInsetrecord component.floatsegPadH()Returns the value of thesegPadHrecord component.floatSegmentedControl's inset pill, concentric with the track at every step.floatReturns the value of theseparatorBoxrecord component.floatSlider's measured height: 24 / 24 / 28 / 33 / 38.floatReturns the value of thesliderKnobrecord component.floatReturns the value of thesliderKnobHoverrecord component.floatSlider's half-height: knobHover + the ring's gap + the ring's own stroke, at every step.floatReturns the value of thesliderRailrecord component.floatReturns the value of thespacingLargerecord component.floatReturns the value of thespacingMediumrecord component.floatReturns the value of thespacingSmallrecord component.floatReturns the value of thespinnerButtonWrecord component.floatReturns the value of thespinnerFieldInsetrecord component.floatReturns the value of thespinnerFieldPadXrecord component.floatReturns the value of thespinnerWidthrecord component.floatReturns the value of thestripBtnHoverInsetrecord component.floatReturns the value of theswitchThumbInsetrecord component.floatReturns the value of theswitchTrackHrecord component.floatReturns the value of theswitchTrackWrecord component.floatReturns the value of thetabChevronrecord component.floatReturns the value of thetabHoverInsetrecord component.floatReturns the value of thetabIconGaprecord component.floatReturns the value of thetabIconSizerecord component.floattabPadH()Returns the value of thetabPadHrecord component.floattabPadV()Returns the value of thetabPadVrecord component.floatReturns the value of thetabRevealMarginrecord component.title()Returns the value of thetitlerecord component.floatReturns the value of thetoggleColumnGaprecord component.floatReturns the value of thetoolBarGaprecord component.floatReturns the value of thetoolBarPadrecord component.floatReturns the value of thetoolBarSepInsetrecord component.floatReturns the value of thetooltipPadHrecord component.floatReturns the value of thetooltipPadVrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
TABLE
Indexed byEnum.ordinal(). Static, palette-independent (7.30). -
MEDIUM
The default step's row.Theme's nine tokens are initialized from this.
-
-
Constructor Details
-
SizeTokens
public SizeTokens(Font body, Font label, Font title, float spacingSmall, float spacingMedium, float spacingLarge, float radiusSmall, float radiusMedium, float radiusLarge, float indicatorRadius, float controlHeight, float listRowSeed, float menuRowHeight, float popupItemHeight, float areaPad, float fieldPadH, float menuBarPadH, float menuPadV, float padH, float padV, float popupPadV, float popupRowInsetX, float segPadH, float spinnerFieldPadX, float tabPadH, float tabPadV, float toolBarPad, float tooltipPadH, float tooltipPadV, float colorGap, float gapButtonRow, float gapIcon, float gapLabel, float newlineHint, float popupGap, float tabIconGap, float tabRevealMargin, float toggleColumnGap, float toolBarGap, float comboCaretCenterX, float fieldDividerInset, float indicatorInset, float menuArrowNudge, float menuBarChipInset, float menuCheckInset, float menuHiliteInsetX, float menuHiliteInsetY, float menuSepInsetX, float popupBarInsetX, float popupDotCol, float popupMarkerCol, float segInset, float spinnerFieldInset, float stripBtnHoverInset, float switchThumbInset, float tabHoverInset, float toolBarSepInset, float areaHeight, float areaWidth, float arrowHalf, float checkGlyphW, float chevronHalfW, float colorDialogW, float colorFieldH, float colorRailH, float colorRampW, float colorThumbH, float colorThumbW, float comboCaretGutter, float comboTextClip, float dialogMaxWidth, float fieldIcon, float fieldTrailing, float fieldWidth, float iconBox, float indicator, float menuArrowGutter, float menuArrowH, float menuArrowW, float menuCheckGutter, float popupDotRadius, float progressThickness, float scrollChevronHalf, float separatorBox, float sliderKnob, float sliderKnobHover, float sliderRail, float spinnerButtonW, float switchTrackH, float switchTrackW, float tabChevron, float tabIconSize, float listWidth, float menuMinWidth, float spinnerWidth) Creates an instance of aSizeTokensrecord class.- Parameters:
body- the value for thebodyrecord componentlabel- the value for thelabelrecord componenttitle- the value for thetitlerecord componentspacingSmall- the value for thespacingSmallrecord componentspacingMedium- the value for thespacingMediumrecord componentspacingLarge- the value for thespacingLargerecord componentradiusSmall- the value for theradiusSmallrecord componentradiusMedium- the value for theradiusMediumrecord componentradiusLarge- the value for theradiusLargerecord componentindicatorRadius- the value for theindicatorRadiusrecord componentcontrolHeight- the value for thecontrolHeightrecord componentlistRowSeed- the value for thelistRowSeedrecord componentmenuRowHeight- the value for themenuRowHeightrecord componentpopupItemHeight- the value for thepopupItemHeightrecord componentareaPad- the value for theareaPadrecord componentfieldPadH- the value for thefieldPadHrecord componentmenuBarPadH- the value for themenuBarPadHrecord componentmenuPadV- the value for themenuPadVrecord componentpadH- the value for thepadHrecord componentpadV- the value for thepadVrecord componentpopupPadV- the value for thepopupPadVrecord componentpopupRowInsetX- the value for thepopupRowInsetXrecord componentsegPadH- the value for thesegPadHrecord componentspinnerFieldPadX- the value for thespinnerFieldPadXrecord componenttabPadH- the value for thetabPadHrecord componenttabPadV- the value for thetabPadVrecord componenttoolBarPad- the value for thetoolBarPadrecord componenttooltipPadH- the value for thetooltipPadHrecord componenttooltipPadV- the value for thetooltipPadVrecord componentcolorGap- the value for thecolorGaprecord componentgapButtonRow- the value for thegapButtonRowrecord componentgapIcon- the value for thegapIconrecord componentgapLabel- the value for thegapLabelrecord componentnewlineHint- the value for thenewlineHintrecord componentpopupGap- the value for thepopupGaprecord componenttabIconGap- the value for thetabIconGaprecord componenttabRevealMargin- the value for thetabRevealMarginrecord componenttoggleColumnGap- the value for thetoggleColumnGaprecord componenttoolBarGap- the value for thetoolBarGaprecord componentcomboCaretCenterX- the value for thecomboCaretCenterXrecord componentfieldDividerInset- the value for thefieldDividerInsetrecord componentindicatorInset- the value for theindicatorInsetrecord componentmenuArrowNudge- the value for themenuArrowNudgerecord componentmenuBarChipInset- the value for themenuBarChipInsetrecord componentmenuCheckInset- the value for themenuCheckInsetrecord componentmenuHiliteInsetX- the value for themenuHiliteInsetXrecord componentmenuHiliteInsetY- the value for themenuHiliteInsetYrecord componentmenuSepInsetX- the value for themenuSepInsetXrecord componentpopupBarInsetX- the value for thepopupBarInsetXrecord componentpopupDotCol- the value for thepopupDotColrecord componentpopupMarkerCol- the value for thepopupMarkerColrecord componentsegInset- the value for thesegInsetrecord componentspinnerFieldInset- the value for thespinnerFieldInsetrecord componentstripBtnHoverInset- the value for thestripBtnHoverInsetrecord componentswitchThumbInset- the value for theswitchThumbInsetrecord componenttabHoverInset- the value for thetabHoverInsetrecord componenttoolBarSepInset- the value for thetoolBarSepInsetrecord componentareaHeight- the value for theareaHeightrecord componentareaWidth- the value for theareaWidthrecord componentarrowHalf- the value for thearrowHalfrecord componentcheckGlyphW- the value for thecheckGlyphWrecord componentchevronHalfW- the value for thechevronHalfWrecord componentcolorDialogW- the value for thecolorDialogWrecord componentcolorFieldH- the value for thecolorFieldHrecord componentcolorRailH- the value for thecolorRailHrecord componentcolorRampW- the value for thecolorRampWrecord componentcolorThumbH- the value for thecolorThumbHrecord componentcolorThumbW- the value for thecolorThumbWrecord componentcomboCaretGutter- the value for thecomboCaretGutterrecord componentcomboTextClip- the value for thecomboTextCliprecord componentdialogMaxWidth- the value for thedialogMaxWidthrecord componentfieldIcon- the value for thefieldIconrecord componentfieldTrailing- the value for thefieldTrailingrecord componentfieldWidth- the value for thefieldWidthrecord componenticonBox- the value for theiconBoxrecord componentindicator- the value for theindicatorrecord componentmenuArrowGutter- the value for themenuArrowGutterrecord componentmenuArrowH- the value for themenuArrowHrecord componentmenuArrowW- the value for themenuArrowWrecord componentmenuCheckGutter- the value for themenuCheckGutterrecord componentpopupDotRadius- the value for thepopupDotRadiusrecord componentprogressThickness- the value for theprogressThicknessrecord componentscrollChevronHalf- the value for thescrollChevronHalfrecord componentseparatorBox- the value for theseparatorBoxrecord componentsliderKnob- the value for thesliderKnobrecord componentsliderKnobHover- the value for thesliderKnobHoverrecord componentsliderRail- the value for thesliderRailrecord componentspinnerButtonW- the value for thespinnerButtonWrecord componentswitchTrackH- the value for theswitchTrackHrecord componentswitchTrackW- the value for theswitchTrackWrecord componenttabChevron- the value for thetabChevronrecord componenttabIconSize- the value for thetabIconSizerecord componentlistWidth- the value for thelistWidthrecord componentmenuMinWidth- the value for themenuMinWidthrecord componentspinnerWidth- the value for thespinnerWidthrecord component
-
-
Method Details
-
of
The row for one step. -
resolvedHeight
public float resolvedHeight(float lineHeight) The one height formula for every text-bearing control (3.3). -
effectivePadV
public float effectivePadV(float lineHeight) What a control actually centres against: (h - lineHeight)/2. Fractional by design (3.6). -
segPillRadius
public float segPillRadius()SegmentedControl's inset pill, concentric with the track at every step. -
indicatorFocusRadius
public float indicatorFocusRadius()Checkbox / RadioButton focus radius. The +2 is locked. -
sliderPad
public float sliderPad()Slider's half-height: knobHover + the ring's gap + the ring's own stroke, at every step. -
sliderHeight
public float sliderHeight()Slider's measured height: 24 / 24 / 28 / 33 / 38. -
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
body
Returns the value of thebodyrecord component.- Returns:
- the value of the
bodyrecord component
-
label
Returns the value of thelabelrecord component.- Returns:
- the value of the
labelrecord component
-
title
Returns the value of thetitlerecord component.- Returns:
- the value of the
titlerecord component
-
spacingSmall
public float spacingSmall()Returns the value of thespacingSmallrecord component.- Returns:
- the value of the
spacingSmallrecord component
-
spacingMedium
public float spacingMedium()Returns the value of thespacingMediumrecord component.- Returns:
- the value of the
spacingMediumrecord component
-
spacingLarge
public float spacingLarge()Returns the value of thespacingLargerecord component.- Returns:
- the value of the
spacingLargerecord component
-
radiusSmall
public float radiusSmall()Returns the value of theradiusSmallrecord component.- Returns:
- the value of the
radiusSmallrecord component
-
radiusMedium
public float radiusMedium()Returns the value of theradiusMediumrecord component.- Returns:
- the value of the
radiusMediumrecord component
-
radiusLarge
public float radiusLarge()Returns the value of theradiusLargerecord component.- Returns:
- the value of the
radiusLargerecord component
-
indicatorRadius
public float indicatorRadius()Returns the value of theindicatorRadiusrecord component.- Returns:
- the value of the
indicatorRadiusrecord component
-
controlHeight
public float controlHeight()Returns the value of thecontrolHeightrecord component.- Returns:
- the value of the
controlHeightrecord component
-
listRowSeed
public float listRowSeed()Returns the value of thelistRowSeedrecord component.- Returns:
- the value of the
listRowSeedrecord component
-
popupItemHeight
public float popupItemHeight()Returns the value of thepopupItemHeightrecord component.- Returns:
- the value of the
popupItemHeightrecord component
-
areaPad
public float areaPad()Returns the value of theareaPadrecord component.- Returns:
- the value of the
areaPadrecord component
-
fieldPadH
public float fieldPadH()Returns the value of thefieldPadHrecord component.- Returns:
- the value of the
fieldPadHrecord component
-
padH
public float padH()Returns the value of thepadHrecord component.- Returns:
- the value of the
padHrecord component
-
padV
public float padV()Returns the value of thepadVrecord component.- Returns:
- the value of the
padVrecord component
-
popupPadV
public float popupPadV()Returns the value of thepopupPadVrecord component.- Returns:
- the value of the
popupPadVrecord component
-
popupRowInsetX
public float popupRowInsetX()Returns the value of thepopupRowInsetXrecord component.- Returns:
- the value of the
popupRowInsetXrecord component
-
segPadH
public float segPadH()Returns the value of thesegPadHrecord component.- Returns:
- the value of the
segPadHrecord component
-
spinnerFieldPadX
public float spinnerFieldPadX()Returns the value of thespinnerFieldPadXrecord component.- Returns:
- the value of the
spinnerFieldPadXrecord component
-
tabPadH
public float tabPadH()Returns the value of thetabPadHrecord component.- Returns:
- the value of the
tabPadHrecord component
-
tabPadV
public float tabPadV()Returns the value of thetabPadVrecord component.- Returns:
- the value of the
tabPadVrecord component
-
toolBarPad
public float toolBarPad()Returns the value of thetoolBarPadrecord component.- Returns:
- the value of the
toolBarPadrecord component
-
tooltipPadH
public float tooltipPadH()Returns the value of thetooltipPadHrecord component.- Returns:
- the value of the
tooltipPadHrecord component
-
tooltipPadV
public float tooltipPadV()Returns the value of thetooltipPadVrecord component.- Returns:
- the value of the
tooltipPadVrecord component
-
colorGap
public float colorGap()Returns the value of thecolorGaprecord component.- Returns:
- the value of the
colorGaprecord component
-
gapButtonRow
public float gapButtonRow()Returns the value of thegapButtonRowrecord component.- Returns:
- the value of the
gapButtonRowrecord component
-
gapIcon
public float gapIcon()Returns the value of thegapIconrecord component.- Returns:
- the value of the
gapIconrecord component
-
gapLabel
public float gapLabel()Returns the value of thegapLabelrecord component.- Returns:
- the value of the
gapLabelrecord component
-
newlineHint
public float newlineHint()Returns the value of thenewlineHintrecord component.- Returns:
- the value of the
newlineHintrecord component
-
popupGap
public float popupGap()Returns the value of thepopupGaprecord component.- Returns:
- the value of the
popupGaprecord component
-
tabIconGap
public float tabIconGap()Returns the value of thetabIconGaprecord component.- Returns:
- the value of the
tabIconGaprecord component
-
tabRevealMargin
public float tabRevealMargin()Returns the value of thetabRevealMarginrecord component.- Returns:
- the value of the
tabRevealMarginrecord component
-
toggleColumnGap
public float toggleColumnGap()Returns the value of thetoggleColumnGaprecord component.- Returns:
- the value of the
toggleColumnGaprecord component
-
toolBarGap
public float toolBarGap()Returns the value of thetoolBarGaprecord component.- Returns:
- the value of the
toolBarGaprecord component
-
comboCaretCenterX
public float comboCaretCenterX()Returns the value of thecomboCaretCenterXrecord component.- Returns:
- the value of the
comboCaretCenterXrecord component
-
fieldDividerInset
public float fieldDividerInset()Returns the value of thefieldDividerInsetrecord component.- Returns:
- the value of the
fieldDividerInsetrecord component
-
indicatorInset
public float indicatorInset()Returns the value of theindicatorInsetrecord component.- Returns:
- the value of the
indicatorInsetrecord component
-
popupBarInsetX
public float popupBarInsetX()Returns the value of thepopupBarInsetXrecord component.- Returns:
- the value of the
popupBarInsetXrecord component
-
popupDotCol
public float popupDotCol()Returns the value of thepopupDotColrecord component.- Returns:
- the value of the
popupDotColrecord component
-
popupMarkerCol
public float popupMarkerCol()Returns the value of thepopupMarkerColrecord component.- Returns:
- the value of the
popupMarkerColrecord component
-
segInset
public float segInset()Returns the value of thesegInsetrecord component.- Returns:
- the value of the
segInsetrecord component
-
spinnerFieldInset
public float spinnerFieldInset()Returns the value of thespinnerFieldInsetrecord component.- Returns:
- the value of the
spinnerFieldInsetrecord component
-
stripBtnHoverInset
public float stripBtnHoverInset()Returns the value of thestripBtnHoverInsetrecord component.- Returns:
- the value of the
stripBtnHoverInsetrecord component
-
switchThumbInset
public float switchThumbInset()Returns the value of theswitchThumbInsetrecord component.- Returns:
- the value of the
switchThumbInsetrecord component
-
tabHoverInset
public float tabHoverInset()Returns the value of thetabHoverInsetrecord component.- Returns:
- the value of the
tabHoverInsetrecord component
-
toolBarSepInset
public float toolBarSepInset()Returns the value of thetoolBarSepInsetrecord component.- Returns:
- the value of the
toolBarSepInsetrecord component
-
areaHeight
public float areaHeight()Returns the value of theareaHeightrecord component.- Returns:
- the value of the
areaHeightrecord component
-
areaWidth
public float areaWidth()Returns the value of theareaWidthrecord component.- Returns:
- the value of the
areaWidthrecord component
-
arrowHalf
public float arrowHalf()Returns the value of thearrowHalfrecord component.- Returns:
- the value of the
arrowHalfrecord component
-
checkGlyphW
public float checkGlyphW()Returns the value of thecheckGlyphWrecord component.- Returns:
- the value of the
checkGlyphWrecord component
-
chevronHalfW
public float chevronHalfW()Returns the value of thechevronHalfWrecord component.- Returns:
- the value of the
chevronHalfWrecord component
-
colorDialogW
public float colorDialogW()Returns the value of thecolorDialogWrecord component.- Returns:
- the value of the
colorDialogWrecord component
-
colorFieldH
public float colorFieldH()Returns the value of thecolorFieldHrecord component.- Returns:
- the value of the
colorFieldHrecord component
-
colorRailH
public float colorRailH()Returns the value of thecolorRailHrecord component.- Returns:
- the value of the
colorRailHrecord component
-
colorRampW
public float colorRampW()Returns the value of thecolorRampWrecord component.- Returns:
- the value of the
colorRampWrecord component
-
colorThumbH
public float colorThumbH()Returns the value of thecolorThumbHrecord component.- Returns:
- the value of the
colorThumbHrecord component
-
colorThumbW
public float colorThumbW()Returns the value of thecolorThumbWrecord component.- Returns:
- the value of the
colorThumbWrecord component
-
comboCaretGutter
public float comboCaretGutter()Returns the value of thecomboCaretGutterrecord component.- Returns:
- the value of the
comboCaretGutterrecord component
-
comboTextClip
public float comboTextClip()Returns the value of thecomboTextCliprecord component.- Returns:
- the value of the
comboTextCliprecord component
-
dialogMaxWidth
public float dialogMaxWidth()Returns the value of thedialogMaxWidthrecord component.- Returns:
- the value of the
dialogMaxWidthrecord component
-
fieldIcon
public float fieldIcon()Returns the value of thefieldIconrecord component.- Returns:
- the value of the
fieldIconrecord component
-
fieldTrailing
public float fieldTrailing()Returns the value of thefieldTrailingrecord component.- Returns:
- the value of the
fieldTrailingrecord component
-
fieldWidth
public float fieldWidth()Returns the value of thefieldWidthrecord component.- Returns:
- the value of the
fieldWidthrecord component
-
iconBox
public float iconBox()Returns the value of theiconBoxrecord component.- Returns:
- the value of the
iconBoxrecord component
-
indicator
public float indicator()Returns the value of theindicatorrecord component.- Returns:
- the value of the
indicatorrecord component
-
popupDotRadius
public float popupDotRadius()Returns the value of thepopupDotRadiusrecord component.- Returns:
- the value of the
popupDotRadiusrecord component
-
progressThickness
public float progressThickness()Returns the value of theprogressThicknessrecord component.- Returns:
- the value of the
progressThicknessrecord component
-
scrollChevronHalf
public float scrollChevronHalf()Returns the value of thescrollChevronHalfrecord component.- Returns:
- the value of the
scrollChevronHalfrecord component
-
separatorBox
public float separatorBox()Returns the value of theseparatorBoxrecord component.- Returns:
- the value of the
separatorBoxrecord component
-
sliderKnob
public float sliderKnob()Returns the value of thesliderKnobrecord component.- Returns:
- the value of the
sliderKnobrecord component
-
sliderKnobHover
public float sliderKnobHover()Returns the value of thesliderKnobHoverrecord component.- Returns:
- the value of the
sliderKnobHoverrecord component
-
sliderRail
public float sliderRail()Returns the value of thesliderRailrecord component.- Returns:
- the value of the
sliderRailrecord component
-
spinnerButtonW
public float spinnerButtonW()Returns the value of thespinnerButtonWrecord component.- Returns:
- the value of the
spinnerButtonWrecord component
-
switchTrackH
public float switchTrackH()Returns the value of theswitchTrackHrecord component.- Returns:
- the value of the
switchTrackHrecord component
-
switchTrackW
public float switchTrackW()Returns the value of theswitchTrackWrecord component.- Returns:
- the value of the
switchTrackWrecord component
-
tabChevron
public float tabChevron()Returns the value of thetabChevronrecord component.- Returns:
- the value of the
tabChevronrecord component
-
tabIconSize
public float tabIconSize()Returns the value of thetabIconSizerecord component.- Returns:
- the value of the
tabIconSizerecord component
-
listWidth
public float listWidth()Returns the value of thelistWidthrecord component.- Returns:
- the value of the
listWidthrecord component
-
spinnerWidth
public float spinnerWidth()Returns the value of thespinnerWidthrecord component.- Returns:
- the value of the
spinnerWidthrecord component
-