org.apache.fop.layout
Class AuralProps

java.lang.Object
  |
  +--org.apache.fop.layout.AuralProps

public class AuralProps
extends java.lang.Object

Store all hyphenation related properties on an FO. Public "structure" allows direct member access.


Field Summary
 int azimuth
           
 java.lang.String cueAfter
           
 java.lang.String cueBefore
           
 int elevation
           
 int pauseAfter
           
 int pauseBefore
           
 int pitch
           
 int pitchRange
           
 int playDuring
           
 int richness
           
 int speak
           
 int speakHeader
           
 int speakNumeral
           
 int speakPunctuation
           
 int speechRate
           
 int stress
           
 int voiceFamily
           
 int volume
           
 
Constructor Summary
AuralProps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

azimuth

public int azimuth

cueAfter

public java.lang.String cueAfter

cueBefore

public java.lang.String cueBefore

elevation

public int elevation

pauseAfter

public int pauseAfter

pauseBefore

public int pauseBefore

pitch

public int pitch

pitchRange

public int pitchRange

playDuring

public int playDuring

richness

public int richness

speak

public int speak

speakHeader

public int speakHeader

speakNumeral

public int speakNumeral

speakPunctuation

public int speakPunctuation

speechRate

public int speechRate

stress

public int stress

voiceFamily

public int voiceFamily

volume

public int volume
Constructor Detail

AuralProps

public AuralProps()


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.