|
||||||||||||
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.IntegerLexicalUnit
This class represents an integer 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 int |
value
The integer value. |
Fields inherited from class org.apache.batik.css.parser.CSSLexicalUnit |
---|
lexicalUnitType, nextLexicalUnit, previousLexicalUnit |
Constructor Summary | |
---|---|
CSSLexicalUnit.IntegerLexicalUnit(int val,
LexicalUnit prev)
Creates a new LexicalUnit. |
Method Summary | |
---|---|
int |
getIntegerValue()
SAC: Implements LexicalUnit.getIntegerValue() . |
Methods inherited from class org.apache.batik.css.parser.CSSLexicalUnit |
---|
createDimension, createFloat, createFunction, createInteger, createPredefinedFunction, createSimple, createString, getDimensionUnitText, getFloatValue, getFunctionName, getLexicalUnitType, getNextLexicalUnit, getParameters, 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 int value
Constructor Detail |
public CSSLexicalUnit.IntegerLexicalUnit(int val, LexicalUnit prev)
Method Detail |
public int getIntegerValue()
LexicalUnit.getIntegerValue()
.
getIntegerValue
in interface LexicalUnit
getIntegerValue
in class CSSLexicalUnit
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |