|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.css.parser.CSSLexicalUnit
org.apache.batik.css.parser.CSSLexicalUnit.PredefinedFunctionLexicalUnit
This class represents a function unit.
Nested Class Summary |
Nested classes inherited from class org.apache.batik.css.parser.CSSLexicalUnit |
CSSLexicalUnit.DimensionLexicalUnit, CSSLexicalUnit.FloatLexicalUnit, CSSLexicalUnit.FunctionLexicalUnit, CSSLexicalUnit.IntegerLexicalUnit, CSSLexicalUnit.PredefinedFunctionLexicalUnit, CSSLexicalUnit.SimpleLexicalUnit, CSSLexicalUnit.StringLexicalUnit |
Field Summary | |
protected LexicalUnit |
parameters
The function parameters. |
Fields inherited from class org.apache.batik.css.parser.CSSLexicalUnit |
lexicalUnitType, nextLexicalUnit, previousLexicalUnit, UNIT_TEXT_CENTIMETER, UNIT_TEXT_DEGREE, UNIT_TEXT_EM, UNIT_TEXT_EX, UNIT_TEXT_GRADIAN, UNIT_TEXT_HERTZ, UNIT_TEXT_INCH, UNIT_TEXT_KILOHERTZ, UNIT_TEXT_MILLIMETER, UNIT_TEXT_MILLISECOND, UNIT_TEXT_PERCENTAGE, UNIT_TEXT_PICA, UNIT_TEXT_PIXEL, UNIT_TEXT_POINT, UNIT_TEXT_RADIAN, UNIT_TEXT_REAL, UNIT_TEXT_SECOND |
Constructor Summary | |
CSSLexicalUnit.PredefinedFunctionLexicalUnit(short t,
LexicalUnit params,
LexicalUnit prev)
Creates a new LexicalUnit. |
Method Summary | |
LexicalUnit |
getParameters()
SAC: Implements LexicalUnit.getParameters() . |
Methods inherited from class org.apache.batik.css.parser.CSSLexicalUnit |
createDimension, createFloat, createFunction, createInteger, createPredefinedFunction, createSimple, createString, getDimensionUnitText, getFloatValue, getFunctionName, getIntegerValue, getLexicalUnitType, getNextLexicalUnit, getPreviousLexicalUnit, getStringValue, getSubValues, setNextLexicalUnit, setPreviousLexicalUnit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected LexicalUnit parameters
Constructor Detail |
public CSSLexicalUnit.PredefinedFunctionLexicalUnit(short t, LexicalUnit params, LexicalUnit prev)
Method Detail |
public LexicalUnit getParameters()
LexicalUnit.getParameters()
.
getParameters
in interface LexicalUnit
getParameters
in class CSSLexicalUnit
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |