| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
CSSParser.parsePropertyValue(CSSName cssName,
int origin,
String expr) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyValue> |
FSFunction.getParameters() |
List<PropertyValue> |
PropertyValue.getValues() |
| Constructor and Description |
|---|
FSFunction(String name,
List<PropertyValue> parameters) |
PropertyValue(List<PropertyValue> values) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValue |
Conversions.getBorderWidth(String ident) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PropertyValue> |
PrimitiveBackgroundPropertyBuilders.BackgroundImage.processValue(CSSName cssName,
PropertyValue value) |
protected List<PropertyValue> |
PrimitiveBackgroundPropertyBuilders.BackgroundSize.processValue(CSSName cssName,
PropertyValue first) |
protected List<PropertyValue> |
PrimitiveBackgroundPropertyBuilders.BackgroundPosition.processValue(CSSName cssName,
PropertyValue first) |
protected List<PropertyValue> |
PrimitiveBackgroundPropertyBuilders.BackgroundSize.processValues(CSSName cssName,
PropertyValue first,
PropertyValue second) |
protected List<PropertyValue> |
PrimitiveBackgroundPropertyBuilders.BackgroundPosition.processValues(CSSName cssName,
PropertyValue first,
PropertyValue second) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PropertyValue> |
PrimitiveBackgroundPropertyBuilders.BackgroundImage.processValue(CSSName cssName,
PropertyValue value) |
protected List<PropertyValue> |
PrimitiveBackgroundPropertyBuilders.BackgroundSize.processValue(CSSName cssName,
PropertyValue first) |
protected List<PropertyValue> |
PrimitiveBackgroundPropertyBuilders.BackgroundPosition.processValue(CSSName cssName,
PropertyValue first) |
protected List<PropertyValue> |
PrimitiveBackgroundPropertyBuilders.BackgroundSize.processValues(CSSName cssName,
PropertyValue first,
PropertyValue second) |
protected List<PropertyValue> |
PrimitiveBackgroundPropertyBuilders.BackgroundPosition.processValues(CSSName cssName,
PropertyValue first,
PropertyValue second) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDeclaration> |
PropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important) |
List<PropertyDeclaration> |
AbstractPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important) |
List<PropertyDeclaration> |
BorderSpacingPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
FontPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
QuotesPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
SizePropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed)
Builds a list of
PropertyDeclaration objects for the CSS
property cssName. |
List<PropertyDeclaration> |
BackgroundPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
ListStylePropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
CounterPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FontFamily.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FontSize.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FontWeight.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FSPDFFontEncoding.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.LineHeight.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.Page.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.Position.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.Src.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TextDecoration.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.ZIndex.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.ColumnCount.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TransformPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TransformOriginX.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TransformOriginY.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TransformOriginPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
List<PropertyDeclaration> |
ContentPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
protected List<PropertyDeclaration> |
AbstractPropertyBuilder.checkInheritAll(CSSName[] all,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
| Constructor and Description |
|---|
InvalidPropertyDeclaration(String propertyName,
List<PropertyValue> values,
int origin,
boolean important,
int order) |
| Modifier and Type | Field and Description |
|---|---|
PropertyValue |
CalculatedStyle.BackgroundContainer.backgroundRepeat |
PropertyValue |
CalculatedStyle.BackgroundContainer.imageGradientOrNone |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValue |
FontSizeHelper.getDefaultRelativeFontSize(IdentValue fontSize) |
PropertyValue |
BackgroundSize.getHeight() |
PropertyValue |
BackgroundPosition.getHorizontal() |
PropertyValue |
BackgroundPosition.getVertical() |
PropertyValue |
BackgroundSize.getWidth() |
static PropertyValue |
FontSizeHelper.resolveAbsoluteFontSize(IdentValue fontSize,
String[] fontFamilies) |
| Modifier and Type | Method and Description |
|---|---|
IdentValue |
CalculatedStyle.getBackgroundRepeat(PropertyValue value) |
FSLinearGradient |
CalculatedStyle.getLinearGradient(PropertyValue value,
CssContext cssContext,
int boxWidth,
int boxHeight) |
boolean |
CalculatedStyle.isHorizontalBackgroundRepeat(PropertyValue value) |
boolean |
CalculatedStyle.isLinearGradient(PropertyValue value) |
boolean |
CalculatedStyle.isVerticalBackgroundRepeat(PropertyValue value) |
| Constructor and Description |
|---|
BackgroundPosition(PropertyValue horizontal,
PropertyValue vertical) |
BackgroundSize(PropertyValue width,
PropertyValue height) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyValue> |
ListValue.getValues() |
| Modifier and Type | Method and Description |
|---|---|
static FSDerivedValue |
DerivedValueFactory.newDerivedValue(CalculatedStyle style,
CSSName cssName,
PropertyValue value)
Derived value factory.
|
| Constructor and Description |
|---|
ColorValue(CSSName name,
PropertyValue value) |
CountersValue(CSSName name,
PropertyValue value) |
FunctionValue(CSSName name,
PropertyValue value) |
LengthValue(CalculatedStyle style,
CSSName name,
PropertyValue value) |
ListValue(CSSName name,
PropertyValue value) |
NumberValue(CSSName cssName,
PropertyValue value) |
StringValue(CSSName name,
PropertyValue value) |
| Modifier and Type | Method and Description |
|---|---|
static BlockBox |
BoxBuilder.getRunningBlock(LayoutContext c,
PropertyValue value) |
Copyright © 2004–2025. All rights reserved.