| Modifier and Type | Method and Description |
|---|---|
CalculatedStyle |
StyleReference.getRootElementStyle()
Gets the style of the root element, should be html tag.
|
| Modifier and Type | Method and Description |
|---|---|
CalculatedStyle |
PageInfo.getFootnoteAreaRawMaxHeightStyle() |
| Modifier and Type | Method and Description |
|---|---|
CalculatedStyle |
FontFaceRule.getCalculatedStyle() |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyStyle
Represents the outer box to be used for evaluating positioning of internal
boxes
|
| Modifier and Type | Method and Description |
|---|---|
CalculatedStyle |
CalculatedStyle.createAnonymousStyle(IdentValue display)
This method derives a style for an anonymous child box with an overriden
value for the display property.
|
CalculatedStyle |
CalculatedStyle.deriveStyle(CascadedStyle matched)
Derives a child style from this style.
|
CalculatedStyle |
CalculatedStyle.getParent()
Returns the parent style.
|
CalculatedStyle |
CalculatedStyle.overrideStyle(CascadedStyle matched)
Override this style with specified styles.
|
CalculatedStyle |
CalculatedStyle.overrideStyle(IdentValue display)
Override this style with specified styles.
|
| Constructor and Description |
|---|
BorderRadiusCorner(CSSName fromVal,
CalculatedStyle style,
CssContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static float |
LengthValue.calcFloatProportionalValue(CalculatedStyle style,
CSSName cssName,
String stringValue,
float relVal,
short primitiveType,
float baseValue,
CssContext ctx) |
static FSDerivedValue |
DerivedValueFactory.newDerivedValue(CalculatedStyle style,
CSSName cssName,
PropertyValue value)
Derived value factory.
|
static BorderPropertySet |
BorderPropertySet.newInstance(CalculatedStyle style,
CssContext ctx) |
static RectPropertySet |
RectPropertySet.newInstance(CalculatedStyle style,
CSSName shortHandProperty,
CSSName.CSSSideProperties sideProperties,
float cbWidth,
CssContext ctx) |
| Constructor and Description |
|---|
FSLinearGradient(CalculatedStyle style,
FSFunction function,
int boxWidth,
int boxHeight,
CssContext ctx) |
LengthValue(CalculatedStyle style,
CSSName name,
PropertyValue value) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputDevice.paintBackground(RenderingContext c,
CalculatedStyle style,
Rectangle bounds,
Rectangle bgImageContainer,
BorderPropertySet border) |
void |
OutputDevice.paintBorder(RenderingContext c,
CalculatedStyle style,
Rectangle edge,
int sides) |
| Modifier and Type | Field and Description |
|---|---|
Map<CalculatedStyle,CounterContext> |
LayoutContext._counterContextMap |
| Modifier and Type | Method and Description |
|---|---|
CalculatedStyle |
StyleTracker.deriveAll(CalculatedStyle start) |
CalculatedStyle |
Styleable.getStyle() |
CalculatedStyle |
SharedContext.getStyle(Element e)
Gets the resolved style for an element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RootCounterContext.incrementCounterValue(CalculatedStyle style) |
void |
RootCounterContext.resetCounterValue(CalculatedStyle style) |
| Constructor and Description |
|---|
CounterContext(LayoutContext ctx,
CalculatedStyle style,
Integer startIndex)
A CounterContext should really be reflected in the element hierarchy, but CalculatedStyles
reflect the ancestor hierarchy just as well and also handles pseudo-elements seamlessly.
|
| Modifier and Type | Method and Description |
|---|---|
CalculatedStyle |
TableColumn.getStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableColumn.setStyle(CalculatedStyle style) |
void |
TableBox.setStyle(CalculatedStyle style) |
| Constructor and Description |
|---|
TableColumn(Element element,
CalculatedStyle style) |
| Modifier and Type | Method and Description |
|---|---|
CalculatedStyle |
Box.getStyle() |
CalculatedStyle |
InlineBox.getStyle() |
CalculatedStyle |
PageBox.getStyle() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BlockBox.checkPushLayer(LayoutContext c,
CalculatedStyle style) |
void |
AbstractOutputDevice.paintBackground(RenderingContext c,
CalculatedStyle style,
Rectangle bounds,
Rectangle bgImageContainer,
BorderPropertySet border) |
void |
AbstractOutputDevice.paintBorder(RenderingContext c,
CalculatedStyle style,
Rectangle edge,
int sides) |
void |
Box.setStyle(CalculatedStyle style) |
void |
InlineBox.setStyle(CalculatedStyle style) |
void |
PageBox.setStyle(CalculatedStyle style) |
void |
BlockBox.styleText(LayoutContext c,
CalculatedStyle style) |
| Constructor and Description |
|---|
InlineLayoutBox(LayoutContext c,
Element elem,
CalculatedStyle style,
int cbWidth) |
Copyright © 2004–2025. All rights reserved.