A B C D E F G H I J K L M N O P Q R S T W X Y

A

ACE - Static variable in class blue.cards.Card
 
add(Card) - Method in class blue.cards.Deck
 
add(Card) - Method in class blue.cards.Hand
 
add(Card) - Method in class blue.cards.Pile
 
add(int) - Method in class blue.chance.Table
 
add(int) - Method in class blue.chance.FrequencyTable
 
add(Object) - Method in class blue.chance.Table
 
addRank(int) - Method in class blue.cards.Deck
 
area() - Method in interface blue.shapes.Shape
 
area() - Method in class blue.shapes.Triangle
Returns the area of this triangle.
area() - Method in class blue.shapes.Square
Returns the area of this square.
area() - Method in class blue.shapes.Circle
Returns the area of this circle.
area() - Method in class blue.shapes.Diamond
 
area() - Method in class blue.shapes.Rectangle
Returns the area of the rectangle.
area() - Method in class blue.shapes.Polygon
Return the area of this polygon.
average() - Method in class blue.chance.Table
 

B

blue.cards - package blue.cards
 
blue.chance - package blue.chance
 
blue.io - package blue.io
 
blue.shapes - package blue.shapes
 

C

Card - class blue.cards.Card.
A 'card' is modeled in terms of its rank and its suit.
card(int) - Method in class blue.cards.Hand
 
Card(int, String) - Constructor for class blue.cards.Card
Create a card.
Card(String, String) - Constructor for class blue.cards.Card
Create a card.
cards - Variable in class blue.cards.Deck
 
cards() - Method in class blue.cards.Hand
 
cards() - Method in class blue.cards.Pile
 
center() - Method in class blue.shapes.GeoCircle
 
Circle - class blue.shapes.Circle.
A 'circle' is modeled in terms of its radius, a real number.
Circle(double) - Constructor for class blue.shapes.Circle
Create a circle.
circumscribingCircle() - Method in class blue.shapes.Square
Return the smallest circle which bounds this square.
circumscribingCircle() - Method in class blue.shapes.Polygon
Return the circumscribing circle of this polygon.
circumscribingPolygon(int) - Method in class blue.shapes.Circle
Return the regular polygon of degree equal to the given int which has the property that the midpoints of its sides each touch this circle.
circumscribingSquare() - Method in class blue.shapes.Circle
Return the square which has the property that the midpoints of its sides each touch this circle.
clear() - Method in class blue.io.OutStream
 
clear() - Method in class blue.io.TextAreaOutStream
 
clear() - Method in class blue.chance.Table
 
close() - Method in class blue.io.IN
Close the file associated with this object.
close() - Method in class blue.io.OUT
Close the file associated with this stream and disestablish the communication link between this stream and the file.
close() - Method in class blue.io.StringReader
Close the stream.
CLUB - Static variable in class blue.cards.Card
 
Coin - class blue.chance.Coin.
 
Coin() - Constructor for class blue.chance.Coin
 
Coin(String) - Constructor for class blue.chance.Coin
 
contains(Position) - Method in class blue.shapes.GeoCircle
 
count() - Method in class blue.chance.Die
Return the number of values on the local event history.
count() - Method in class blue.chance.Coin
 

D

deal() - Method in class blue.cards.Dealer
 
deal(Hand) - Method in class blue.cards.Dealer
 
deal(Pile) - Method in class blue.cards.Dealer
 
Dealer - class blue.cards.Dealer.
 
Dealer(Deck) - Constructor for class blue.cards.Dealer
 
dec() - Method in class blue.shapes.Polygon
Transform this polygon to a polygon of one less degree.
Deck - class blue.cards.Deck.
 
Deck() - Constructor for class blue.cards.Deck
 
Deck(String) - Constructor for class blue.cards.Deck
 
decSide() - Method in class blue.shapes.Polygon
Subtract one from the length of the sides of this polygon.
degree() - Method in class blue.shapes.Polygon
Returns the degree of this polygon.
delete() - Method in class blue.cards.Deck
 
delete() - Method in class blue.cards.Hand
 
delete() - Method in class blue.cards.Pile
 
describe() - Method in interface blue.shapes.Shape
 
describe() - Method in class blue.shapes.Triangle
Describes this triangle in terms of its properties.
describe() - Method in class blue.shapes.Square
Write a description of this square to the standard output file.
describe() - Method in class blue.shapes.Circle
Write a description of this circle to the standard output file.
describe() - Method in class blue.shapes.Diamond
 
describe() - Method in class blue.shapes.Rectangle
Write a description of this rectangle to the standard output file.
describe() - Method in class blue.shapes.Polygon
Write a description of this perimeter to the standard output file.
describe(OutStream) - Method in interface blue.shapes.Shape
 
describe(OutStream) - Method in class blue.shapes.Triangle
Describes this triangle in terms of its properties, writing the description to a OutStream.
describe(OutStream) - Method in class blue.shapes.Square
Write a description of this square to the given OutStream.
describe(OutStream) - Method in class blue.shapes.Circle
Write a description of this circle to the given OutStream.
describe(OutStream) - Method in class blue.shapes.Diamond
 
describe(OutStream) - Method in class blue.shapes.Rectangle
Write a description of this rectangle to the given OutStream.
describe(OutStream) - Method in class blue.shapes.Polygon
Write a description of this polygon to the given OutStream.
describe(PrintStream) - Method in interface blue.shapes.Shape
 
describe(PrintStream) - Method in class blue.shapes.Triangle
Describes this triangle in terms of its properties, writing the description to a PrintStream.
describe(PrintStream) - Method in class blue.shapes.Square
Write a description of this square to the given PrintStream.
describe(PrintStream) - Method in class blue.shapes.Circle
Write a description of this circle to the given PrintStream.
describe(PrintStream) - Method in class blue.shapes.Diamond
 
describe(PrintStream) - Method in class blue.shapes.Rectangle
Write a description of this rectangle to the given PrintStream.
describe(PrintStream) - Method in class blue.shapes.Polygon
Write a description of this polygon to the given PrintStream.
diagonal() - Method in class blue.shapes.Square
Returns the diagonal of this square.
diagonal() - Method in class blue.shapes.Diamond
 
diagonal() - Method in class blue.shapes.Rectangle
Returns the diagonal of the rectangle.
diameter() - Method in class blue.shapes.Circle
Returns the diameter of this circle.
Diamond - class blue.shapes.Diamond.
 
DIAMOND - Static variable in class blue.cards.Card
 
Diamond(double, double) - Constructor for class blue.shapes.Diamond
 
Die - class blue.chance.Die.
A 'die' is modeled in terms of a top face value, the number of sides, a name, and a history of previous roll outcomes from a particular point in 'time'.
Die() - Constructor for class blue.chance.Die
Create a standard die.
Die(int) - Constructor for class blue.chance.Die
Create a standard die.
Die(String) - Constructor for class blue.chance.Die
Create a standard die.
Die(String, int) - Constructor for class blue.chance.Die
Create a standard die.
done() - Method in class blue.io.IN
Returns true if the most recent message sent to the receiving object had a "successful" outcome; false if not.
done() - Static method in class blue.io.IO
Returns true if the most recent message sent to IO had a "successful" outcome; false if not.
done() - Method in class blue.io.StringIN
 

E

end() - Method in class blue.io.StringIN
 
end() - Method in interface blue.io.Reader
 
EndOfFileException - exception blue.io.EndOfFileException.
 
EndOfFileException() - Constructor for class blue.io.EndOfFileException
 
eos() - Method in class blue.io.StringIN
 
expand(double) - Method in class blue.shapes.Square
Expand this square by augmenting its side by the given number.
expand(double) - Method in class blue.shapes.Circle
Expand this circle by augmenting its radius by the given number.
expandHeight(double) - Method in class blue.shapes.Diamond
 
expandHeight(double) - Method in class blue.shapes.Rectangle
Expand the height of the given rectangle.
expandWidth(double) - Method in class blue.shapes.Diamond
 
expandWidth(double) - Method in class blue.shapes.Rectangle
Expand the width of the given rectangle.

F

flip() - Method in class blue.chance.Coin
 
FrequencyTable - class blue.chance.FrequencyTable.
 
FrequencyTable() - Constructor for class blue.chance.FrequencyTable
 

G

GeoCircle - class blue.shapes.GeoCircle.
 
GeoCircle(double, double, double) - Constructor for class blue.shapes.GeoCircle
 
GeoCircle(double, Position) - Constructor for class blue.shapes.GeoCircle
 
get() - Method in class blue.io.OutStream
 
get() - Method in class blue.io.TextAreaOutStream
 

H

Hand - class blue.cards.Hand.
 
Hand() - Constructor for class blue.cards.Hand
 
Hand(String) - Constructor for class blue.cards.Hand
 
HEAD - Static variable in class blue.chance.Coin
 
headCount() - Method in class blue.chance.Coin
 
HEART - Static variable in class blue.cards.Card
 
height() - Method in class blue.shapes.Diamond
 
height() - Method in class blue.shapes.Rectangle
Returns the height of the rectangle.

I

IN - class blue.io.IN.
Convenience class used to read 'text' from disk files.
IN(String) - Constructor for class blue.io.IN
Create a 'text input stream' and equate it with the file whose name is the given String.
inc() - Method in class blue.shapes.Polygon
Transform this polygon to a polygon of one additional degree.
incSide() - Method in class blue.shapes.Polygon
Add one to the length of the sides of this polygon.
inscribingCircle() - Method in class blue.shapes.Square
Return the largest circle which is bounded by this square.
inscribingCircle() - Method in class blue.shapes.Polygon
Return the inscribing circle of this polygon.
inscribingPolygon(int) - Method in class blue.shapes.Circle
Return the regular polygon of degree equal to the given int which has the property that its corners touch this circle.
inscribingSquare() - Method in class blue.shapes.Circle
Return the square which has the property that its corners touch the circle.
IntegerParsingException - exception blue.io.IntegerParsingException.
 
IntegerParsingException() - Constructor for class blue.io.IntegerParsingException
 
InvalidRankException - exception blue.cards.InvalidRankException.
 
InvalidRankException() - Constructor for class blue.cards.InvalidRankException
 
InvalidSuitException - exception blue.cards.InvalidSuitException.
 
InvalidSuitException() - Constructor for class blue.cards.InvalidSuitException
 
IO - class blue.io.IO.
Used to read from the standard input stream or write to the standard output stream.
IO() - Constructor for class blue.io.IO
 

J

JACK - Static variable in class blue.cards.Card
 

K

KING - Static variable in class blue.cards.Card
 

L

leastFrequentEntry() - Method in class blue.chance.FrequencyTable
 

M

mark(int) - Method in class blue.io.StringReader
Mark the present position in the stream.
markSupported() - Method in class blue.io.StringReader
Tell whether this stream supports the mark() operation, which it does.
move(Hand, Deck) - Static method in class blue.cards.Deck
 
move(Pile, Deck) - Static method in class blue.cards.Deck
 
MyStringReader - class blue.io.MyStringReader.
 
MyStringReader(String) - Constructor for class blue.io.MyStringReader
 

N

next_char() - Static method in class blue.io.IO
Tries to inspect the next token in the standard input stream; returns it.
next_char() - Method in class blue.io.StringIN
 
next_char() - Method in interface blue.io.Reader
 
NonstandardDeck - class blue.cards.NonstandardDeck.
 
NonstandardDeck() - Constructor for class blue.cards.NonstandardDeck
 
NonstandardDeck(String) - Constructor for class blue.cards.NonstandardDeck
 
