Package | Description |
---|---|
org.axsl.common.value |
Classes (usually enums) for various values useful in document processing, typically used as return values for
traits.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteAxis |
WritingMode.getAbsoluteAxis(RelativeAxis relativeAxis)
Converts a relative axis(block-progression or inline-progress) to an
absolute axis (horizontal or vertical) for this writing mode.
|
AbsoluteAxis |
WritingMode.getBpAxis()
Tells which axis (horizontal or vertical) is the block-progression axis.
|
AbsoluteAxis |
WritingMode.getIpAxis()
Tells which axis (horizontal or vertical) is the inline-progression axis.
|
AbsoluteAxis |
AbsoluteAxis.getOpposite()
Returns the axis opposite to
this . |
static AbsoluteAxis |
AbsoluteAxis.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbsoluteAxis[] |
AbsoluteAxis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RelativeAxis |
WritingMode.getRelativeAxis(AbsoluteAxis absoluteAxis)
Converts an absolute axis(horizontal or vertical) to a relative axis
(inline-progression or block-progression) for this writing mode.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.