public class ShapeViewDecoratorAnimation extends AbstractAnimation<LienzoShapeView<?>>
Animation.AnimationCallback| Modifier and Type | Method and Description |
|---|---|
double |
getAlpha() |
String |
getColor() |
Supplier<LienzoShapeView<?>> |
getShapeView() |
LienzoShapeView<?> |
getSource() |
double |
getStrokeWidth() |
static ShapeViewDecoratorAnimation |
newFillDecoratorAnimation(Supplier<LienzoShapeView<?>> shapeView,
String fillColor,
double fillAlpha) |
static ShapeViewDecoratorAnimation |
newStrokeDecoratorAnimation(Supplier<LienzoShapeView<?>> shapeView,
String strokeColor,
double strokeWidth,
double strokeAlpha) |
AnimationHandle |
run() |
getCallback, getDuration, setCallback, setDurationpublic static ShapeViewDecoratorAnimation newStrokeDecoratorAnimation(Supplier<LienzoShapeView<?>> shapeView, String strokeColor, double strokeWidth, double strokeAlpha)
public static ShapeViewDecoratorAnimation newFillDecoratorAnimation(Supplier<LienzoShapeView<?>> shapeView, String fillColor, double fillAlpha)
public LienzoShapeView<?> getSource()
public AnimationHandle run()
public Supplier<LienzoShapeView<?>> getShapeView()
public String getColor()
public double getStrokeWidth()
public double getAlpha()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.