org.pentaho.reporting.engine.classic.core.layout.style
Class SubReportStyleSheet

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.style.AbstractStyleSheet
      extended by org.pentaho.reporting.engine.classic.core.layout.style.SubReportStyleSheet
All Implemented Interfaces:
StyleSheet

public class SubReportStyleSheet
extends AbstractStyleSheet


Constructor Summary
SubReportStyleSheet(boolean pagebeakBefore, boolean pagebreakAfter)
           
 
Method Summary
 long getChangeTracker()
           
 InstanceID getId()
          Returns the ID of the stylesheet.
 StyleSheet getParent()
           
 Object getStyleProperty(StyleKey key, Object defaultValue)
           
 Object[] toArray()
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.style.AbstractStyleSheet
derive, getBooleanStyleProperty, getBooleanStyleProperty, getDoubleStyleProperty, getFontDefinitionProperty, getIntStyleProperty, getStyleProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubReportStyleSheet

public SubReportStyleSheet(boolean pagebeakBefore,
                           boolean pagebreakAfter)
Method Detail

getParent

public StyleSheet getParent()

getId

public InstanceID getId()
Description copied from class: AbstractStyleSheet
Returns the ID of the stylesheet. The ID does identify an element stylesheet an all all cloned instances of that stylesheet.

Specified by:
getId in interface StyleSheet
Overrides:
getId in class AbstractStyleSheet
Returns:
the ID of this stylesheet.

getChangeTracker

public long getChangeTracker()
Specified by:
getChangeTracker in interface StyleSheet
Overrides:
getChangeTracker in class AbstractStyleSheet

getStyleProperty

public Object getStyleProperty(StyleKey key,
                               Object defaultValue)

toArray

public Object[] toArray()