SourceForge.net Logo
aXSL API 0.2

Uses of Class
org.axsl.common.value.RelativeAxis

Packages that use RelativeAxis
org.axsl.common.value Classes (usually enums) for various values useful in document processing, typically used as return values for traits. 
 

Uses of RelativeAxis in org.axsl.common.value
 

Methods in org.axsl.common.value that return RelativeAxis
 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're declared.
 

Methods in org.axsl.common.value with parameters of type RelativeAxis
 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.
 


SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.