public class CSSProperty
extends java.lang.Object
Constructor and Description |
---|
CSSProperty(javafx.css.StyleableProperty<?> prop,
java.lang.Object value)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
javafx.css.StyleableProperty<?> |
getProperty()
Return the associated StyleableProperty.
|
javafx.css.StyleOrigin |
getStyleOrigin()
Return the StyleOrigin.
|
java.lang.Object |
getValue()
Return the property value.
|
public CSSProperty(javafx.css.StyleableProperty<?> prop, java.lang.Object value)
prop
- the StyleablePropertyvalue
- the property valuepublic javafx.css.StyleableProperty<?> getProperty()
public javafx.css.StyleOrigin getStyleOrigin()
public java.lang.Object getValue()
Copyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence