B C F G I M O P R S

B

BACKGROUND - Static variable in class com.palserv.clock.Bit
Index int the array of colors.
BinaryClock - Class in com.palserv.clock
Make a binary clock.
BinaryClock() - Constructor for class com.palserv.clock.BinaryClock
 
BinaryClockApplet - Class in com.palserv.clock
Run a BinaryClock in an applet.
BinaryClockApplet() - Constructor for class com.palserv.clock.BinaryClockApplet
 
Bit - Class in com.palserv.clock
GUI representation of a binary digit.
Bit(int, int, int) - Constructor for class com.palserv.clock.Bit
Create a Bit object with specified sizes.
Bit() - Constructor for class com.palserv.clock.Bit
Create a Bit object with default sizes.

C

com.palserv.clock - package com.palserv.clock
A Java™ implementation of a "binary" clock.

F

FOREGROUND_ONE - Static variable in class com.palserv.clock.Bit
Index int the array of colors.
FOREGROUND_ZERO - Static variable in class com.palserv.clock.Bit
Index int the array of colors.

G

getArgs(String[]) - Method in class com.palserv.clock.BinaryClock
Get the command line arguments.

I

init() - Method in class com.palserv.clock.BinaryClockApplet
Initialize binary clock

M

main(String[]) - Static method in class com.palserv.clock.BinaryClock
Run the clock from the command line.
makeContentPane() - Method in class com.palserv.clock.BinaryClock
Create the clock in a JPanel.
makeFrame() - Method in class com.palserv.clock.BinaryClock
Create a frame so the GUI can run in a separate window.

O

OUTLINE - Static variable in class com.palserv.clock.Bit
Index int the array of colors.

P

paint(Graphics) - Method in class com.palserv.clock.Bit
Override the JComponent paint method.

R

runClock() - Method in class com.palserv.clock.BinaryClock
Run the clock.

S

setClock(int, int, int) - Method in class com.palserv.clock.BinaryClock
Set the time to the given BTime object.
setColor(int, Color) - Method in class com.palserv.clock.Bit
Allow colors to be set from outside.
setHeight(int) - Method in class com.palserv.clock.Bit
Set the height of this Bit object.
setRadius(int) - Method in class com.palserv.clock.Bit
Set the radius of the circle within this Bit object.
setShowCircle(boolean) - Method in class com.palserv.clock.Bit
Tell this Bit object whether or not to show the circle.
setValue(int) - Method in class com.palserv.clock.Bit
Set the value of the Bit object.
setWidth(int) - Method in class com.palserv.clock.Bit
Set the width of this Bit object.
start() - Method in class com.palserv.clock.BinaryClockApplet
Start the clock

B C F G I M O P R S