public class SVGCssStyle extends CssStyle<SVGCssContentTypeBase>
| Modifier and Type | Class and Description |
|---|---|
static class |
SVGCssStyle.PresentationAttribute
This contains all the presentation attributes an svg element might.
|
properties| Constructor and Description |
|---|
SVGCssStyle(String name,
SVGDataProvider provider)
Creates a new instance.
|
SVGCssStyle(SVGDataProvider provider)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected SVGCssContentTypeBase |
createContentType(String name)
This implementation will use the name and validate it against
SVGCssStyle.PresentationAttributes and then create an instance of a CssContentTypeBase. |
combineWithStyle, equals, getCssContentType, getCssContentType, getName, getProperties, hasCssContentType, hashCode, parseCssTextpublic SVGCssStyle(SVGDataProvider provider)
provider - the data provider to usepublic SVGCssStyle(String name, SVGDataProvider provider)
name - the name to of this style.provider - the data provider to useprotected SVGCssContentTypeBase createContentType(String name)
SVGCssStyle.PresentationAttributes and then create an instance of a CssContentTypeBase.
If the given name does not correspond with any SVGCssStyle.PresentationAttribute, no CssContentTypeBase will be created and null will be returned.createContentType in class CssStyle<SVGCssContentTypeBase>name - then name of the propertyCssContentTypeBase or null if the name is not supported.Copyright © 2016 Saxonia Systems AG. All rights reserved.