A CSS attribute is a property on any abritriary HTML element which can be set via CSS.
You use CSS selectors (
Selector ) to define which elements you want to modify and define
with CSS properties
CSSPropertywhat visual property you want to modify.
intern() When the intern method is invoked, if the pool already contains a
property equal to this CSSProperty object as determined by
the
CSSProperty.equals(Object) method, then the object from the pool is
returned.
When the intern method is invoked, if the pool already contains a
property equal to this CSSProperty object as determined by
the
CSSProperty.equals(Object) method, then the object from the pool is
returned. Otherwise, this CSSProperty object is added to the
pool and a reference to this CSSProperty object is returned.
Parameters: property - The CSS Property too pool. A pooled object instance.
Retrieve the CSS property with the given attribute name.
Parameters: cssPropertyName - The css attribute name. A pooled CSS instance if this is a known css property or new instance.