All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.properties.CssRight
java.lang.Object
|
+----org.w3c.css.properties.CssProperty
|
+----org.w3c.css.properties.CssBoxOffsetFace
|
+----org.w3c.css.properties.CssRight
- public class CssRight
- extends CssBoxOffsetFace
-
CssRight()
- Create a new CssRight
-
CssRight(CssExpression)
- Create a new CssRight
-
addToStyle(CssStyle)
- Add this property to the CssStyle.
-
equals(CssProperty)
- Compares two properties for equality.
-
getPropertyInStyle(CssStyle, boolean)
- Get this property in the style.
-
getPropertyName()
- Returns the name of this property
CssRight
public CssRight()
- Create a new CssRight
CssRight
public CssRight(CssExpression expression) throws InvalidParamException
- Create a new CssRight
- Parameters:
- expression - The expression for this property.
- Throws: InvalidParamException
- Values are incorrect
getPropertyName
public String getPropertyName()
- Returns the name of this property
- Overrides:
- getPropertyName in class CssProperty
addToStyle
public void addToStyle(CssStyle style)
- Add this property to the CssStyle.
- Parameters:
- style - The CssStyle
- Overrides:
- addToStyle 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
equals
public boolean equals(CssProperty property)
- Compares two properties for equality.
- Parameters:
- value - The other property.
- Overrides:
- equals in class CssProperty
All Packages Class Hierarchy This Package Previous Next Index