| 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) |
CalculatedStyle |
CalculatedStyle.deriveStyle(CascadedStyle matched)
derives a child style from this style.
|
CalculatedStyle |
CalculatedStyle.getParent()
Returns the parent style.
|
| 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) |
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 |
|---|
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 | Method and Description |
|---|---|
CalculatedStyle |
StyleTracker.deriveAll(CalculatedStyle start) |
CalculatedStyle |
Styleable.getStyle() |
CalculatedStyle |
SharedContext.getStyle(Element e) |
CalculatedStyle |
SharedContext.getStyle(Element e,
boolean restyle) |
| 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 |
PageBox.getStyle() |
CalculatedStyle |
InlineBox.getStyle() |
CalculatedStyle |
Box.getStyle() |
| Modifier and Type | Method and Description |
|---|---|
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 |
PageBox.setStyle(CalculatedStyle style) |
void |
InlineBox.setStyle(CalculatedStyle style) |
void |
Box.setStyle(CalculatedStyle style) |
void |
BlockBox.styleText(LayoutContext c,
CalculatedStyle style) |
| Constructor and Description |
|---|
InlineLayoutBox(LayoutContext c,
Element elem,
CalculatedStyle style,
int cbWidth) |
| Modifier and Type | Method and Description |
|---|---|
CalculatedStyle |
FormField.getStyle() |
| Modifier and Type | Method and Description |
|---|---|
protected static Integer |
FormField.getLengthValue(CalculatedStyle style,
CSSName cssName) |
Copyright © 2018. All rights reserved.