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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
copyFrom
(LayoutStyle style) Attempts to copy the supplied style information into this style object and returns a success code indicating if the copy was performed.void
dispose()
boolean
isEmpty()
void
setReference
(Object reference) void
-
Constructor Details
-
DefaultLayoutStyle
public DefaultLayoutStyle()
-
-
Method Details
-
getReference
-
setReference
-
getValue
- Specified by:
getValue
in interfaceLayoutStyle
-
setValue
- Specified by:
setValue
in 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:
copyFrom
in interfaceLayoutStyle
- Parameters:
style
- the style information to be copied into this style holder- Returns:
true
if the copy was performed,false
otherwise
-