| Modifier and Type | Method and Description |
|---|---|
LienzoShapeView<?> |
ShapeViewDecoratorAnimation.getSource() |
| Modifier and Type | Method and Description |
|---|---|
Supplier<LienzoShapeView<?>> |
ShapeViewDecoratorAnimation.getShapeView() |
| Modifier and Type | Method and Description |
|---|---|
static ShapeViewDecoratorAnimation |
ShapeViewDecoratorAnimation.newFillDecoratorAnimation(Supplier<LienzoShapeView<?>> shapeView,
String fillColor,
double fillAlpha) |
static ShapeViewDecoratorAnimation |
ShapeViewDecoratorAnimation.newStrokeDecoratorAnimation(Supplier<LienzoShapeView<?>> shapeView,
String strokeColor,
double strokeWidth,
double strokeAlpha) |
| Modifier and Type | Class and Description |
|---|---|
class |
LienzoShape<V extends LienzoShapeView> |
class |
ShapeStateAttributeAnimationHandler<V extends LienzoShapeView> |
| Modifier and Type | Method and Description |
|---|---|
ShapeStateDefaultHandler |
ShapeStateDefaultHandler.setBackgroundShape(Supplier<LienzoShapeView<?>> shapeSupplier) |
ShapeStateDefaultHandler |
ShapeStateDefaultHandler.setBorderShape(Supplier<LienzoShapeView<?>> shapeSupplier) |
ShapeStateDefaultHandler |
ShapeStateDefaultHandler.setContainerShape(Supplier<LienzoShapeView<?>> shapeSupplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
WiresConnectorView<T> |
class |
WiresContainerShapeView<T extends WiresContainerShapeView> |
class |
WiresShapeView<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratedShapeView<T extends WiresShapeViewExt>
This Shape is an extension of WiresShapeViewExt, but instead
of the need of a multipath instance for constructing it, which is being used
for attaching the different control points to the view instance, it only
requires a single Lienzo shape instance that is being wrapped by an instance
of a multi-path.
|
class |
WiresConnectorViewExt<T> |
class |
WiresShapeViewExt<T extends WiresShapeViewExt> |
| Modifier and Type | Method and Description |
|---|---|
void |
ShapeViewUserDataEncoder.applyShapeViewRenderType(Supplier<LienzoShapeView<?>> shapeSupplier,
ShapeStateDefaultHandler.RenderType renderType) |
void |
ShapeViewUserDataEncoder.applyShapeViewType(Supplier<LienzoShapeView<?>> shapeSupplier,
ShapeStateDefaultHandler.ShapeType shapeType) |
void |
ShapeViewUserDataEncoder.applyShapeViewUserData(Supplier<LienzoShapeView<?>> shapeSupplier,
String key,
String value) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.