All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.properties.CssBorderFaceWidth
java.lang.Object
|
+----org.w3c.css.properties.CssBorderFaceWidth
- public class CssBorderFaceWidth
- extends Object
-
CssBorderFaceWidth()
- Create a new CssBorderFaceWidth
-
CssBorderFaceWidth(CssBorderFaceWidth)
- Create a new CssBorderFaceWidth from an another CssBorderFaceWidth
-
CssBorderFaceWidth(CssExpression)
- Create a new CssBorderFaceWidth
-
equals(CssBorderFaceWidth)
- Compares two sides for equality.
-
getValue()
- Returns the internal value
-
toString()
- Returns a string representation of the object.
CssBorderFaceWidth
public CssBorderFaceWidth()
- Create a new CssBorderFaceWidth
CssBorderFaceWidth
public CssBorderFaceWidth(CssBorderFaceWidth another)
- Create a new CssBorderFaceWidth from an another CssBorderFaceWidth
- Parameters:
- another - The another side.
CssBorderFaceWidth
public CssBorderFaceWidth(CssExpression expression) throws InvalidParamException
- Create a new CssBorderFaceWidth
- Parameters:
- expression - The expression for this property
- Throws: InvalidParamException
- Values are incorrect
getValue
public CssValue getValue()
- Returns the internal value
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
equals
public boolean equals(CssBorderFaceWidth another)
- Compares two sides for equality.
- Parameters:
- value - The another side.
All Packages Class Hierarchy This Package Previous Next Index