| java.lang.Object org.apache.batik.css.engine.StyleSetting
StyleSetting | public class StyleSetting (Code) | | A value object for communicating a desired setting or clearing of a CSS property
author: Tor Norbye |
StyleSetting | public StyleSetting(int index, String value)(Code) | | Construct a StyleSetting with the given index and value
|
StyleSetting | public StyleSetting(int index)(Code) | | Create a style setting only specifying a property; should only
be used for removals
|
getIndex | public int getIndex()(Code) | | Return the CSS property index
|
getValue | public String getValue()(Code) | | Return the value, if any, for this CSS setting
|
|
|