| Package | Description |
|---|---|
| de.saxsys.svgfx.core | |
| de.saxsys.svgfx.core.definitions | |
| de.saxsys.svgfx.css.core |
| Modifier and Type | Method and Description |
|---|---|
static <TData> boolean |
SVGUtils.applyStyleDeclaration(CssStyle style,
Enumerations.CssStyleProperty declaration,
Consumer<TData> consumer,
Function<String,TData> converter)
Tries to get the
Enumerations.CssStyleProperty from the given CssStyle.
|
static <TData> boolean |
SVGUtils.applyStyleDeclaration(CssStyle style,
Enumerations.CssStyleProperty declaration,
Consumer<TData> consumer,
Function<String,TData> converter,
Function<String,Boolean> validator)
Tries to get the
Enumerations.CssStyleProperty from the given CssStyle.
|
| Modifier and Type | Method and Description |
|---|---|
static Enumerations.CssStyleProperty |
Enumerations.CssStyleProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.CssStyleProperty[] |
Enumerations.CssStyleProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<TData> TData |
CssStyleDeclaration.getPropertyAs(Enumerations.CssStyleProperty declaration,
Function<String,TData> converter)
Returns the desired supported declaration as the desired type if it exits.
|
Copyright © 2015 Saxonia Systems AG. All rights reserved.