animation.tr

Class SendFrameLostToken


(package private) class SendFrameLostToken
extends SendToken

Field Summary

protected int
numFramesLost
number of frames lost
(package private) int
passedMonitor
passed over monitor (simulate setting of bit)

Fields inherited from class animation.tr.SendToken

distFactor, maxFrameReceived, maxFrameSend, maxFrameVerified, numFrames, receivePos, receiveStation, sendPos, sendStation, verifyPos

Fields inherited from class animation.tr.Token

angle, lastStation, netPaint, pos, priority, reservePriority, xcenter, xradius, ycenter, yradius

Constructor Summary

SendFrameLostToken(int p, NetPaint np, int prio, int s, int r, int fs, int fr, int fv)

Method Summary

Token
advanceToken()

Methods inherited from class animation.tr.SendToken

advanceToken, drawToken, getCloseToCenterX, getCloseToCenterY

Methods inherited from class animation.tr.Token

advanceToken, advanceToken, drawToken, drawToken, getBinaryString, getPrioString, getReservePrioString, isAtStation, updateDimensions

Field Details

numFramesLost

protected final int numFramesLost
number of frames lost

passedMonitor

(package private)  int passedMonitor
passed over monitor (simulate setting of bit)

Constructor Details

SendFrameLostToken

(package private)  SendFrameLostToken(int p,
                                      NetPaint np,
                                      int prio,
                                      int s,
                                      int r,
                                      int fs,
                                      int fr,
                                      int fv)

Method Details

advanceToken

public Token advanceToken()
Overrides:
advanceToken in interface SendToken