CleanSweep
Class GLFileInfo


public class GLFileInfo


Field Summary
 floatcolor
           
 ProxyGLPointcoordinate
           
 booleandie
           
 booleandrawFlag
           
 floatdx
           
 floatdy
           
 longfileSize
           
 booleanhit
           
 inthits
           
 floatog
           
 private Randomrand
           
 floatrot
           
 booleanshow
           
 floatsize
           
 longstarttime
           
 inttype
           
 Stringurl
           
 floatxbounds
           
 floatybounds
           

Constructor Summary
GLFileInfo(String nurl, long size)
           

Method Summary
 voidadvance()
           
 private floatgetRandom(boolean signed, float begin, float end)
           

Field Detail

color

public float color

coordinate

public ProxyGLPoint coordinate

die

public boolean die

drawFlag

public boolean drawFlag

dx

public float dx

dy

public float dy

fileSize

public long fileSize

hit

public boolean hit

hits

public int hits

og

public float og

rand

private Random rand

rot

public float rot

show

public boolean show

size

public float size

starttime

public long starttime

type

public int type

url

public String url

xbounds

public float xbounds

ybounds

public float ybounds
Constructor Detail

GLFileInfo

public GLFileInfo(String nurl, long size)
Method Detail

advance

public void advance()

getRandom

private float getRandom(boolean signed, float begin, float end)