|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object
|
+--org.apache.batik.css.parser.CSSLexicalUnit
|
+--org.apache.batik.css.parser.CSSLexicalUnit.FunctionLexicalUnit
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 java.lang.String |
name
The function name. |
protected LexicalUnit |
parameters
The function parameters. |
| Fields inherited from class org.apache.batik.css.parser.CSSLexicalUnit |
|---|
lexicalUnitType, nextLexicalUnit, previousLexicalUnit |
| Constructor Summary | |
|---|---|
CSSLexicalUnit.FunctionLexicalUnit(java.lang.String f,
LexicalUnit params,
LexicalUnit prev)
Creates a new LexicalUnit. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFunctionName()
SAC: Implements LexicalUnit.getFunctionName(). |
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, 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 java.lang.String name
protected LexicalUnit parameters
| Constructor Detail |
public CSSLexicalUnit.FunctionLexicalUnit(java.lang.String f,
LexicalUnit params,
LexicalUnit prev)
| Method Detail |
public java.lang.String getFunctionName()
LexicalUnit.getFunctionName().
getFunctionName in interface LexicalUnitgetFunctionName in class CSSLexicalUnitLexicalUnit.SAC_COUNTER_FUNCTION,
LexicalUnit.SAC_COUNTERS_FUNCTION,
LexicalUnit.SAC_RECT_FUNCTION,
LexicalUnit.SAC_FUNCTION,
LexicalUnit.SAC_RGBCOLORpublic LexicalUnit getParameters()
LexicalUnit.getParameters().
getParameters in interface LexicalUnitgetParameters in class CSSLexicalUnitLexicalUnit.SAC_COUNTER_FUNCTION,
LexicalUnit.SAC_COUNTERS_FUNCTION,
LexicalUnit.SAC_RECT_FUNCTION,
LexicalUnit.SAC_FUNCTION,
LexicalUnit.SAC_RGBCOLOR
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||