C D F I M P R S X Y

C

center - Variable in class fr.umlv.ji.figures.Disque
 

D

Disque - class fr.umlv.ji.figures.Disque.
Represents discs figures in a 2D coordinates plane
Disque.Collection - class fr.umlv.ji.figures.Disque.Collection.
Represents a collections of discs.
Disque.Collection(Disque[]) - Constructor for class fr.umlv.ji.figures.Disque.Collection
 
Disque(Point, double) - Constructor for class fr.umlv.ji.figures.Disque
A constructor for disc instances.

F

figs - Variable in class fr.umlv.ji.figures.Figure.Collection
 
Figure - class fr.umlv.ji.figures.Figure.
The common supertype of all figures from fr.umlv.ji.figures.
Figure.Collection - class fr.umlv.ji.figures.Figure.Collection.
Collections of Figure.
Figure.Collection(Figure[]) - Constructor for class fr.umlv.ji.figures.Figure.Collection
 
Figure() - Constructor for class fr.umlv.ji.figures.Figure
 
fr.umlv.ji.figures - package fr.umlv.ji.figures
Provides a framework for the manipulation of geometric figures in a cartesian coordinates plane.
fr.umlv.ji.geom - package fr.umlv.ji.geom
 

I

isEmpty() - Method in class fr.umlv.ji.figures.Figure
Returns true if and only if the figure has a nul surface (is isomorphic to a point).
iterator() - Method in class fr.umlv.ji.figures.Figure.Collection
Returns an iterator over all the elements in this set.

M

main(String[]) - Static method in class fr.umlv.ji.figures.Disque
 

P

Point - class fr.umlv.ji.geom.Point.
This class represents points using cartesian coordinates in the plane.
Point(int, int) - Constructor for class fr.umlv.ji.geom.Point
 

R

radius - Variable in class fr.umlv.ji.figures.Disque
 

S

search(double) - Method in class fr.umlv.ji.figures.Figure.Collection
Returns an iterator over all the elements in this set whose area is equal to surface.
surface() - Method in class fr.umlv.ji.figures.Figure
Returns the surface of the figure.
surface() - Method in class fr.umlv.ji.figures.Figure.Collection
Returns the sum of all surfaces of figures in this set.
surface() - Method in class fr.umlv.ji.figures.Disque
 

X

x - Variable in class fr.umlv.ji.geom.Point
Position of the point along the x-axis.

Y

y - Variable in class fr.umlv.ji.geom.Point
Position of the point along the y-axis

C D F I M P R S X Y