info.informatica.doc.style.css
Interface StyleDatabaseAware

All Known Implementing Classes:
AbstractCSSPrimitiveValue, ComputedCSSStyle, CSSIdentifierValue, CSSNumberValue, CSSPercentageValue, CSSStringValue, DOM4JCSSStyleDeclaration, DOMCSSColorValue, DOMCSSCounterValue, DOMCSSRectValue, DOMCSSStyleDeclaration

public interface StyleDatabaseAware

To be implemented by classes that make use of a style database.

Author:
Carlos Amengual

Method Summary
 StyleDatabase getStyleDatabase()
          Gets the style database.
 void setStyleDatabase(StyleDatabase styleDb)
          Sets the style database.
 

Method Detail

getStyleDatabase

StyleDatabase getStyleDatabase()
Gets the style database.

Returns:
the style database, or null if no database is set.

setStyleDatabase

void setStyleDatabase(StyleDatabase styleDb)
Sets the style database.

Parameters:
styleDb - the style database.


Copyright © 2011 informatica.info. All Rights Reserved.