Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.css.style
Interface CssContext

All Known Implementing Classes:
LayoutContext, RenderingContext

public interface CssContext

Created by IntelliJ IDEA. User: tobe Date: 2005-jun-23 Time: 00:12:50 To change this template use File | Settings | File Templates.


Method Summary
 StyleReference getCss()
           
 int getDotsPerPixel()
           
 FSFont getFont(FontSpecification font)
           
 float getFontSize2D(FontSpecification font)
           
 FSFontMetrics getFSFontMetrics(FSFont font)
           
 float getMmPerDot()
           
 float getXHeight(FontSpecification parentFont)
           
 

Method Detail

getMmPerDot

float getMmPerDot()

getDotsPerPixel

int getDotsPerPixel()

getFontSize2D

float getFontSize2D(FontSpecification font)

getXHeight

float getXHeight(FontSpecification parentFont)

getFont

FSFont getFont(FontSpecification font)

getCss

StyleReference getCss()

getFSFontMetrics

FSFontMetrics getFSFontMetrics(FSFont font)

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home