|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMCSSValue | |
---|---|
org.vectomatic.dom.svg | Wrapper classes representing the bulk of libgwtsvg public API. |
org.vectomatic.dom.svg.impl | libgwtsvg implementation classes, not to be accessed directly. |
org.vectomatic.dom.svg.utils | Utility classes which are part of libgwtsvg public API. |
Uses of OMCSSValue in org.vectomatic.dom.svg |
---|
Subclasses of OMCSSValue in org.vectomatic.dom.svg | |
---|---|
class |
OMCSSPrimitiveValue
Class for a CSS primitive value |
class |
OMCSSValueList
Class for a CSS value list |
class |
OMSVGColor
The OMSVGColor interface corresponds
to color value definition for properties stop-color , flood-color
and lighting-color and is a base class for interface OMSVGPaint . |
class |
OMSVGPaint
The OMSVGPaint interface corresponds to
basic type <paint> and
represents the values of properties fill and stroke . |
Fields in org.vectomatic.dom.svg declared as OMCSSValue | |
---|---|
protected OMCSSValue[] |
OMCSSValueList.items
|
Methods in org.vectomatic.dom.svg that return OMCSSValue | |
---|---|
OMCSSValue |
OMCSSValueList.getItem(int index)
Used to retrieve an OMCSSValue by ordinal index. |
OMCSSValue |
OMSVGStyle.getSVGPropertyCSS(String name)
Gets the value of a named property as a CSS value. |
Constructors in org.vectomatic.dom.svg with parameters of type OMCSSValue | |
---|---|
OMCSSValueList(OMCSSValue[] items,
String cssText)
Constructor |
Uses of OMCSSValue in org.vectomatic.dom.svg.impl |
---|
Methods in org.vectomatic.dom.svg.impl that return OMCSSValue | |
---|---|
OMCSSValue |
DashArrayParser.parse(String cssText)
|
Uses of OMCSSValue in org.vectomatic.dom.svg.utils |
---|
Methods in org.vectomatic.dom.svg.utils that return OMCSSValue | |
---|---|
static OMCSSValue |
OMSVGParser.parseDashArray(String cssText)
Parses an SVG dasharray value |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |