| Package | Description |
|---|---|
| org.vectomatic.svg.edit.client.model | |
| org.vectomatic.svg.edit.client.model.svg |
| Modifier and Type | Field and Description |
|---|---|
protected IValidator<T,U> |
MetadataBase.validator |
| Constructor and Description |
|---|
AttrMetadata(String propertyName,
String description,
IFieldFactory fieldFactory,
String attrName,
IFactoryInstantiator<?> factory,
IValidator<String,org.vectomatic.dom.svg.impl.SVGElement> validator) |
CssMetadata(String propertyName,
String description,
IFieldFactory fieldFactory,
IConverter<String,T> converter,
T defaultValue,
IFactoryInstantiator<?> factory,
IValidator<T,org.vectomatic.dom.svg.impl.SVGElement> validator) |
JSMetadata(String propertyName,
String description,
IFieldFactory fieldFactory,
IPropertyAccessor<T,U> accessor,
IFactoryInstantiator<?> factory,
IValidator<T,U> validator) |
MetadataBase(String propertyName,
String description,
IFieldFactory fieldFactory,
IFactoryInstantiator<?> factory,
IValidator<T,U> validator) |
XPathMetadata(String propertyName,
String description,
IFieldFactory fieldFactory,
String xpath,
IFactoryInstantiator<?> factory,
IValidator<T,org.vectomatic.dom.svg.impl.SVGElement> validator) |
| Modifier and Type | Field and Description |
|---|---|
static IValidator<SVGLength,org.vectomatic.dom.svg.impl.SVGElement> |
SVGLength.HEIGHT_VALIDATOR |
static IValidator<SVGLength,org.vectomatic.dom.svg.impl.SVGElement> |
SVGLength.NEGATIVE_RADIUS_VALIDATOR |
static IValidator<SVGPoints,org.vectomatic.dom.svg.impl.SVGElement> |
SVGPoints.POINTS_VALIDATOR |
static IValidator<SVGLength,org.vectomatic.dom.svg.impl.SVGElement> |
SVGLength.RADIUS_VALIDATOR |
static IValidator<SVGLength,org.vectomatic.dom.svg.impl.SVGElement> |
SVGLength.WIDTH_VALIDATOR |
| Constructor and Description |
|---|
SVGPointsMetadata(String propertyName,
String description,
IFactoryInstantiator<?> factory,
IValidator<SVGPoints,org.vectomatic.dom.svg.impl.SVGElement> validator) |
Copyright © 2018. All Rights Reserved.