Class CSSRectangleValue
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.values.CSSRectangleValue
-
- All Implemented Interfaces:
Serializable
,CSSValue
public class CSSRectangleValue extends Object implements CSSValue
Creation-Date: 23.11.2005, 12:04:06- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSRectangleValue(CSSRectangleType type, CSSNumericValue top, CSSNumericValue right, CSSNumericValue bottom, CSSNumericValue left)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Determines if this instance of the object is equals to another ObjectCSSNumericValue
getBottom()
String
getCSSText()
CSSNumericValue
getLeft()
CSSNumericValue
getRight()
CSSNumericValue
getTop()
CSSType
getType()
String
toString()
-
-
-
Constructor Detail
-
CSSRectangleValue
public CSSRectangleValue(CSSRectangleType type, CSSNumericValue top, CSSNumericValue right, CSSNumericValue bottom, CSSNumericValue left)
-
-
Method Detail
-
getTop
public CSSNumericValue getTop()
-
getLeft
public CSSNumericValue getLeft()
-
getBottom
public CSSNumericValue getBottom()
-
getRight
public CSSNumericValue getRight()
-
getCSSText
public String getCSSText()
- Specified by:
getCSSText
in interfaceCSSValue
-
-