|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSSValue | |
org.apache.batik.css | Provides the classes for accessing CSS2 through DOM level 2 interfaces. |
org.apache.batik.css.event | Provides the interfaces and classes to add basic event support for the various entities in the CSS package. |
org.apache.batik.css.value | Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. |
org.apache.batik.dom.svg | |
org.apache.batik.parser.style | Provides an extensible framework for style attributes parsing. |
org.w3c.dom.css | |
org.w3c.dom.svg |
Uses of CSSValue in org.apache.batik.css |
Classes in org.apache.batik.css that implement CSSValue | |
class |
CSSOMReadOnlyValue
This class implements the CSSValue ,
CSSPrimitiveValue ,
CSSValueList interfaces. |
class |
CSSOMValue
This class implements the CSSValue ,
CSSPrimitiveValue ,
CSSValueList interfaces. |
Fields in org.apache.batik.css declared as CSSValue | |
protected CSSValue |
CSSOMReadOnlyStyleDeclaration.ImportantUserAgentValueEntry.value
The CSS value. |
protected CSSValue |
CSSOMReadOnlyStyleDeclaration.UserAgentValueEntry.value
The CSS value. |
protected CSSValue |
CSSOMReadOnlyStyleDeclaration.ImportantUserValueEntry.value
The CSS value. |
protected CSSValue |
CSSOMReadOnlyStyleDeclaration.UserValueEntry.value
The CSS value. |
protected CSSValue |
CSSOMReadOnlyStyleDeclaration.ImportantAuthorValueEntry.value
The CSS value. |
protected CSSValue |
CSSOMReadOnlyStyleDeclaration.AuthorValueEntry.value
The CSS value. |
Methods in org.apache.batik.css that return CSSValue | |
CSSValue |
CSSOMValue.item(int index)
DOM: Implements CSSValueList.item(int) . |
CSSValue |
CSSOMStyleDeclaration.getPropertyCSSValue(java.lang.String propertyName)
DOM: Implements CSSStyleDeclaration.getPropertyCSSValue(String) . |
CSSValue |
CSSOMReadOnlyStyleDeclaration.getPropertyCSSValue(java.lang.String propertyName)
DOM: Implements CSSStyleDeclaration.getPropertyCSSValue(String) . |
CSSValue |
CSSOMReadOnlyStyleDeclaration.getLocalPropertyCSSValue(java.lang.String propertyName)
Returns the local CSSValue. |
CSSValue |
CSSOMReadOnlyStyleDeclaration.ValueEntry.getValue()
Returns the CSS value. |
CSSValue |
CSSOMReadOnlyStyleDeclaration.ImportantUserAgentValueEntry.getValue()
Returns the CSS value. |
CSSValue |
CSSOMReadOnlyStyleDeclaration.UserAgentValueEntry.getValue()
Returns the CSS value. |
CSSValue |
CSSOMReadOnlyStyleDeclaration.ImportantUserValueEntry.getValue()
Returns the CSS value. |
CSSValue |
CSSOMReadOnlyStyleDeclaration.UserValueEntry.getValue()
Returns the CSS value. |
CSSValue |
CSSOMReadOnlyStyleDeclaration.ImportantAuthorValueEntry.getValue()
Returns the CSS value. |
CSSValue |
CSSOMReadOnlyStyleDeclaration.AuthorValueEntry.getValue()
Returns the CSS value. |
CSSValue |
CSSOMReadOnlyValue.item(int index)
DOM: Implements CSSValueList.item(int) . |
Methods in org.apache.batik.css with parameters of type CSSValue | |
void |
CSSOMStyleDeclaration.cssValueChange(java.lang.String prop,
CSSValue oldV,
CSSValue newV)
Notifies this style declaration that a CSSValue as changed. |
void |
CSSOMStyleDeclaration.setPropertyCSSValue(java.lang.String propertyName,
CSSValue v,
java.lang.String imp)
Sets a property value. |
void |
CSSOMReadOnlyStyleDeclaration.setPropertyCSSValue(java.lang.String propertyName,
CSSValue v,
java.lang.String imp,
int orig)
Sets a property value. |
protected CSSOMReadOnlyStyleDeclaration.ValueEntry |
CSSOMReadOnlyStyleDeclaration.createValueEntry(CSSValue v,
java.lang.String s,
int p)
Creates a new value entry. |
void |
CSSOMReadOnlyStyleDeclaration.ValueEntry.setValue(CSSValue v)
Sets the CSS value. |
void |
CSSOMReadOnlyStyleDeclaration.ImportantUserAgentValueEntry.setValue(CSSValue v)
Sets the CSS value. |
void |
CSSOMReadOnlyStyleDeclaration.UserAgentValueEntry.setValue(CSSValue v)
Sets the CSS value. |
void |
CSSOMReadOnlyStyleDeclaration.ImportantUserValueEntry.setValue(CSSValue v)
Sets the CSS value. |
void |
CSSOMReadOnlyStyleDeclaration.UserValueEntry.setValue(CSSValue v)
Sets the CSS value. |
void |
CSSOMReadOnlyStyleDeclaration.ImportantAuthorValueEntry.setValue(CSSValue v)
Sets the CSS value. |
void |
CSSOMReadOnlyStyleDeclaration.AuthorValueEntry.setValue(CSSValue v)
Sets the CSS value. |
Constructors in org.apache.batik.css with parameters of type CSSValue | |
CSSOMReadOnlyStyleDeclaration.ImportantUserAgentValueEntry(CSSValue v)
Creates a new value entry. |
|
CSSOMReadOnlyStyleDeclaration.UserAgentValueEntry(CSSValue v)
Creates a new value entry. |
|
CSSOMReadOnlyStyleDeclaration.ImportantUserValueEntry(CSSValue v)
Creates a new value entry. |
|
CSSOMReadOnlyStyleDeclaration.UserValueEntry(CSSValue v)
Creates a new value entry. |
|
CSSOMReadOnlyStyleDeclaration.ImportantAuthorValueEntry(CSSValue v)
Creates a new value entry. |
|
CSSOMReadOnlyStyleDeclaration.AuthorValueEntry(CSSValue v)
Creates a new value entry. |
Uses of CSSValue in org.apache.batik.css.event |
Fields in org.apache.batik.css.event declared as CSSValue | |
protected CSSValue |
CSSPropertyChangeEvent.oldValue
The CSS property old value. |
protected CSSValue |
CSSPropertyChangeEvent.newValue
The CSS property new value. |
Methods in org.apache.batik.css.event that return CSSValue | |
CSSValue |
CSSPropertyChangeEvent.getOldValue()
Returns the value of the property before the change. |
CSSValue |
CSSPropertyChangeEvent.getNewValue()
Returns the value of the property after the change. |
Methods in org.apache.batik.css.event with parameters of type CSSValue | |
void |
CSSValueChangeListener.cssValueChange(java.lang.String property,
CSSValue before,
CSSValue after)
Called when a CSS value is changed. |
void |
CSSStyleDeclarationChangeSupport.fireCSSPropertyChange(java.lang.String property,
CSSValue oldValue,
CSSValue newValue)
Reports a bound property update to any registered listeners. |
Constructors in org.apache.batik.css.event with parameters of type CSSValue | |
CSSPropertyChangeEvent(java.lang.Object source,
java.lang.String property,
CSSValue before,
CSSValue after)
Creates a new CSSPropertyChangeEvent object. |
Uses of CSSValue in org.apache.batik.css.value |
Fields in org.apache.batik.css.value declared as CSSValue | |
protected CSSValue[] |
ImmutableValueList.table
The table that contains the values. |
Methods in org.apache.batik.css.value that return CSSValue | |
CSSValue |
AbstractImmutableValue.item(int index)
Used to retrieve a CSS rule by ordinal index. |
CSSValue |
ImmutableValue.item(int index)
Used to retrieve a CSS rule by ordinal index. |
CSSValue |
ImmutableValueList.item(int index)
Used to retrieve a CSS rule by ordinal index. |
Methods in org.apache.batik.css.value with parameters of type CSSValue | |
void |
ImmutableValueList.append(CSSValue item)
Appends an item to the list. |
Uses of CSSValue in org.apache.batik.dom.svg |
Uses of CSSValue in org.apache.batik.parser.style |
Classes in org.apache.batik.parser.style that implement CSSValue | |
class |
AbstractCSSValue
This class implements the CSSValue ,
CSSPrimitiveValue ,
CSSValueList interfaces. |
class |
CSSFloatValue
This class represents CSS float values |
class |
CSSInheritValue
This class represents CSS 'inherit' values |
class |
CSSRectValue
This class represents CSS rect values |
class |
CSSRGBColorValue
This class represents CSS color values |
class |
CSSStringValue
This class represents CSS string values |
class |
CSSValueListValue
This class represents CSS list of values |
Fields in org.apache.batik.parser.style declared as CSSValue | |
static CSSValue |
AbstractCSSValueFactory.INHERIT
The 'inherit' value. |
static CSSValue |
AbstractCSSValueFactory.AUTO_VALUE
The 'auto' identifier. |
protected CSSValue[] |
CSSValueListValue.table
The table that contains the values. |
Methods in org.apache.batik.parser.style that return CSSValue | |
CSSValue |
AbstractCSSValue.item(int index)
DOM: Implements CSSValueList.item(int) . |
CSSValue |
AbstractRectFactory.createCSSValue(LexicalUnit lu)
Returns a CSSValue built from the given SAC lexical unit. |
CSSValue |
StyleAttributeParser.parse(java.io.Reader r,
java.lang.String ns,
java.lang.String ln)
Parses the given reader and returns the CSSValue object corresponding to the attribute with the given namespaceURI and localName. |
CSSValue |
AbstractLengthFactory.createCSSValue(LexicalUnit lu)
Returns a CSSValue built from the given SAC lexical unit. |
CSSValue |
CSSValueListValue.item(int index)
DOM: Implements CSSValueList.item(int) . |
CSSValue |
CSSValueFactory.createCSSValue(LexicalUnit l)
Returns a CSSValue built from the given SAC lexical unit. |
CSSValue |
LengthFactory.createCSSValue(LexicalUnit lu)
Returns a CSSValue built from the given SAC lexical unit. |
CSSValue |
ClipFactory.createCSSValue(LexicalUnit lu)
Returns a CSSValue built from the given SAC lexical unit. |
Methods in org.apache.batik.parser.style with parameters of type CSSValue | |
void |
CSSValueListValue.append(CSSValue item)
Appends an item to the list. |
Uses of CSSValue in org.w3c.dom.css |
Subinterfaces of CSSValue in org.w3c.dom.css | |
interface |
CSSPrimitiveValue
The CSSPrimitiveValue interface represents a single CSS value
. |
interface |
CSSValueList
The CSSValueList interface provides the abstraction of an
ordered collection of CSS values. |
Methods in org.w3c.dom.css that return CSSValue | |
CSSValue |
CSSValueList.item(int index)
Used to retrieve a CSSValue by ordinal index. |
CSSValue |
CSSStyleDeclaration.getPropertyCSSValue(java.lang.String propertyName)
Used to retrieve the object representation of the value of a CSS property if it has been explicitly set within this declaration block. |
Uses of CSSValue in org.w3c.dom.svg |
Subinterfaces of CSSValue in org.w3c.dom.svg | |
interface |
SVGColor
|
interface |
SVGPaint
|
Methods in org.w3c.dom.svg that return CSSValue | |
CSSValue |
SVGStylable.getPresentationAttribute(java.lang.String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |