Modifier and Type | Method and Description |
---|---|
static CSSNumericValue |
StyleSheetUtility.convertLength(CSSValue rawValue,
CSSNumericValue basePercentage,
LayoutElement baseElement) |
Modifier and Type | Method and Description |
---|---|
static CSSNumericValue |
StyleSheetUtility.convertLength(CSSValue rawValue,
CSSNumericValue basePercentage,
LayoutElement baseElement) |
Modifier and Type | Method and Description |
---|---|
CSSNumericValue |
BoxShadowValue.getBlurRadius() |
CSSNumericValue |
BoxShadowValue.getHorizontalOffset() |
CSSNumericValue |
BoxShadowValue.getVerticalOffset() |
Constructor and Description |
---|
BoxShadowValue(CSSColorValue color,
CSSNumericValue horizontalOffset,
CSSNumericValue verticalOffset,
CSSNumericValue blurRadius) |
Modifier and Type | Method and Description |
---|---|
static CSSNumericValue |
CSSValueFactory.createLengthValue(org.w3c.css.sac.LexicalUnit value) |
static CSSNumericValue |
CSSValueFactory.createNumericValue(org.w3c.css.sac.LexicalUnit value) |
Modifier and Type | Field and Description |
---|---|
static CSSNumericValue |
BackgroundPositionReadHandler.BOTTOM |
static CSSNumericValue |
BackgroundPositionReadHandler.CENTER |
static CSSNumericValue |
BackgroundPositionReadHandler.LEFT |
static CSSNumericValue |
BackgroundPositionReadHandler.RIGHT |
static CSSNumericValue |
BackgroundPositionReadHandler.TOP |
Modifier and Type | Field and Description |
---|---|
static CSSNumericValue |
FitPositionReadHandler.BOTTOM |
static CSSNumericValue |
FitPositionReadHandler.CENTER |
static CSSNumericValue |
FitPositionReadHandler.LEFT |
static CSSNumericValue |
FitPositionReadHandler.RIGHT |
static CSSNumericValue |
FitPositionReadHandler.TOP |
Modifier and Type | Field and Description |
---|---|
static CSSNumericValue |
CounterModificationReadHandler.ZERO |
Modifier and Type | Method and Description |
---|---|
static CSSNumericValue |
FunctionUtilities.parseNumberValue(String text) |
static CSSNumericValue |
FunctionUtilities.parseNumberValue(String text,
String type) |
Modifier and Type | Class and Description |
---|---|
class |
CSSTimeValue
Creation-Date: 23.11.2005, 11:44:40
|
Modifier and Type | Field and Description |
---|---|
static CSSNumericValue |
CSSNumericValue.ZERO_LENGTH |
Modifier and Type | Method and Description |
---|---|
static CSSNumericValue |
CSSNumericValue.createPtValue(double value) |
static CSSNumericValue |
CSSNumericValue.createValue(CSSNumericType type,
double value) |
CSSNumericValue |
CSSRectangleValue.getBottom() |
CSSNumericValue |
CSSRectangleValue.getLeft() |
CSSNumericValue |
CSSRectangleValue.getRight() |
CSSNumericValue |
CSSRectangleValue.getTop() |
Constructor and Description |
---|
CSSRectangleValue(CSSRectangleType type,
CSSNumericValue top,
CSSNumericValue right,
CSSNumericValue bottom,
CSSNumericValue left) |