org.apache.batik.css.parser
protected static class CSSLexicalUnit.FloatLexicalUnit extends CSSLexicalUnit
Field Summary | |
---|---|
protected float | value
The float value. |
Constructor Summary | |
---|---|
FloatLexicalUnit(short t, float val, LexicalUnit prev)
Creates a new LexicalUnit. |
Method Summary | |
---|---|
float | getFloatValue()
SAC: Implements {@link LexicalUnit#getFloatValue()}. |