SourceForge.net Logo
aXSL API 0.2

Uses of Interface
org.axsl.common.value.Compass

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

Uses of Compass in org.axsl.common.value
 

Classes in org.axsl.common.value that implement Compass
 class AbsoluteCompass
          An enumeration for the various absolute compass-point directions.
 class RelativeCompass
          An enumeration for the various compass-point directions.
 

Methods in org.axsl.common.value that return Compass
 Compass WritingMode.getCorresponding(Compass inputDirection)
          If given a relative direction, this method returns the corresponding absolute direction; if given an absolute direction, this method returns the corresponding relative direction.
 

Methods in org.axsl.common.value with parameters of type Compass
 Compass WritingMode.getCorresponding(Compass inputDirection)
          If given a relative direction, this method returns the corresponding absolute direction; if given an absolute direction, this method returns the corresponding relative direction.
 


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.