Package com.anylogic.engine.gui
- java.lang.Object
- com.anylogic.engine.gui.AnimationPacket
@AnyLogicInternalAPI public class AnimationPacket extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
Modifier and Type | Field | Description |
---|---|---|
double | fps | |
SVGFrame[] | frames | |
long | serverQueue |
Constructor | Description |
---|---|
AnimationPacket() | |
AnimationPacket |
public SVGFrame[] frames
public double fps
public long serverQueue
public AnimationPacket()
public AnimationPacket(SVGFrame[] frames, double fps, long serverQueue)