| Package | Description |
|---|---|
| com.enterprisemath.utils.image |
| Modifier and Type | Class and Description |
|---|---|
class |
BlendImageAnimation
Implementation of image animation which blends 2 animation together.
|
class |
CompositeImageAnimation
Implementation of image animation which composes several animations together.
|
class |
ConstantColorImageAnimation
Implementation of image animation which just shows constant color in all frames in all space.
|
class |
ConstantFileImageAnimation
Implementation of image animation which takes frames from one constant file image.
|
class |
FileListImageAnimation
Implementation of image animation which creates frames from the list of file images.
|
class |
PauseFrameImageAnimation
Implementation of image animation which takes frame from another animation
and pauses it for a specified number of frames.
|
class |
SequenceImageAnimation
Implementation of image animation which creates sequence from the several animations.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceImageAnimation.Builder |
SequenceImageAnimation.Builder.addAnimation(ImageAnimation animation)
Adds animation to the sequence.
|
CompositeImageAnimation.Builder |
CompositeImageAnimation.Builder.addSubAnimation(int x,
int y,
ImageAnimation animation)
Adds sub animation.
|
static BlendImageAnimation |
BlendImageAnimation.create(ImageAnimation bottom,
ImageAnimation top,
double blendStart,
double blendEnd)
Creates new instance.
|
static PauseFrameImageAnimation |
PauseFrameImageAnimation.create(ImageAnimation source,
int frameIndex,
int numFrames)
Creates new instance.
|
BlendImageAnimation.Builder |
BlendImageAnimation.Builder.setBottom(ImageAnimation bottom)
Sets bottom animation.
|
PauseFrameImageAnimation.Builder |
PauseFrameImageAnimation.Builder.setSource(ImageAnimation source)
Sets source animation.
|
BlendImageAnimation.Builder |
BlendImageAnimation.Builder.setTop(ImageAnimation top)
Sets top animation.
|
byte[] |
GifAnimatorWriter.writeAnimation(ImageAnimation animation)
Writes animation as a gif file format and returns the data blob.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceImageAnimation.Builder |
SequenceImageAnimation.Builder.setAnimations(List<ImageAnimation> animations)
Sets animations in the sequence.
|
Copyright © 2016. All rights reserved.