NoSuchFileException - exception blue.io.NoSuchFileException.
 
NoSuchFileException() - Constructor for class blue.io.NoSuchFileException
 

O

orderByRank() - Method in class blue.cards.Hand
 
orderBySuit() - Method in class blue.cards.Hand
 
OUT - class blue.io.OUT.
Convenience class used to write 'text' from disk files.
OUT(String) - Constructor for class blue.io.OUT
Create a 'text output stream' and equate it with the file whose name is the given String.
OutStream - class blue.io.OutStream.
 
OutStream() - Constructor for class blue.io.OutStream
 

P

perimeter() - Method in class blue.shapes.Triangle
Returns the perimeter of this triangle.
perimeter() - Method in class blue.shapes.Square
Returns the perimeter of this square.
perimeter() - Method in class blue.shapes.Circle
Returns the circumference of this circle.
perimeter() - Method in class blue.shapes.Diamond
 
perimeter() - Method in class blue.shapes.Rectangle
Returns the perimeter of the rectangle.
perimeter() - Method in class blue.shapes.Polygon
Return the perimeter of this polygon.
Pile - class blue.cards.Pile.
 
Pile() - Constructor for class blue.cards.Pile
 
Pile(String) - Constructor for class blue.cards.Pile
 
Polygon - class blue.shapes.Polygon.
A 'regular polygon' is modeled in terms of its degree (number of sides) and its side length.
Polygon(int, double) - Constructor for class blue.shapes.Polygon
Create a polygon.
previous() - Method in class blue.chance.Die
Return the previously rolled top face value, assuming there is one.
previous() - Method in class blue.chance.Coin
 
previous(int) - Method in class blue.chance.Die
Return the nth previously rolled top face value, assuming it exists.
previous(int) - Method in class blue.chance.Coin
 
print() - Method in class blue.cards.Card
Print this card as an 'ordered pair'.
print() - Method in class blue.chance.Die
Print a representation of the die to the standard output stream.
print() - Method in class blue.chance.Coin
 
print(boolean) - Method in class blue.io.OUT
Writes the given boolean to the output stream.
print(boolean) - Static method in class blue.io.IO
Writes the boolean to the standard output file.
print(char) - Method in class blue.io.OUT
Writes the given char to the output stream.
print(char) - Static method in class blue.io.IO
Writes the char to the standard output file.
print(double) - Static method in class blue.io.IO
Writes the double to the standard output file.
print(double) - Method in class blue.io.OutStream
 
print(double) - Method in class blue.io.TextAreaOutStream
 
print(double) - Method in class blue.io.PrintStreamOutStream
 
print(int) - Method in class blue.io.OUT
Writes the given int to the output stream.
print(int) - Static method in class blue.io.IO
Writes the int to the standard output file.
print(int) - Method in class blue.io.OutStream
 
print(int) - Method in class blue.io.TextAreaOutStream
 
print(int) - Method in class blue.io.PrintStreamOutStream
 
print(Object) - Static method in class blue.io.IO
Write a 'token' of the object to the standard output stream.
print(OutStream) - Method in class blue.chance.Die
Print a representation of the die to the standard output stream.
print(OutStream) - Method in class blue.chance.Coin
 
print(PrintStream) - Method in class blue.chance.Die
Print a representation of the die to the standard output stream.
print(PrintStream) - Method in class blue.chance.Coin
 
print(String) - Method in class blue.io.OUT
Writes the given String to the output stream.
print(String) - Static method in class blue.io.IO
Writes the String to the standard output file without delimiters.
print(String) - Method in class blue.io.OutStream
 
print(String) - Method in class blue.io.TextAreaOutStream
 
print(String) - Method in class blue.io.PrintStreamOutStream
 
println() - Method in class blue.io.OUT
Issue a new line command to the stream which is this object.
println() - Static method in class blue.io.IO
Issues a new line command.
println() - Method in class blue.io.OutStream
 
