Class Thoughts


(package private) class Thoughts
extends java.lang.Object

Field Summary

(package private) int
B
(package private) int
G
(package private) static int
MAX
(package private) int
R
(package private) int
bfinal
(package private) Color
bgColor
(package private) int
binit
(package private) int
count
(package private) int
curr
(package private) boolean
darker
(package private) int
db
(package private) int
dg
(package private) int
dr
(package private) int
gfinal
(package private) int
ginit
(package private) boolean
maxxed
(package private) int
rfinal
(package private) int
rinit
(package private) Font[]
theFonts
(package private) String[]
theThoughts
(package private) URL[]
theUrls

Constructor Summary

Thoughts()

Method Summary

void
AddThought(String idea, String url, String fontname, int fontstyle, int fontsize)
int
ChangeColors()
void
DrawThoughts(Fade that, Graphics g)
Color
GetBackground()
URL
GetCurrentURL()
void
Next()
void
Reset()
void
SetBackground(int i, int j, int k)
void
SetChangeFactor(int i)
void
SetTextColor(int i, int j, int k)

Field Details

B

(package private)  int B

G

(package private)  int G

MAX

(package private) static int MAX

R

(package private)  int R

bfinal

(package private)  int bfinal

bgColor

(package private)  Color bgColor

binit

(package private)  int binit

count

(package private)  int count

curr

(package private)  int curr

darker

(package private)  boolean darker

db

(package private)  int db

dg

(package private)  int dg

dr

(package private)  int dr

gfinal

(package private)  int gfinal

ginit

(package private)  int ginit

maxxed

(package private)  boolean maxxed

rfinal

(package private)  int rfinal

rinit

(package private)  int rinit

theFonts

(package private)  Font[] theFonts

theThoughts

(package private)  String[] theThoughts

theUrls

(package private)  URL[] theUrls

Constructor Details

Thoughts

(package private)  Thoughts()

Method Details

AddThought

public void AddThought(String idea,
                       String url,
                       String fontname,
                       int fontstyle,
                       int fontsize)

ChangeColors

public int ChangeColors()

DrawThoughts

public void DrawThoughts(Fade that,
                         Graphics g)

GetBackground

public Color GetBackground()

GetCurrentURL

public URL GetCurrentURL()

Next

public void Next()

Reset

public void Reset()

SetBackground

public void SetBackground(int i,
                          int j,
                          int k)

SetChangeFactor

public void SetChangeFactor(int i)

SetTextColor

public void SetTextColor(int i,
                         int j,
                         int k)