value property
T
value
final
The value of this attribute. The type T depends on the specific attribute.
Examples:
- ColorAttribute:
Colorvalue - FontSizeAttribute:
doublevalue - BoldAttribute:
boolvalue (usuallytrue)
To remove an attribute from its EasyAttributeStyles container
just set value to null, and use merge to make this.
Implementation
final T value;