println() - Method in class blue.io.TextAreaOutStream
 
println() - Method in class blue.io.PrintStreamOutStream
 
println() - Method in class blue.cards.Card
Print this card as an 'ordered pair' followed by a newline.
println() - Method in class blue.cards.Deck
 
println() - Method in class blue.cards.Hand
 
println() - Method in class blue.cards.Pile
 
println() - Method in class blue.chance.Die
Print a description of the die to the standard output stream followed by a newline.
println() - Method in class blue.chance.Coin
 
println() - Method in class blue.chance.FrequencyTable
 
println(boolean) - Method in class blue.io.OUT
Writes the given boolean to the output stream followed by a new line.
println(boolean) - Static method in class blue.io.IO
Writes the boolean to the standard output file followed by a new line.
println(char) - Method in class blue.io.OUT
Writes the given char to the output stream followed by a new line.
println(char) - Static method in class blue.io.IO
Writes the char to the standard output file followed by a new line.
println(double) - Static method in class blue.io.IO
Writes the double to the standard output file followed by a new line.
println(double) - Method in class blue.io.OutStream
 
println(double) - Method in class blue.io.TextAreaOutStream
 
println(double) - Method in class blue.io.PrintStreamOutStream
 
println(int) - Method in class blue.io.OUT
Writes the given int to the output stream followed by a new line.
println(int) - Static method in class blue.io.IO
Writes the int to the standard output file followed by a new line.
println(int) - Method in class blue.io.OutStream
 
println(int) - Method in class blue.io.TextAreaOutStream
 
println(int) - Method in class blue.io.PrintStreamOutStream
 
println(Object) - Static method in class blue.io.IO
Write a 'token' of the object to the standard output stream followed by a new line.
println(OutStream) - Method in class blue.chance.Die
Print a description of the die to the standard output stream followed by a newline.
println(PrintStream) - Method in class blue.chance.Die
Print a description of the die to the standard output stream followed by a newline.
println(String) - Method in class blue.io.OUT
Writes the given String to the output stream followed by a new line.
println(String) - Static method in class blue.io.IO
Writes the String to the standard output file without delimiters followed by a new line.
println(String) - Method in class blue.io.OutStream
 
println(String) - Method in class blue.io.TextAreaOutStream
 
println(String) - Method in class blue.io.PrintStreamOutStream
 
printRank() - Method in class blue.cards.Card
Print the rank of this card.
PrintStreamOutStream - class blue.io.PrintStreamOutStream.
 
PrintStreamOutStream(PrintStream) - Constructor for class blue.io.PrintStreamOutStream
 
printSuit() - Method in class blue.cards.Card
Print the suit of this card.

Q

QUEEN - Static variable in class blue.cards.Card
 

R

radius() - Method in class blue.shapes.Circle
Returns the radius of this circle.
rank() - Method in class blue.cards.Card
Returns the rank of this card.
read_char() - Static method in class blue.io.IO
Tries to recognize the next token in the standard input stream as an char; returns it.
read_char() - Method in class blue.io.StringIN
 
read_char() - Method in interface blue.io.Reader
 
read_double() - Method in class blue.io.IN
Tries to recognize the next token in the input stream as an double; returns it.
read_double() - Static method in class blue.io.IO
Tries to recognize the next token in the standard input stream as an double; returns it.
read_double() - Method in class blue.io.StringIN
 
read_float() - Method in class blue.io.StringIN
 
read_int() - Method in class blue.io.IN
Tries to recognize the next token in the input stream as an int; returns it.
read_int() - Static method in class blue.io.IO
Tries to recognize the next token in the standard input stream as an int; returns it.
read_int() - Method in class blue.io.StringIN
 
read() - Method in class blue.io.MyStringReader
 
read() - Method in class blue.io.StringReader
Read a single character.
read(char[], int, int) - Method in class blue.io.StringReader
Read characters into a portion of an array.
Reader - interface blue.io.Reader.
 
