public interface CSSProperties
Modifier and Type | Field and Description |
---|---|
static String |
ARC_HEIGHT
the "-fx-arc-height" CSS property.
|
static String |
ARC_WIDTH
the "-fx-arc-width" CSS property.
|
static String |
BACKGROUND_COLOR
the "-fx-background-color" CSS property.
|
static String |
BACKGROUND_IMAGE
the "-fx-background-image" CSS property.
|
static String |
BACKGROUND_RADIUS
the "-fx-background-radius" CSS property.
|
static String |
BORDER_COLOR
the "-fx-border-color" CSS property.
|
static String |
BORDER_RADIUS
the "-fx-border-radius" CSS property.
|
static String |
FILL_PAINT
the "-fx-fill" CSS property.
|
static String |
FONT
the "-fx-font" CSS property.
|
static String |
FONT_FAMILY
the "-fx-font-family" CSS property.
|
static String |
FONT_SIZE
the "-fx-font-size" CSS property.
|
static String |
FONT_STYLE
the "-fx-font-style" CSS property.
|
static String |
FONT_WEIGHT
the "-fx-font-weight" CSS property.
|
static String |
IMAGE
the "-fx-image" CSS property.
|
static String |
OPACITY
the "-fx-opacity" CSS property.
|
static String |
REGION_BACKGROUND
the "-fx-region-background" CSS property.
|
static String |
REGION_BACKGROUND_POSITION
the "-fx-background-position" CSS property.
|
static String |
REGION_BACKGROUND_RADIUS
the "-fx-background-radius" CSS property.
|
static String |
REGION_BACKGROUND_SIZE
the "-fx-background-size" CSS property.
|
static String |
REGION_BORDER
the "-fx-region-border" CSS property.
|
static String |
SCALE_SHAPE
the "-fx-scale-shape" CSS property.
|
static String |
SCALE_X
the "-fx-scale-x" CSS property.
|
static String |
SCALE_Y
the "-fx-scale-y" CSS property.
|
static String |
SHAPE
the "-fx-shape" CSS property.
|
static String |
STROKE_DASHARRAY
the "-fx-stroke-dash-array" CSS property.
|
static String |
STROKE_DASHOFFSET
the "-fx-stroke-dash-offset" CSS property.
|
static String |
STROKE_LINECAP
the "-fx-stroke-line-cap" CSS property.
|
static String |
STROKE_LINEJOIN
the "-fx-stroke-line-join" CSS property.
|
static String |
STROKE_MITERLIMIT
the "-fx-stroke-miter-limit" CSS property.
|
static String |
STROKE_PAINT
the "-fx-stroke" CSS property.
|
static String |
STROKE_TYPE
the "-fx-stroke-type" CSS property.
|
static String |
STROKE_WIDTH
the "-fx-stroke-width" CSS property.
|
static String |
TEXT_BOUNDS_TYPE
the "-fx-bounds-type" CSS property.
|
static String |
TEXT_FILL
the "-fx-text-fill" CSS property.
|
static String |
TRANSLATE_X
the "-fx-translate-x" CSS property.
|
static String |
TRANSLATE_Y
the "-fx-translate-y" CSS property.
|
static String |
VISIBILITY
the "-visibility" CSS property.
|
static final String VISIBILITY
static final String OPACITY
static final String TRANSLATE_X
static final String TRANSLATE_Y
static final String SCALE_X
static final String SCALE_Y
static final String REGION_BACKGROUND
static final String REGION_BORDER
static final String BACKGROUND_COLOR
static final String BACKGROUND_IMAGE
static final String BACKGROUND_RADIUS
static final String REGION_BACKGROUND_SIZE
static final String REGION_BACKGROUND_RADIUS
static final String REGION_BACKGROUND_POSITION
static final String BORDER_COLOR
static final String BORDER_RADIUS
static final String SHAPE
static final String SCALE_SHAPE
static final String ARC_WIDTH
static final String ARC_HEIGHT
static final String IMAGE
static final String STROKE_PAINT
static final String FILL_PAINT
static final String TEXT_FILL
static final String TEXT_BOUNDS_TYPE
static final String FONT
static final String FONT_FAMILY
static final String FONT_SIZE
static final String FONT_STYLE
static final String FONT_WEIGHT
static final String STROKE_WIDTH
static final String STROKE_LINECAP
static final String STROKE_LINEJOIN
static final String STROKE_MITERLIMIT
static final String STROKE_DASHARRAY
static final String STROKE_DASHOFFSET
static final String STROKE_TYPE
Copyright © 2023. All rights reserved.