All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.aural.ACssPitch
java.lang.Object
|
+----org.w3c.css.properties.CssProperty
|
+----org.w3c.css.aural.ACssProperty
|
+----org.w3c.css.aural.ACssPitch
- public class ACssPitch
- extends ACssProperty
'pitch' (or 'average pitch'
?, what is the relationship with voice-family?)
Value: <hertz> | x-low | low | medium | high | x-high
Initial: medium
Applies to: all elements
Inherited: yes
Percentage values: NA
Specifies the average pitch of the speaking voice in hertz (Hz).
-
ACssPitch()
- Create a new ACssPitch
-
ACssPitch(CssExpression)
- Creates a new ACssPitch
-
addToStyle(CssStyle)
- Add this property to the CssStyle.
-
equals(CssProperty)
- Compares two properties for equality.
-
get()
- Returns the value of this property
-
getPropertyInStyle(CssStyle, boolean)
- Get this property in the style.
-
getPropertyName()
- Returns the name of this property
-
getValue()
- Returns some usable value of this property...
-
toString()
- Returns a string representation of the object.
ACssPitch
public ACssPitch()
- Create a new ACssPitch
ACssPitch
public ACssPitch(CssExpression expression) throws InvalidParamException
- Creates a new ACssPitch
- Parameters:
- expression - The expression for this property
- Throws: InvalidParamException
- Values are incorrect
get
public Object get()
- Returns the value of this property
- Overrides:
- get in class CssProperty
getValue
public int getValue()
- Returns some usable value of this property...
getPropertyName
public String getPropertyName()
- Returns the name of this property
- Overrides:
- getPropertyName in class CssProperty
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class CssProperty
addToStyle
public void addToStyle(CssStyle style)
- Add this property to the CssStyle.
- Parameters:
- style - The CssStyle
- Overrides:
- addToStyle in class CssProperty
equals
public boolean equals(CssProperty property)
- Compares two properties for equality.
- Parameters:
- property - The other property.
- Overrides:
- equals in class CssProperty
getPropertyInStyle
public CssProperty getPropertyInStyle(CssStyle style,
boolean resolve)
- Get this property in the style.
- Parameters:
- style - The style where the property is
- resolve - if true, resolve the style to find this property
- Overrides:
- getPropertyInStyle in class CssProperty
All Packages Class Hierarchy This Package Previous Next Index