public class CSSProperty extends Object
Constructor and Description |
---|
CSSProperty(javafx.css.StyleableProperty<?> prop,
Object value)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
javafx.css.StyleableProperty<?> |
getProperty()
Return the associated StyleableProperty.
|
javafx.css.StyleOrigin |
getStyleOrigin()
Return the StyleOrigin.
|
Object |
getValue()
Return the property value.
|
public CSSProperty(javafx.css.StyleableProperty<?> prop, Object value)
prop
- the StyleablePropertyvalue
- the property valuepublic javafx.css.StyleableProperty<?> getProperty()
public javafx.css.StyleOrigin getStyleOrigin()
public Object getValue()
Copyright © 2023. All rights reserved.