All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.aural.ACssStyle
java.lang.Object
|
+----org.w3c.css.parser.CssStyle
|
+----org.w3c.css.properties.Css1Style
|
+----org.w3c.css.aural.ACssStyle
- public class ACssStyle
- extends Css1Style
-
ACssStyle()
-
-
findConflicts(Warnings, Enumeration)
- Find conflicts in this Style
-
getAzimuth()
- Get the azimuth
-
getCue()
- Get the cue
-
getCueAfter()
- Get the cue after
-
getCueBefore()
- Get the cue before
-
getElevation()
- Get the elevation
-
getPause()
- Get the pause
-
getPauseAfter()
- Get the pause after
-
getPauseBefore()
- Get the pause before
-
getPitch()
- Get the pitch
-
getPitchRange()
- Get the pitch
-
getPlayDuring()
- Get the play during
-
getRichness()
- Get the richness
-
getSpeak()
- Get the speak
-
getSpeakDate()
- Get the speak date
-
getSpeakNumeral()
- Get the speak numeral
-
getSpeakPunctuation()
- Get the speak punctuation
-
getSpeakTime()
- Get the speak time
-
getSpeechRate()
- Get the speech rate
-
getStress()
- Get the stress
-
getVoiceFamily()
- Get the voice family
-
getVolume()
- Get the volume
-
print(CssPrinterStyle)
- Print this style.
ACssStyle
public ACssStyle()
getVolume
public ACssVolume getVolume()
- Get the volume
getPauseAfter
public ACssPauseAfter getPauseAfter()
- Get the pause after
getPauseBefore
public ACssPauseBefore getPauseBefore()
- Get the pause before
getPause
public ACssPause getPause()
- Get the pause
getAzimuth
public ACssAzimuth getAzimuth()
- Get the azimuth
getElevation
public ACssElevation getElevation()
- Get the elevation
getSpeechRate
public ACssSpeechRate getSpeechRate()
- Get the speech rate
getVoiceFamily
public ACssVoiceFamily getVoiceFamily()
- Get the voice family
getPitch
public ACssPitch getPitch()
- Get the pitch
getPitchRange
public ACssPitchRange getPitchRange()
- Get the pitch
getCueAfter
public ACssCueAfter getCueAfter()
- Get the cue after
getCueBefore
public ACssCueBefore getCueBefore()
- Get the cue before
getCue
public ACssCue getCue()
- Get the cue
getPlayDuring
public ACssPlayDuring getPlayDuring()
- Get the play during
getStress
public ACssStress getStress()
- Get the stress
getRichness
public ACssRichness getRichness()
- Get the richness
getSpeakPunctuation
public ACssSpeakPunctuation getSpeakPunctuation()
- Get the speak punctuation
getSpeakDate
public ACssSpeakDate getSpeakDate()
- Get the speak date
getSpeakNumeral
public ACssSpeakNumeral getSpeakNumeral()
- Get the speak numeral
getSpeakTime
public ACssSpeakTime getSpeakTime()
- Get the speak time
getSpeak
public ACssSpeak getSpeak()
- Get the speak
print
public void print(CssPrinterStyle printer)
- Print this style.
- Overrides:
- print in class Css1Style
findConflicts
public void findConflicts(Warnings warnings,
Enumeration allSelectors)
- Find conflicts in this Style
- Parameters:
- warnings - For warnings reports.
- allSelectors - All contexts is the entire style sheet.
- Overrides:
- findConflicts in class Css1Style
All Packages Class Hierarchy This Package Previous Next Index