| Modifier and Type | Interface and Description |
|---|---|
interface |
PrimitiveDefinitionGenerator<I extends PrimitiveDefinition<?>>
The the source code of the different methods required for primitives
to handle its attributes such as coordinates, scales and opacity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPrimitiveDefinitionGenerator<I extends PrimitiveDefinition<?>> |
| Modifier and Type | Field and Description |
|---|---|
static Predicate<PrimitiveDefinition> |
SVGPrimitiveGeneratorUtils.CAN_GENERATE_PRIMITIVE_CODE |
| Modifier and Type | Method and Description |
|---|---|
static String |
SVGPrimitiveGeneratorUtils.generateSvgPrimitive(String instanceId,
Function<PrimitiveDefinition,PrimitiveDefinitionGenerator<PrimitiveDefinition<?>>> generatorProvider,
PrimitiveDefinition child) |
static String |
SVGPrimitiveGeneratorUtils.generateSvgPrimitive(String instanceId,
Function<PrimitiveDefinition,PrimitiveDefinitionGenerator<PrimitiveDefinition<?>>> generatorProvider,
PrimitiveDefinition child,
Predicate<PrimitiveDefinition> generationFilter) |
static String |
SVGGeneratorFormatUtils.getValidInstanceId(PrimitiveDefinition<?> primitiveDefinition) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ShapeDefinition<V> |
interface |
ViewDefinition<V> |
| Modifier and Type | Method and Description |
|---|---|
List<PrimitiveDefinition> |
ViewDefinition.getChildren() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPrimitiveDefinition<V> |
class |
AbstractShapeDefinition<V> |
class |
CircleDefinition |
class |
GroupDefinition |
class |
ImageDefinition |
class |
MultiPathDefinition |
class |
RectDefinition |
class |
ViewDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
List<PrimitiveDefinition> |
ViewDefinitionImpl.getChildren() |
List<PrimitiveDefinition> |
GroupDefinition.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SVGModelUtils.visit(Collection<PrimitiveDefinition> definitions,
Consumer<PrimitiveDefinition> definitionConsumer) |
static void |
SVGModelUtils.visit(Collection<PrimitiveDefinition> definitions,
Consumer<PrimitiveDefinition> definitionConsumer) |
static void |
SVGModelUtils.visit(ViewDefinition<?> viewDefinition,
Consumer<PrimitiveDefinition> definitionConsumer) |
| Constructor and Description |
|---|
ViewDefinitionImpl(String id,
double x,
double y,
double width,
double height,
StyleSheetDefinition globalStyleSheetDefinition,
ViewDefinition.ViewBoxDefinition viewBox,
ShapeDefinition main,
PrimitiveDefinition... children) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.