Package | Description |
---|---|
com.pd4ml.html.doc | |
com.pd4ml.html.doc.css | |
com.pd4ml.html.doc.elements | |
com.pd4ml.html.doc.render | |
com.pd4ml.html.doc.render.to | |
com.pd4ml.html.doc.util |
Modifier and Type | Field and Description |
---|---|
static Map<String,Length> |
CssRuntime.FONT_SIZE_NAMES |
static Map<Integer,Length> |
CssRuntime.FONT_SIZE_STEPS |
Modifier and Type | Method and Description |
---|---|
static Length |
CssRuntime.toLength(com.pd4ml.css.CSSValue lvalue,
float scaleFactor,
boolean keepPhysicalUnits) |
Modifier and Type | Method and Description |
---|---|
Length |
AbstractElement.getLineHeightObj() |
Length |
EmptyBlockElement.getLogicalHeight() |
Length |
Element.getLogicalWidth() |
Length |
EmptyBlockElement.getLogicalWidth() |
Length |
AbstractElement.getLogicalWidth() |
static Length |
AbstractElement.objectToLength(Object o,
boolean keepPhysicalUnits) |
Modifier and Type | Method and Description |
---|---|
Length |
Renderer.getHeightObj() |
Length |
TableSectionRenderer.RowStruct.getLogicalHeight() |
Length |
Renderer.getMaxHeightObj() |
Length |
Renderer.getMaxWidthObj() |
Length |
Renderer.getMinHeightObj() |
Length |
Renderer.getMinWidthObj() |
Length |
Renderer.getWidthObj() |
Length |
BoxRenderer.logicalHeight() |
Length |
TableCellRenderer.logicalHeight() |
Length |
TableColumnRenderer.logicalHeight() |
Length |
BoxRenderer.logicalMaxHeight() |
Length |
BoxRenderer.logicalMinHeight() |
Length |
TableColumnRenderer.logicalWidth() |
Length |
TableCellRenderer.styleOrColLogicalWidth(float base) |
Length |
TableRenderer.width() |
Modifier and Type | Method and Description |
---|---|
float |
TableCellRenderer.adjustBorderBoxLogicalWidthForBoxSizing(Length length,
float base) |
Context.PageBreakRef |
BoxRenderer.createAssignedPageBreak(boolean above,
int extent,
PageSize format,
boolean rotate,
Length newWidth,
int requestedSpace) |
Constructor and Description |
---|
TableColumnRenderer(int colspan,
Length width) |
Modifier and Type | Field and Description |
---|---|
Length |
Context.PageBreakRef.newWidth |
Modifier and Type | Class and Description |
---|---|
class |
LengthCalc |
static class |
LengthCalc.LengthCalcOp |
class |
PhysicalLength |
Modifier and Type | Field and Description |
---|---|
Length |
BoxLengths.bottom |
static Length |
Length.DEFAULT_0 |
static Length |
Length.DEFAULT_1 |
static Length |
Length.DEFAULT_2 |
static Length |
Length.FILL_AVAILABLE_INLINE |
Length |
BoxLengths.left |
static Length |
Length.MAX_CONTENT |
static Length |
Length.NORMAL |
Length |
BoxLengths.right |
Length |
BoxLengths.top |
static Length |
Length.UNDEFINED |
Modifier and Type | Field and Description |
---|---|
static List<Length> |
Length.cache |
Modifier and Type | Method and Description |
---|---|
static Length |
Length.instance() |
static Length |
Length.instance(float value) |
static Length |
Length.instance(Length.Type vtype,
double value) |
static Length |
Length.instance(Length.Type vtype,
double value,
Length.PhysicalUnit unit) |
static Length |
Length.instance(Length.Type vtype,
float value) |
static Length |
Length.instance(Length.Type vtype,
float value,
Length.PhysicalUnit unit) |
Modifier and Type | Method and Description |
---|---|
int |
PhysicalLength.compareTo(Length other) |
int |
Length.compareTo(Length other) |
static double |
Formula.eval(Length[] ops,
float base,
float fontSize,
float rembase) |
static float |
LengthFunctions.floatValueForLength(Length length,
float maximumValue) |
static int |
LengthFunctions.intValueForLength(Length length,
float maximumValue) |
static float |
LengthFunctions.valueForLength(Length length,
float maximumValue) |
Constructor and Description |
---|
BoxLengths(Length left,
Length top,
Length right,
Length bottom) |
LengthCalc(Length[] params) |
Revision 4.0.15 / 20220727-0149