org.jfree.layouting.input.style.values

Class CSSStringValue

public class CSSStringValue extends Object implements CSSValue

Creation-Date: 23.11.2005, 11:50:28

Author: Thomas Morgner

Constructor Summary
CSSStringValue(CSSStringType type, String value)
Method Summary
StringgetCSSText()
CSSStringTypegetType()
StringgetValue()
StringtoString()

Constructor Detail

CSSStringValue

public CSSStringValue(CSSStringType type, String value)

Method Detail

getCSSText

public String getCSSText()

getType

public CSSStringType getType()

getValue

public String getValue()

toString

public String toString()