| Modifier and Type | Interface and Description |
|---|---|
interface |
ShapeDefinitionGenerator<I extends ShapeDefinition<?>>
The the source code of the different methods required for shapes
to handle its attributes such as colors, strokes and opacity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractShapeDefinitionGenerator<I extends ShapeDefinition<?>> |
| Modifier and Type | Method and Description |
|---|---|
ShapeDefinition |
ViewDefinition.getMain() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractShapeDefinition<V> |
class |
CircleDefinition |
class |
ImageDefinition |
class |
MultiPathDefinition |
class |
RectDefinition |
| Modifier and Type | Method and Description |
|---|---|
ShapeDefinition |
ViewDefinitionImpl.getMain() |
| 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.