Uses of Interface
info.informatica.doc.style.css.StyleDatabase

Packages that use StyleDatabase
info.informatica.doc.agent   
info.informatica.doc.dom4j Built on top of the DOM4J package, provides XHTML parsing with built-in support for CSS style sheets. 
info.informatica.doc.pdf.itext Helper package to render CSS as PDF with the iText package. 
info.informatica.doc.style.css This package and its subpackages provide an implementation of the CSS Object Model API
info.informatica.doc.style.css.dom Implementation classes for the CSS Object Model API. 
info.informatica.doc.style.css.j2d Infrastructure for Java2D rendering classes. 
info.informatica.doc.style.css.property Implementations of CSS property names and values. 
 

Uses of StyleDatabase in info.informatica.doc.agent
 

Methods in info.informatica.doc.agent that return StyleDatabase
 StyleDatabase UserAgent.getStyleDatabase()
          Gets the style database used for the styles applied by this agent.
 

Uses of StyleDatabase in info.informatica.doc.dom4j
 

Methods in info.informatica.doc.dom4j that return StyleDatabase
abstract  StyleDatabase DOM4JUserAgent.getStyleDatabase()
           
 StyleDatabase XHTMLDocumentFactory.getStyleDatabase()
           
 StyleDatabase XHTMLDocument.getStyleDatabase()
          Gets the style database that applies to the styles in this document.
 

Methods in info.informatica.doc.dom4j with parameters of type StyleDatabase
 void XHTMLDocumentFactory.setStyleDatabase(StyleDatabase styleDb)
           
 void XHTMLDocument.setStyleDatabase(StyleDatabase styleDb)
          Set the style database to be applied to all styles.
 

Uses of StyleDatabase in info.informatica.doc.pdf.itext
 

Classes in info.informatica.doc.pdf.itext that implement StyleDatabase
 class PDFStyleDatabase
          PDF/iText Style database.
 

Methods in info.informatica.doc.pdf.itext that return StyleDatabase
 StyleDatabase PDFStyleFormatter.getStyleDatabase()
          Gets the style database associated to this formatter.
 StyleDatabase PDFUserAgent.getStyleDatabase()
           
 

Uses of StyleDatabase in info.informatica.doc.style.css
 

Classes in info.informatica.doc.style.css that implement StyleDatabase
 class AbstractStyleDatabase
          Abstract base class for CSS Style databases.
 

Methods in info.informatica.doc.style.css that return StyleDatabase
 StyleDatabase CSS2ComputedProperties.getStyleDatabase()
          Gets the style database used to compute the style.
 StyleDatabase StyleDatabaseAware.getStyleDatabase()
          Gets the style database.
 

Methods in info.informatica.doc.style.css with parameters of type StyleDatabase
 void StyleDatabaseAware.setStyleDatabase(StyleDatabase styleDb)
          Sets the style database.
 

Uses of StyleDatabase in info.informatica.doc.style.css.dom
 

Methods in info.informatica.doc.style.css.dom that return StyleDatabase
 StyleDatabase BaseCSSStyleDeclaration.getStyleDatabase()
          Gets the style database which is used to compute the style.
 

Methods in info.informatica.doc.style.css.dom with parameters of type StyleDatabase
 void BaseCSSStyleDeclaration.setStyleDatabase(StyleDatabase styleDb)
          Sets the style database used to compute the style.
 

Uses of StyleDatabase in info.informatica.doc.style.css.j2d
 

Classes in info.informatica.doc.style.css.j2d that implement StyleDatabase
 class HeadlessStyleDatabase
          CSS style database for headless devices.
 class Java2DStyleDatabase
          CSS style database for use with Java2D objects.
 

Methods in info.informatica.doc.style.css.j2d that return StyleDatabase
 StyleDatabase Java2DUserAgent.getStyleDatabase()
           
 

Methods in info.informatica.doc.style.css.j2d with parameters of type StyleDatabase
 void Java2DUserAgent.setStyleDatabase(StyleDatabase styleDb)
           
 

Uses of StyleDatabase in info.informatica.doc.style.css.property
 

Methods in info.informatica.doc.style.css.property that return StyleDatabase
 StyleDatabase AbstractCSSPrimitiveValue.getStyleDatabase()
           
 

Methods in info.informatica.doc.style.css.property with parameters of type StyleDatabase
 void AbstractCSSPrimitiveValue.setStyleDatabase(StyleDatabase styleDb)
           
 



Copyright © 2011 informatica.info. All Rights Reserved.