- java.lang.Object
- 
- javafx.css.Declaration
 
- 
 public final class Declaration extends Object - Since:
- 9
 
- 
- 
Method SummaryModifier and Type Method Description booleanequals(Object obj)One declaration is the equal to another regardless of the Rule to which the Declaration belongs.ParsedValuegetParsedValue()StringgetProperty()RulegetRule()inthashCode()booleanisImportant()StringtoString()
 
- 
- 
- 
Method Detail- 
getParsedValuepublic ParsedValue getParsedValue() - Returns:
- ParsedValue contains the parsed declaration.
 
 - 
getPropertypublic String getProperty() - Returns:
- The CSS property name
 
 - 
getRulepublic Rule getRule() - Returns:
- The Rule to which this Declaration belongs.
 
 - 
isImportantpublic final boolean isImportant() 
 - 
equalspublic boolean equals(Object obj) One declaration is the equal to another regardless of the Rule to which the Declaration belongs. Only the property, value and importance are considered.
 
- 
 
-