readString() - Method in class blue.io.IN
Tries to recognize the next token in the input stream as a String with no surrounding 'white space'; returns it.
readString() - Static method in class blue.io.IO
Tries to recognize the next token in the standard input stream as a String with no surrounding 'white space'; returns it.
readString() - Method in class blue.io.StringIN
 
ready() - Method in class blue.io.StringReader
Tell whether this stream is ready to be read.
Rectangle - class blue.shapes.Rectangle.
A 'rectangle' is modeled in terms its height and its width, both real numbers.
Rectangle(double, double) - Constructor for class blue.shapes.Rectangle
Create a circle.
reset() - Method in class blue.io.StringReader
Reset the stream to the most recent mark, or to the beginning of the string if it has never been marked.
reset() - Method in class blue.chance.Die
Empty the local history which records the top face outcomes since either the die was created or a reset command was issued.
reset() - Method in class blue.chance.Coin
 
resize(double) - Method in class blue.shapes.Circle
Set the radius of the circle to the given number
resize(int) - Method in class blue.shapes.Polygon
Resize this polygon by changing the lengths of each side.
roll() - Method in class blue.chance.Die
Roll the die.

S

select() - Method in class blue.cards.Hand
 
selectLFR() - Method in class blue.cards.Hand
 
setForeground(Color) - Method in class blue.io.OutStream
 
setForeground(Color) - Method in class blue.io.TextAreaOutStream
 
Shape - interface blue.shapes.Shape.
 
show() - Method in class blue.chance.Table
 
show(OutStream) - Method in class blue.chance.Table
 
show(PrintStream) - Method in class blue.chance.Table
 
showByFreq() - Method in class blue.chance.Table
 
showByFreq(OutStream) - Method in class blue.chance.Table
 
showByFreq(PrintStream) - Method in class blue.chance.Table
 
showHistory() - Method in class blue.chance.Die
Display the local event history (the top face values) to the standard output file.
showHistory() - Method in class blue.chance.Coin
 
showHistory(OutStream) - Method in class blue.chance.Die
Display the local event history (the top face values) to the standard output file.
showHistory(OutStream) - Method in class blue.chance.Coin
 
showHistory(PrintStream) - Method in class blue.chance.Die
Display the local event history (the top face values) to the standard output file.
showHistory(PrintStream) - Method in class blue.chance.Coin
 
showHistoryHorizontally() - Method in class blue.chance.Die
Display the local event history (the top face values) to the standard output file, horizontally.
showHistoryHorizontally() - Method in class blue.chance.Coin
 
showHistoryHorizontally(OutStream) - Method in class blue.chance.Die
Display the local event history (the top face values) to the standard output file, horizontally.
showHistoryHorizontally(OutStream) - Method in class blue.chance.Coin
 
showHistoryHorizontally(PrintStream) - Method in class blue.chance.Die
Display the local event history (the top face values) to the standard output file, horizontally.
showHistoryHorizontally(PrintStream) - Method in class blue.chance.Coin
 
showHistoryVertically() - Method in class blue.chance.Die
Display the local event history (the top face values) to the standard output file, vertically.
showHistoryVertically() - Method in class blue.chance.Coin
 
showHistoryVertically(OutStream) - Method in class blue.chance.Die
Display the local event history (the top face values) to the standard output file, vertically.
showHistoryVertically(OutStream) - Method in class blue.chance.Coin
 
showHistoryVertically(PrintStream) - Method in class blue.chance.Die
Display the local event history (the top face values) to the standard output file, vertically.
showHistoryVertically(PrintStream) - Method in class blue.chance.Coin
 
shrink(double) - Method in class blue.shapes.Square
Shrink this square by diminishing its side by the given number.
shrink(double) - Method in class blue.shapes.Circle
Shrink this circle by diminishing its radius by the given number.
shrinkHeight(double) - Method in class blue.shapes.Diamond
 
