The default element style sheet. This style sheet defines default attribute values for
all elements.
The default valignment was modified to top.
author: Thomas Morgner
Clones the style-sheet. The assigned parent style sheets are not cloned. The
stylesheets are not assigned to the contained stylesheet collection, you have to
reassign them manually ...
the clone.
Returns true, if this stylesheet is one of the global default stylesheets. Global
default stylesheets are unmodifiable and shared among all element stylesheets.
always true.
Gets the locked state of this stylesheet. After the first initialization the
stylesheet gets locked, so that it could not be changed anymore.
true, if this stylesheet is readonly.
Sets a style property (or removes the style if the value is null).
Parameters: key - the style key (null not permitted). Parameters: value - the value. throws: NullPointerException - if the given key is null. throws: ClassCastException - if the value cannot be assigned with the givenkey. throws: UnsupportedOperationException - as this style sheet is read only.
Fields inherited from org.jfree.report.style.ElementStyleSheet