All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.properties.CssPaddingSide
java.lang.Object
|
+----org.w3c.css.properties.CssProperty
|
+----org.w3c.css.properties.CssPaddingSide
- public abstract class CssPaddingSide
- extends CssProperty
-
CssPaddingSide()
- Create a new CssPaddingSide.
-
CssPaddingSide(CssExpression)
- Create a new CssPaddingSide
-
CssPaddingSide(CssPaddingSide)
- Create a new CssPaddingSide with an another CssPaddingSide
-
get()
- Returns the value of this property
-
getValue()
- Returns the internal value
-
isDefault()
- Is the value of this property is a default value.
-
isSoftlyInherited()
- Returns true if this property is "softly" inherited
e.g.
-
toString()
- Returns a string representation of the object.
CssPaddingSide
public CssPaddingSide()
- Create a new CssPaddingSide.
CssPaddingSide
public CssPaddingSide(CssPaddingSide another)
- Create a new CssPaddingSide with an another CssPaddingSide
- Parameters:
- another - An another side.
CssPaddingSide
public CssPaddingSide(CssExpression expression) throws InvalidParamException
- Create a new CssPaddingSide
- 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 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
isDefault
public boolean isDefault()
- Is the value of this property is a default value.
It is used by all macro for the function
print
- Overrides:
- isDefault in class CssProperty
All Packages Class Hierarchy This Package Previous Next Index