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 |
---|---|
RelativeAxis |
WritingMode.getHorizontalAxis()
Tells which axis (block-progression or inline-progression) is the
horizontal axis.
|
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.
|
RelativeAxis |
WritingMode.getVerticalAxis()
Tells which axis (block-progression or inline-progression) is the
vertical axis.
|
static RelativeAxis |
RelativeAxis.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelativeAxis[] |
RelativeAxis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
AbsoluteDirection |
WritingMode.getAbsoluteDirFromRelativeAxis(RelativeAxis relativeAxis)
Given a relative axis, this method returns the related absolute
direction that applies to that axis.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.