SourceForge.net Logo
aXSL API 0.2

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

Packages that use AbsoluteAxis
org.axsl.common.value Classes (usually enums) for various values useful in document processing, typically used as return values for traits. 
org.axsl.font Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way. 
 

Uses of AbsoluteAxis in org.axsl.common.value
 

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

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

Uses of AbsoluteAxis in org.axsl.font
 

Methods in org.axsl.font with parameters of type AbsoluteAxis
 int Font.baselineOffset(AbsoluteAxis writingMode, Baseline baselineType, int fontSize)
          Returns the location of the specified baseline.
 


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.