Class CSSValuePair
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.values.CSSValuePair
-
- All Implemented Interfaces:
Serializable
,CSSValue
public class CSSValuePair extends Object implements CSSValue
Creation-Date: 15.04.2006, 10:56:53- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSValuePair(CSSValue firstValue)
CSSValuePair(CSSValue firstValue, CSSValue secondValue)
-
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 ObjectString
getCSSText()
CSSValue
getFirstValue()
CSSValue
getSecondValue()
CSSType
getType()
String
toString()
-
-
-
Method Detail
-
getFirstValue
public CSSValue getFirstValue()
-
getSecondValue
public CSSValue getSecondValue()
-
getCSSText
public String getCSSText()
- Specified by:
getCSSText
in interfaceCSSValue
-
equals
public boolean equals(Object obj)
Determines if this instance of the object is equals to another Object
-
-