Interface TimiFXUI.BG
- Enclosing interface:
TimiFXUI
public static interface TimiFXUI.BG
- Version:
- 2024-04-13 11:53
- Author:
- 夜雨
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final javafx.scene.layout.Background纯黑背景static final javafx.scene.layout.BackgroundFX 默认背景(#F4F4F4)static final javafx.scene.layout.Background聚焦色背景static final javafx.scene.layout.Background灰色背景static final javafx.scene.layout.Background指向背景,通常用于提示组件尺寸响应拖动static final javafx.scene.layout.Background淡蓝背景static final javafx.scene.layout.Background亮灰背景static final javafx.scene.layout.Background渐变的标题背景static final javafx.scene.layout.Background填充的标题背景static final javafx.scene.layout.Background透明背景static final javafx.scene.layout.Background纯白背景
-
Field Details
-
DEFAULT
static final javafx.scene.layout.Background DEFAULTFX 默认背景(#F4F4F4) -
GRAY
static final javafx.scene.layout.Background GRAY灰色背景 -
LIGHT_GRAY
static final javafx.scene.layout.Background LIGHT_GRAY亮灰背景 -
BLACK
static final javafx.scene.layout.Background BLACK纯黑背景 -
WHITE
static final javafx.scene.layout.Background WHITE纯白背景 -
TRANSPARENT
static final javafx.scene.layout.Background TRANSPARENT透明背景 -
LIGHT_BLUE
static final javafx.scene.layout.Background LIGHT_BLUE淡蓝背景 -
FOCUSED
static final javafx.scene.layout.Background FOCUSED聚焦色背景 -
HOVER
static final javafx.scene.layout.Background HOVER指向背景,通常用于提示组件尺寸响应拖动 -
TITLE
static final javafx.scene.layout.Background TITLE渐变的标题背景 -
TITLE_FILL
static final javafx.scene.layout.Background TITLE_FILL填充的标题背景
-