All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.properties.CssBoxOffsetFace
java.lang.Object
|
+----org.w3c.css.properties.CssProperty
|
+----org.w3c.css.properties.CssBoxOffsetFace
- public abstract class CssBoxOffsetFace
- extends CssProperty
-
CssBoxOffsetFace()
- Create a new CssBoxOffsetFace
-
CssBoxOffsetFace(CssExpression)
- Create a new CssBoxOffsetFace
-
equals(CssBoxOffsetFace)
- Compares two sides for equality.
-
get()
- Returns the value of this property
-
getValue()
- Returns the internal CssValue value.
-
isDefault()
- Is this property contains a default value.
-
isSoftlyInherited()
- Returns true if this property is "softly" inherited
e.g.
-
toString()
- Returns a string representation of the object.
CssBoxOffsetFace
public CssBoxOffsetFace()
- Create a new CssBoxOffsetFace
CssBoxOffsetFace
public CssBoxOffsetFace(CssExpression expression) throws InvalidParamException
- Create a new CssBoxOffsetFace
- 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 CssValue getValue()
- Returns the internal CssValue value.
isSoftlyInherited
public boolean isSoftlyInherited()
- Returns true if this property is "softly" inherited
e.g. his value equals inherit
- Overrides:
- isSoftlyInherited in class CssProperty
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class CssProperty
equals
public boolean equals(CssBoxOffsetFace side)
- Compares two sides for equality.
- Parameters:
- side - The other side.
isDefault
public boolean isDefault()
- Is this property contains a default value.
- Overrides:
- isDefault in class CssProperty
All Packages Class Hierarchy This Package Previous Next Index