org.vectomatic.dom.svg
Class OMCSSValue

java.lang.Object
  extended by org.vectomatic.dom.svg.OMCSSValue
Direct Known Subclasses:
OMCSSPrimitiveValue, OMCSSValueList, OMSVGColor

public abstract class OMCSSValue
extends Object

Base class for CSS values

Author:
laaglu

Field Summary
static short CSS_CUSTOM
           
static short CSS_INHERIT
           
static short CSS_PRIMITIVE_VALUE
           
static short CSS_VALUE_LIST
           
protected  String cssText
           
protected  short cssValueType
           
 
Constructor Summary
protected OMCSSValue(short cssValueType)
           
 
Method Summary
 String getCssText()
           
 short getCssValueType()
           
abstract  String getDescription()
           
 void setCssText(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CSS_INHERIT

public static final short CSS_INHERIT
See Also:
Constant Field Values

CSS_PRIMITIVE_VALUE

public static final short CSS_PRIMITIVE_VALUE
See Also:
Constant Field Values

CSS_VALUE_LIST

public static final short CSS_VALUE_LIST
See Also:
Constant Field Values

CSS_CUSTOM

public static final short CSS_CUSTOM
See Also:
Constant Field Values

cssText

protected String cssText

cssValueType

protected short cssValueType
Constructor Detail

OMCSSValue

protected OMCSSValue(short cssValueType)
Method Detail

getCssText

public final String getCssText()

setCssText

public final void setCssText(String value)

getCssValueType

public final short getCssValueType()

toString

public String toString()
Overrides:
toString in class Object

getDescription

public abstract String getDescription()


Copyright © 2012. All Rights Reserved.