Class DefaultLayoutStyle
java.lang.Object
org.pentaho.reporting.libraries.css.dom.DefaultLayoutStyle
- All Implemented Interfaces:
LayoutStyle
Unlike the old JFreeReport stylesheet, this implementation has no inheritance at all. It needs to be resolved
manually, which is no bad thing, as we have to do this anyway during the computation.
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancopyFrom(LayoutStyle style) Attempts to copy the supplied style information into this style object and returns a success code indicating if the copy was performed.voiddispose()booleanisEmpty()voidsetReference(Object reference) void
-
Constructor Details
-
DefaultLayoutStyle
public DefaultLayoutStyle()
-
-
Method Details
-
getReference
-
setReference
-
getValue
- Specified by:
getValuein interfaceLayoutStyle
-
setValue
- Specified by:
setValuein interfaceLayoutStyle
-
dispose
public void dispose() -
createCopy
-
isEmpty
public boolean isEmpty() -
copyFrom
Attempts to copy the supplied style information into this style object and returns a success code indicating if the copy was performed.- Specified by:
copyFromin interfaceLayoutStyle- Parameters:
style- the style information to be copied into this style holder- Returns:
trueif the copy was performed,falseotherwise
-