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.
|
Modifier and Type | Method and Description |
---|---|
static float |
LengthValue.calcFloatProportionalValue(CalculatedStyle style,
CSSName cssName,
java.lang.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[] 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,
java.awt.Rectangle bounds,
java.awt.Rectangle bgImageContainer) |
void |
OutputDevice.paintBorder(RenderingContext c,
CalculatedStyle style,
java.awt.Rectangle edge,
int sides) |
Modifier and Type | Method and Description |
---|---|
CalculatedStyle |
StyleTracker.deriveAll(CalculatedStyle start) |
CalculatedStyle |
Styleable.getStyle() |
CalculatedStyle |
SharedContext.getStyle(org.w3c.dom.Element e) |
CalculatedStyle |
SharedContext.getStyle(org.w3c.dom.Element e,
boolean restyle) |
Modifier and Type | Method and Description |
---|---|
static void |
Breaker.breakFirstLetter(LayoutContext c,
LineBreakContext context,
int avail,
CalculatedStyle style) |
static void |
Breaker.breakText(LayoutContext c,
LineBreakContext context,
int avail,
CalculatedStyle style) |
CalculatedStyle |
StyleTracker.deriveAll(CalculatedStyle start) |
LayoutContext.CounterContext |
LayoutContext.getCounterContext(CalculatedStyle style) |
void |
LayoutContext.resolveCounters(CalculatedStyle style) |
void |
Styleable.setStyle(CalculatedStyle style) |
static java.lang.String |
TextUtil.transformText(java.lang.String text,
CalculatedStyle style)
Description of the Method
|
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(org.w3c.dom.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 |
---|---|
void |
AbstractOutputDevice.paintBackground(RenderingContext c,
CalculatedStyle style,
java.awt.Rectangle bounds,
java.awt.Rectangle bgImageContainer) |
void |
AbstractOutputDevice.paintBorder(RenderingContext c,
CalculatedStyle style,
java.awt.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,
org.w3c.dom.Element elem,
CalculatedStyle style,
int cbWidth) |