AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public class AnimationPacket
extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.

Field Summary

Modifier and TypeFieldDescription
doublefps 
SVGFrame[]frames 
longserverQueue 

Constructor Summary

ConstructorDescription
AnimationPacket() 
AnimationPacket(SVGFrame[] frames, double fps, long serverQueue) 

Method Summary

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Details

frames

public SVGFrame[] frames

fps

public double fps

serverQueue

public long serverQueue

Constructor Details

AnimationPacket

public AnimationPacket()

AnimationPacket

public AnimationPacket(SVGFrame[] frames,
 double fps,
 long serverQueue)