java.lang.Object | |
↳ | javax.swing.text.html.CSS.Attribute |
Definitions to be used as a key on AttributeSet's that might hold CSS attributes. Since this is a closed set (i.e. defined exactly by the specification), it is final and cannot be extended.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Fetch the default value for the attribute.
| |||||||||||
Indicates if the attribute should be inherited
from the parent or not.
| |||||||||||
The string representation of the attribute.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fetch the default value for the attribute. If there is no default value (such as for composite attributes), null will be returned.
Indicates if the attribute should be inherited from the parent or not.
The string representation of the attribute. This should exactly match the string specified in the CSS specification.