|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.cssj.sakae.sac.parser.CSSLexicalUnit
jp.cssj.sakae.sac.parser.CSSLexicalUnit.DimensionLexicalUnit
This class represents a dimension unit.
入れ子クラスの概要 |
フィールドの概要 | |
protected String |
dimension
The dimension. |
protected float |
value
The float value. |
コンストラクタの概要 | |
CSSLexicalUnit.DimensionLexicalUnit(float val,
String dim,
LexicalUnit prev)
Creates a new LexicalUnit. |
メソッドの概要 | |
String |
getDimensionUnitText()
SAC : Implements LexicalUnit.getDimensionUnitText() . |
float |
getFloatValue()
SAC : Implements LexicalUnit.getFloatValue() . |
String |
toString()
|
クラス jp.cssj.sakae.sac.parser.CSSLexicalUnit から継承したメソッド |
createDimension, createFloat, createFunction, createInteger, createPredefinedFunction, createSimple, createString, getFunctionName, getIntegerValue, getLexicalUnitType, getNextLexicalUnit, getParameters, getPreviousLexicalUnit, getStringValue, getSubValues, setNextLexicalUnit, setPreviousLexicalUnit |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
protected float value
protected String dimension
コンストラクタの詳細 |
public CSSLexicalUnit.DimensionLexicalUnit(float val, String dim, LexicalUnit prev)
メソッドの詳細 |
public float getFloatValue()
LexicalUnit.getFloatValue()
.
LexicalUnit
内の getFloatValue
CSSLexicalUnit
内の getFloatValue
public String getDimensionUnitText()
LexicalUnit.getDimensionUnitText()
.
LexicalUnit
内の getDimensionUnitText
CSSLexicalUnit
内の getDimensionUnitText
public String toString()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |