Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.css.sheet
Class FontFaceRule

java.lang.Object
  extended by org.xhtmlrenderer.css.sheet.FontFaceRule
All Implemented Interfaces:
RulesetContainer

public class FontFaceRule
extends java.lang.Object
implements RulesetContainer


Constructor Summary
FontFaceRule(int origin)
           
 
Method Summary
 void addContent(Ruleset ruleset)
           
 CalculatedStyle getCalculatedStyle()
           
 int getOrigin()
           
 void setOrigin(int origin)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontFaceRule

public FontFaceRule(int origin)
Method Detail

addContent

public void addContent(Ruleset ruleset)
Specified by:
addContent in interface RulesetContainer

getOrigin

public int getOrigin()
Specified by:
getOrigin in interface RulesetContainer

setOrigin

public void setOrigin(int origin)

getCalculatedStyle

public CalculatedStyle getCalculatedStyle()

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home