org.jfree.layouting.input.style.values

Class CSSRectangleValue

public class CSSRectangleValue extends Object implements CSSValue

Creation-Date: 23.11.2005, 12:04:06

Author: Thomas Morgner

Constructor Summary
CSSRectangleValue(CSSRectangleType type, CSSNumericValue top, CSSNumericValue right, CSSNumericValue bottom, CSSNumericValue left)
Method Summary
CSSNumericValuegetBottom()
StringgetCSSText()
CSSNumericValuegetLeft()
CSSNumericValuegetRight()
CSSNumericValuegetTop()
CSSRectangleTypegetType()
StringtoString()

Constructor Detail

CSSRectangleValue

public CSSRectangleValue(CSSRectangleType type, CSSNumericValue top, CSSNumericValue right, CSSNumericValue bottom, CSSNumericValue left)

Method Detail

getBottom

public CSSNumericValue getBottom()

getCSSText

public String getCSSText()

getLeft

public CSSNumericValue getLeft()

getRight

public CSSNumericValue getRight()

getTop

public CSSNumericValue getTop()

getType

public CSSRectangleType getType()

toString

public String toString()