org.apache.batik.css.parser

Class CSSLexicalUnit.FloatLexicalUnit

protected static class CSSLexicalUnit.FloatLexicalUnit extends CSSLexicalUnit

This class represents a float unit.
Field Summary
protected floatvalue
The float value.
Constructor Summary
FloatLexicalUnit(short t, float val, LexicalUnit prev)
Creates a new LexicalUnit.
Method Summary
floatgetFloatValue()
SAC: Implements LexicalUnit#getFloatValue().

Field Detail

value

protected float value
The float value.

Constructor Detail

FloatLexicalUnit

public FloatLexicalUnit(short t, float val, LexicalUnit prev)
Creates a new LexicalUnit.

Method Detail

getFloatValue

public float getFloatValue()
SAC: Implements LexicalUnit#getFloatValue().
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.