|
Flying Saucer Project Release ${app.version} | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xhtmlrenderer.css.style.DerivedValue
public abstract class DerivedValue
Created by IntelliJ IDEA. User: patrick Date: Oct 17, 2005 Time: 12:53:07 PM To change this template use File | Settings | File Templates.
| Method Summary | |
|---|---|
FSColor |
asColor()
|
float |
asFloat()
|
IdentValue |
asIdentValue()
|
java.lang.String |
asString()
|
java.lang.String[] |
asStringArray()
|
short |
getCssSacUnitType()
|
float |
getFloatProportionalTo(CSSName cssName,
float baseValue,
CssContext ctx)
|
java.lang.String |
getStringValue()
The getCssText() or getStringValue(), depending. |
boolean |
hasAbsoluteUnit()
|
boolean |
isAbsoluteUnit()
|
boolean |
isDeclaredInherit()
If value is declared INHERIT should always be the IdentValue.INHERIT, not a DerivedValue |
boolean |
isDependentOnFontSize()
|
boolean |
isIdent()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getStringValue()
public boolean isDeclaredInherit()
isDeclaredInherit in interface FSDerivedValuepublic short getCssSacUnitType()
public boolean isAbsoluteUnit()
public float asFloat()
asFloat in interface FSDerivedValuepublic FSColor asColor()
asColor in interface FSDerivedValue
public float getFloatProportionalTo(CSSName cssName,
float baseValue,
CssContext ctx)
getFloatProportionalTo in interface FSDerivedValuepublic java.lang.String asString()
asString in interface FSDerivedValuepublic java.lang.String[] asStringArray()
asStringArray in interface FSDerivedValuepublic IdentValue asIdentValue()
asIdentValue in interface FSDerivedValuepublic boolean hasAbsoluteUnit()
hasAbsoluteUnit in interface FSDerivedValuepublic boolean isIdent()
isIdent in interface FSDerivedValuepublic boolean isDependentOnFontSize()
isDependentOnFontSize in interface FSDerivedValue
|
Flying Saucer Project Release ${app.version} | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||