shrinkHeight(double) - Method in class blue.shapes.Rectangle
Shrink the height of the given rectangle.
shrinkWidth(double) - Method in class blue.shapes.Diamond
 
shrinkWidth(double) - Method in class blue.shapes.Rectangle
Shrink the width of the given rectangle.
shuffle() - Method in class blue.cards.Deck
 
shuffle() - Method in class blue.cards.Dealer
 
side() - Method in class blue.shapes.Square
Returns the side length of this square.
side() - Method in class blue.shapes.Polygon
Returns the side length of this polygon.
sideA() - Method in class blue.shapes.Triangle
Returns the sideA of the triangle.
sideB() - Method in class blue.shapes.Triangle
Returns the sideB of the triangle.
sideC() - Method in class blue.shapes.Triangle
Returns the sideC of the triangle.
size() - Method in class blue.cards.Hand
 
size() - Method in class blue.cards.Pile
 
skip(long) - Method in class blue.io.StringReader
Skip characters.
SPADE - Static variable in class blue.cards.Card
 
Square - class blue.shapes.Square.
A 'square' is modeled in terms of its side length, a real number.
Square(double) - Constructor for class blue.shapes.Square
Create a square.
StringIN - class blue.io.StringIN.
 
StringIN(String) - Constructor for class blue.io.StringIN
 
StringReader - class blue.io.StringReader.
A character stream whose source is a string.
StringReader(String) - Constructor for class blue.io.StringReader
Create a new string reader.
suit() - Method in class blue.cards.Card
Returns the suit of this card.

T

Table - class blue.chance.Table.
 
Table() - Constructor for class blue.chance.Table
 
TAIL - Static variable in class blue.chance.Coin
 
tailCount() - Method in class blue.chance.Coin
 
take(Hand) - Method in class blue.cards.Dealer
 
take(Pile) - Method in class blue.cards.Dealer
 
TextAreaOutStream - class blue.io.TextAreaOutStream.
 
TextAreaOutStream(TextArea) - Constructor for class blue.io.TextAreaOutStream
 
top() - Method in class blue.chance.Die
Return the top face value of the die.
top() - Method in class blue.chance.Coin
 
topPrint() - Method in class blue.chance.Die
Print the top face value of the die to the standard output stream.
topPrint() - Method in class blue.chance.Coin
 
topPrint(OutStream) - Method in class blue.chance.Die
Print the top face value of the die.
topPrint(OutStream) - Method in class blue.chance.Coin
 
topPrint(PrintStream) - Method in class blue.chance.Die
Print the top face value of the die.
topPrint(PrintStream) - Method in class blue.chance.Coin
 
topPrintln() - Method in class blue.chance.Die
Print the top face value of the die to the standard output stream followed by a newline.
topPrintln() - Method in class blue.chance.Coin
 
topPrintln(OutStream) - Method in class blue.chance.Die
Print the top face value of the die to the standard output stream followed by a newline.
topPrintln(OutStream) - Method in class blue.chance.Coin
 
topPrintln(PrintStream) - Method in class blue.chance.Die
Print the top face value of the die to the standard output stream followed by a newline.
topPrintln(PrintStream) - Method in class blue.chance.Coin
 
Triangle - class blue.shapes.Triangle.
A 'triangle' is modeled in terms of its three sides, sideA, sideB, and sideC.
Triangle(double) - Constructor for class blue.shapes.Triangle
Create an equilateral triangle.
Triangle(double, double) - Constructor for class blue.shapes.Triangle
Create an isosceles triangle.
Triangle(double, double, double) - Constructor for class blue.shapes.Triangle
Create an irregular triangle.

W

width() - Method in class blue.shapes.Diamond
 
width() - Method in class blue.shapes.Rectangle
Returns the width of the rectangle.

X

x() - Method in class blue.shapes.GeoCircle
 

Y

y() - Method in class blue.shapes.GeoCircle
 

A B C D E F G H I J K L M N O P Q R S T W X Y