Class CSSRectangleValue
java.lang.Object
org.pentaho.reporting.libraries.css.values.CSSRectangleValue
- All Implemented Interfaces:
Serializable
,CSSValue
Creation-Date: 23.11.2005, 12:04:06
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorDescriptionCSSRectangleValue
(CSSRectangleType type, CSSNumericValue top, CSSNumericValue right, CSSNumericValue bottom, CSSNumericValue left) -
Method Summary
-
Constructor Details
-
CSSRectangleValue
public CSSRectangleValue(CSSRectangleType type, CSSNumericValue top, CSSNumericValue right, CSSNumericValue bottom, CSSNumericValue left)
-
-
Method Details
-
getTop
-
getLeft
-
getBottom
-
getRight
-
getCSSText
- Specified by:
getCSSText
in interfaceCSSValue
-
getType
-
toString
-
equals
Determines if this instance of the object is equals to another Object
-