- Ellipse - Class in franck.cse5910
-
This class represents ellipses.
- Ellipse(double, double) - Constructor for class franck.cse5910.Ellipse
-
Initializes the radii of this ellipse to to given radii.
- equals(Object) - Method in class franck.cse5910.Cube
-
Tests if this cube is the same as the given object, that is,
the object is an instance of this class and has the same side
as this cube.
- equals(Object) - Method in class franck.cse5910.Fraction
-
Tests if this fraction is the same as the passed one.
- equals(Object) - Method in class franck.cse5910.Rectangle
-
Tests if this rectangle is the same as the given object, that is,
the object is an instance of this class and has the same width and
height as this rectangle.
- equals(Object) - Method in class franck.cse5910.ShapeCollection
-
Tests whether this collection is equal to the given object.
- equals(Object) - Method in class franck.cse5910.Song
-
Tests whether this song is equal the given object.
- equals(Object) - Method in class franck.cse5910.Transfer
-
Tests if this transfer is the same as the given object, that is,
the object is not null, it an instance of this class and has the
same issue date and station as this transfer.
- EUR - Static variable in class franck.cse5910.Currency
-
Euro.
- get(int) - Method in class franck.cse5910.ShapeCollection
-
Returns the shape of this collection with the given index.
- getArea() - Method in class franck.cse5910.Cube
-
Returns the area of this cube.
- getArea() - Method in class franck.cse5910.Ellipse
-
Returns the area of this ellipse.
- getArea() - Method in class franck.cse5910.Rectangle
-
Returns the area of this rectangle.
- getArea() - Method in class franck.cse5910.Shape
-
Returns the area of this shape.
- getArea() - Method in class franck.cse5910.Sphere
-
Returns the area of this sphere.
- getColor() - Method in class franck.cse5910.Piece
-
Returns the color of this piece.
- getDay() - Static method in class franck.cse5910.Today
-
Returns the day of the year of today.
- getDay() - Method in class franck.cse5910.Transfer
-
The day of the year at which this transfer has been issued.
- getDenominator() - Method in class franck.cse5910.Fraction
-
Returns the denominator of this fraction.
- getHeight() - Method in class franck.cse5910.Cube
-
Returns the height of this square.
- getHeight() - Method in class franck.cse5910.Rectangle
-
Returns the height of this rectangle.
- getIssueDate() - Method in class franck.cse5910.Transfer
-
Returns the issue date of this transfer.
- getMonth() - Static method in class franck.cse5910.Today
-
Returns the month of today.
- getNumerator() - Method in class franck.cse5910.Fraction
-
Returns the numerator of this fraction.
- getRandom() - Static method in class franck.cse5910.Cube
-
Returns a random cube.
- getRandom() - Static method in class franck.cse5910.Rectangle
-
Returns a random rectangle.
- getRandom() - Static method in class franck.cse5910.Shape
-
Returns a random shape.
- getRandom() - Static method in class franck.cse5910.ShapeCollection
-
Returns a random collection of shapes.
- getRandom() - Static method in class franck.cse5910.Square
-
Returns a random square.
- getSerialNumber() - Method in class franck.cse5910.Transfer
-
Returns the serial number of this transfer.
- getStation() - Method in class franck.cse5910.Transfer
-
Returns the station at which this transfer has been issued.
- getTotalNumber() - Static method in class franck.cse5910.Transfer
-
Returns the total number of transfers that have been created.
- getVolume() - Method in class franck.cse5910.Cube
-
Returns the volume of this cube.
- getVolume() - Method in interface franck.cse5910.HasVolume
-
Returns the volume of this shape.
- getVolume() - Method in class franck.cse5910.Sphere
-
Returns the volume of this sphere.
- getWidth() - Method in class franck.cse5910.Rectangle
-
Returns the width of this rectangle.
- getX() - Static method in class franck.cse5910.Mouse
-
Returns the x-coordinate in number of pixels
of the mouse cursor on the screen.
- getY() - Static method in class franck.cse5910.Mouse
-
Returns the y-coordinate in number of pixels
of the mouse cursor on the screen.
- getYear() - Static method in class franck.cse5910.Today
-
Returns the year of today.
- Gold - Class in franck.cse5910
-
This class provides the current gold price in US dollars.
- GRAMS_PER_TROY_OUNCE - Static variable in class franck.cse5910.Gold
-
Number of grams per Troy ounce.
- Grid - Class in franck.cse5910
-
A grid consisting of a number of rows and columns.
- Grid(int) - Constructor for class franck.cse5910.Grid
-
Initializes this grid with the given number of columns and a single row
where the cells have the default size.
- Grid(int, int) - Constructor for class franck.cse5910.Grid
-
Initializes this grid with the given number of rows and columns
where the cells have the default size.
- set(int, int, Color) - Method in class franck.cse5910.Grid
-
Set the cell with the given column and row number to the
given color.
- set(int, Color) - Method in class franck.cse5910.Grid
-
Set the cell with the given column of the first row to the
given color.
- setDenominator(long) - Method in class franck.cse5910.Fraction
-
Sets the denominator of this fraction to the passed denominator.
- setNumerator(long) - Method in class franck.cse5910.Fraction
-
Sets the numerator of this fraction to the passed numerator.
- setSize(int) - Method in class franck.cse5910.Grid
-
Sets the size of the cells to the given size.
- Shape - Class in franck.cse5910
-
This class represents a shape.
- ShapeCollection - Class in franck.cse5910
-
This class represents a collection of shapes.
- size() - Method in class franck.cse5910.ShapeCollection
-
Returns the size of this collection of shapes.
- Song - Class in franck.cse5910
-
This class represents an iTunes song.
- Song(String, String) - Constructor for class franck.cse5910.Song
-
Initializes this song with the given name and artist.
- Sphere - Class in franck.cse5910
-
This class represents spheres.
- Sphere(double) - Constructor for class franck.cse5910.Sphere
-
Initializes the radius of this sphere to the given radius.
- Square - Class in franck.cse5910
-
A class for representing a square.
- Square(int) - Constructor for class franck.cse5910.Square
-
Initializes this square with the given height.
- Square() - Constructor for class franck.cse5910.Square
-
Initializes the height of this square to zero.
- subtract(Fraction) - Method in class franck.cse5910.Fraction
-
Subtracts the passed fraction to this fraction.
- Timing - Class in franck.cse5910
-
This class contains methods related to timing.
- Today - Class in franck.cse5910
-
This class provides some information about today.
- toString() - Method in class franck.cse5910.Bishop
-
Returns a string representation of this bishop.
- toString() - Method in class franck.cse5910.Circle
-
Returns a string representation of this circle
simply consisting of the word "Circle".
- toString() - Method in class franck.cse5910.Cube
-
Returns a string representation of this cube.
- toString() - Method in class franck.cse5910.Ellipse
-
Returns a string representation of this ellipse
simply consisting of the word "Ellipse".
- toString() - Method in class franck.cse5910.Fraction
-
Returns a string representation of this fraction.
- toString() - Method in class franck.cse5910.King
-
Returns a string representation of this king.
- toString() - Method in class franck.cse5910.Knight
-
Returns a string representation of this knight.
- toString() - Method in class franck.cse5910.Pawn
-
Returns a string representation of this pawn.
- toString() - Method in class franck.cse5910.Piece
-
Returns a string representation of this piece.
- toString() - Method in class franck.cse5910.Queen
-
Returns a string representation of this queen.
- toString() - Method in class franck.cse5910.Rectangle
-
Returns a string representation of this rectangle.
- toString() - Method in class franck.cse5910.Rook
-
Returns a string representation of this rook.
- toString() - Method in class franck.cse5910.ShapeCollection
-
Returns a string representation of this collection.
- toString() - Method in class franck.cse5910.Song
-
Returns a string representation of this song.
- toString() - Method in class franck.cse5910.Sphere
-
Returns a string representation of this sphere
simply consisting of the word "Sphere".
- toString() - Method in class franck.cse5910.Square
-
Returns a string representation of this square.
- toString() - Method in class franck.cse5910.Transfer
-
Returns a string representation of this transfer.
- Transfer - Class in franck.cse5910
-
This class represents a TTC transfer.
- Transfer(String) - Constructor for class franck.cse5910.Transfer
-
Initializes this transfer with the given station as its station
and now as the given issue date.