Package | Description |
---|---|
org.daisy.pipeline.css |
Modifier and Type | Method and Description |
---|---|
Dimension |
Medium.getDeviceHeight()
The height of the rendering surface, null if undetermined or not applicable.
|
Dimension |
Medium.getDeviceWidth()
The width of the rendering surface, or null if undetermined or not applicable.
|
Dimension |
Medium.getHeight()
The height of the display area, null if undetermined or not applicable.
|
Dimension |
Medium.getWidth()
The width of the display area, or null if undetermined or not applicable.
|
static Dimension |
Dimension.parse(String s) |
protected Dimension |
Medium.MediumBuilder.parseLength(Object value,
String feature) |
Dimension |
Dimension.toUnit(Dimension.Unit unit) |
Dimension |
Dimension.toUnit(Dimension.Unit unit,
Dimension.RelativeDimensionBase base) |
Modifier and Type | Method and Description |
---|---|
static Comparator<Dimension> |
Dimension.comparator(Dimension.RelativeDimensionBase base) |
Modifier and Type | Method and Description |
---|---|
int |
Dimension.compareTo(Dimension o) |
Constructor and Description |
---|
Medium(Medium.Type type,
Dimension width,
Dimension height,
Dimension deviceWidth,
Dimension deviceHeight,
Map<String,Object> otherFeatures,
Medium.MediumBuilder parser) |
Copyright © 2010–2025 The DAISY Consortium. All rights reserved.