SourceForge.net Logo
aXSL API 0.2

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

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

Uses of AbsoluteCompass in org.axsl.common.value
 

Methods in org.axsl.common.value that return AbsoluteCompass
 AbsoluteCompass WritingMode.getAbsoluteDirection(RelativeCompass relativeDir)
          Given a relative direction, this method returns the corresponding absolute direction in this writing mode.
 AbsoluteCompass WritingMode.getAfter()
          Tells which absolute direction is the "before" direction.
 AbsoluteCompass WritingMode.getBefore()
          Tells which absolute direction is the "before" direction.
 AbsoluteCompass WritingMode.getEnd()
          Tells which absolute direction is the "end" direction.
 AbsoluteCompass WritingMode.getStart()
          Tells which absolute direction is the "start" direction.
static AbsoluteCompass AbsoluteCompass.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbsoluteCompass[] AbsoluteCompass.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 AbsoluteCompass
 RelativeCompass WritingMode.getRelativeDirection(AbsoluteCompass absoluteDir)
          Given an absolute direction, this method returns the corresponding relative direction for this writing-mode.
 


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.