| java.lang.Object org.netbeans.modules.visualweb.api.designer.cssengine.StyleData
StyleData | public class StyleData (Code) | | XXX Copy of Rave class in modified batik/StyleSetting, to shield the batik stuff.
A value object for communicating a desired setting or clearing of a CSS property
author: Tor Norbye |
StyleData | public StyleData(int index)(Code) | | Create a style setting only specifying a property; should only
be used for removals
|
StyleData | public StyleData(int index, String value)(Code) | | Construct a StyleSetting with the given index and value
|
getIndex | public int getIndex()(Code) | | Return the CSS property index
|
getValue | public String getValue()(Code) | | Return the value, if any, for this CSS setting
|
|
|