Winter Cardinal UI - v0.442.0 / DThemeDarkEnUsDialogConfirm
DDialogLayered theme.
↳ DThemeDarkEnUsDialogConfirm
• new DThemeDarkEnUsDialogConfirm(): DThemeDarkEnUsDialogConfirm
DThemeDarkDialogConfirm.constructor
▸ closeOn(mode
): number
Name | Type |
---|---|
mode |
DDialogMode |
number
DThemeDarkDialogConfirm.closeOn
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:27
▸ getAlign(mode
): UtilAttachAlign
Name | Type |
---|---|
mode |
DDialogMode |
DThemeDarkDialogConfirm.getAlign
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:64
▸ getAlpha(state
): number
Name | Type |
---|---|
state |
DBaseStateSet |
number
DThemeDarkDialogConfirm.getAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:35
▸ getBackgroundAlpha(state
): number
Returns a background alpha.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeDarkDialogConfirm.getBackgroundAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:84
▸ getBackgroundColor(state
): number
Returns a background color. If the color is null, backgrounds are not be rendered.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeDarkDialogConfirm.getBackgroundColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:79
▸ getBackgroundTexture(): Texture
Returns a background texture.
Texture
DThemeDarkDialogConfirm.getBackgroundTexture
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:88
▸ getBorderAlign(state
): number
Returns a border align.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeDarkDialogConfirm.getBorderAlign
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:104
▸ getBorderAlpha(state
): number
Returns a border alpha.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeDarkDialogConfirm.getBorderAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:96
▸ getBorderColor(state
): null
| number
Returns a border color. If the color is null, borders are not be rendered.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
null
| number
DThemeDarkDialogConfirm.getBorderColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:87
▸ getBorderMask(state
): number
Returns a border mask.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a mask |
number
DThemeDarkDialogConfirm.getBorderMask
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:108
▸ getBorderTexture(): Texture
Returns a border texture.
Texture
DThemeDarkDialogConfirm.getBorderTexture
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:112
▸ getBorderWidth(state
): number
Returns a border width.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeDarkDialogConfirm.getBorderWidth
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:100
▸ getClearType(): number
Returns a clear type. A clear type is for layout classes including DLayoutVertical.
number
DThemeDarkDialogConfirm.getClearType
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:167
▸ getColor(state
): number
Name | Type |
---|---|
state |
DBaseStateSet |
number
DThemeDarkDialogConfirm.getColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:19
▸ getContent(): undefined
| DDialogLayeredContentOptions
<DThemeDialogLayeredContent
>
undefined
| DDialogLayeredContentOptions
<DThemeDialogLayeredContent
>
DThemeDarkDialogConfirm.getContent
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog-layered.ts:22
▸ getCornerMask(): number
Returns a corner mask.
number
DThemeDarkDialogConfirm.getCornerMask
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:136
▸ getCornerRadius(): number
Returns a corner radius.
number
DThemeDarkDialogConfirm.getCornerRadius
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:132
▸ getCursor(state
): string
Returns a cursor.
Name | Type |
---|---|
state |
DBaseStateSet |
string
DThemeDarkDialogConfirm.getCursor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:199
▸ getFontFamilly(): string
string
DThemeDarkDialogConfirm.getFontFamilly
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:11
▸ getFontSize(): number
number
DThemeDarkDialogConfirm.getFontSize
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:15
▸ getFontStyle(): DFontStyle
DThemeDarkDialogConfirm.getFontStyle
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:27
▸ getFontVariant(): DFontVariant
DThemeDarkDialogConfirm.getFontVariant
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:31
▸ getFontWeight(): DFontWeight
DThemeDarkDialogConfirm.getFontWeight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:23
▸ getFooter(): undefined
| null
| DDialogLayeredFooterOptions
<DThemeDialogLayeredFooter
>
undefined
| null
| DDialogLayeredFooterOptions
<DThemeDialogLayeredFooter
>
DThemeDarkDialogConfirm.getFooter
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-en-us-dialog-confirm.ts:10
▸ getGestureMode(mode
): DDialogGestureMode
Name | Type |
---|---|
mode |
DDialogMode |
DThemeDarkDialogConfirm.getGestureMode
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:52
▸ getHeader(): undefined
| null
| DDialogLayeredHeaderOptions
<DThemeDialogLayeredHeader
>
undefined
| null
| DDialogLayeredHeaderOptions
<DThemeDialogLayeredHeader
>
DThemeDarkDialogConfirm.getHeader
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog-layered.ts:18
▸ getHeight(): DCoordinateSize
Returns a height.
DThemeDarkDialogConfirm.getHeight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:127
▸ getInteractive(): number
Returns an interactivity.
number
DThemeDarkDialogConfirm.getInteractive
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:135
▸ getLayout(): undefined
| DLayoutVerticalOptions
<DThemeLayoutVertical
>
undefined
| DLayoutVerticalOptions
<DThemeLayoutVertical
>
DThemeDarkDialogConfirm.getLayout
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog-layered.ts:14
▸ getLineHeight(): number
number
DThemeDarkDialogConfirm.getLineHeight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-font.ts:42
▸ getMessage(): DStateAwareOrValue
<string
>
DStateAwareOrValue
<string
>
DThemeDarkDialogConfirm.getMessage
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog-confirm.ts:17
▸ getMode(): DDialogMode
DThemeDarkDialogConfirm.getMode
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:23
▸ getOffsetX(mode
): number
Name | Type |
---|---|
mode |
DDialogMode |
number
DThemeDarkDialogConfirm.getOffsetX
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:56
▸ getOffsetY(mode
): number
Name | Type |
---|---|
mode |
DDialogMode |
number
DThemeDarkDialogConfirm.getOffsetY
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:60
▸ getOutlineAlign(state
): number
Returns an outline align.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeDarkDialogConfirm.getOutlineAlign
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:159
▸ getOutlineAlpha(state
): number
Returns an outline alpha.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeDarkDialogConfirm.getOutlineAlpha
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:144
▸ getOutlineColor(state
): null
| number
Returns an outline color. If the color is null, outlines are not be rendered.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
null
| number
DThemeDarkDialogConfirm.getOutlineColor
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:95
▸ getOutlineMask(state
): number
Returns an outline mask.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeDarkDialogConfirm.getOutlineMask
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:163
▸ getOutlineOffset(state
): number
Returns an outline offset.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeDarkDialogConfirm.getOutlineOffset
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:155
▸ getOutlineWidth(state
): number
Returns an outline width.
Name | Type | Description |
---|---|---|
state |
DBaseStateSet |
a state |
number
DThemeDarkDialogConfirm.getOutlineWidth
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:151
▸ getPaddingBottom(): number
Returns a bottom padding.
number
DThemeDarkDialogConfirm.getPaddingBottom
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:111
▸ getPaddingLeft(): number
Returns a left padding.
number
DThemeDarkDialogConfirm.getPaddingLeft
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:99
▸ getPaddingRight(): number
Returns a right padding.
number
DThemeDarkDialogConfirm.getPaddingRight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:107
▸ getPaddingTop(): number
Returns a top padding.
number
DThemeDarkDialogConfirm.getPaddingTop
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:103
▸ getShadow(): null
| DShadow
Returns a shadow. If a shadow is null, no shadow is rendered.
null
| DShadow
DThemeDarkDialogConfirm.getShadow
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:131
▸ getTitle(): string
Returns a tooltip text.
string
DThemeDarkDialogConfirm.getTitle
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:183
▸ getWeight(): number
Returns a weight. Weights are for layout classes including DLayoutVertical. If a weight is less than or equals to zero, layout classes are supposed not to change a width / height.
number
DThemeDarkDialogConfirm.getWeight
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:187
▸ getWidth(): DCoordinateSize
Returns a width.
DThemeDarkDialogConfirm.getWidth
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:123
▸ getX(): DCoordinatePosition
Returns a X coordinate.
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:115
▸ getY(): DCoordinatePosition
Returns a Y coordinate.
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:119
▸ isGestureEnabled(mode
): boolean
Name | Type |
---|---|
mode |
DDialogMode |
boolean
DThemeDarkDialogConfirm.isGestureEnabled
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:42
▸ isSticky(mode
): boolean
Name | Type |
---|---|
mode |
DDialogMode |
boolean
DThemeDarkDialogConfirm.isSticky
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:38
▸ newAnimation(mode
): null
| DAnimation
<DBase
<DThemeBase
, DBaseOptions
<DThemeBase
, any
>>>
Name | Type |
---|---|
mode |
DDialogMode |
null
| DAnimation
<DBase
<DThemeBase
, DBaseOptions
<DThemeBase
, any
>>>
DThemeDarkDialogConfirm.newAnimation
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-dialog.ts:68
▸ newShadow(): null
| DShadow
Creates a new shadow.
null
| DShadow
DThemeDarkDialogConfirm.newShadow
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:191
▸ newShadowWeak(): null
| DShadow
Creates a new weak shadow.
null
| DShadow
DThemeDarkDialogConfirm.newShadowWeak
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:195
▸ newState(state
): void
Returns true if focusable.
Name | Type |
---|---|
state |
DBaseStateSet |
void
DThemeDarkDialogConfirm.newState
src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts:179