Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Field and Description |
---|---|
protected OMCSSValue[] |
OMCSSValueList.items |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
OMCSSValueList(OMCSSValue[] items,
String cssText)
Constructor
|
Modifier and Type | Method and Description |
---|---|
OMCSSValue |
DashArrayParser.parse(String cssText) |
Modifier and Type | Method and Description |
---|---|
static OMCSSValue |
OMSVGParser.parseDashArray(String cssText)
Parses an SVG dasharray value
|
Copyright © 2018. All Rights Reserved.