org.pentaho.reporting.engine.classic.core.style
Interface StyleSheetCarrier

All Superinterfaces:
Cloneable, Serializable

public interface StyleSheetCarrier
extends Cloneable, Serializable


Method Summary
 Object clone()
           
 ElementStyleSheet getStyleSheet()
           
 void invalidate()
           
 boolean isSame(ElementStyleSheet style)
           
 

Method Detail

getStyleSheet

ElementStyleSheet getStyleSheet()

isSame

boolean isSame(ElementStyleSheet style)

invalidate

void invalidate()

clone

Object clone()
             throws CloneNotSupportedException
Throws:
CloneNotSupportedException