|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Geometric_Figure in Projecto |
|---|
| Classes in Projecto that implement Geometric_Figure | |
|---|---|
class |
CircumferenceClass
Classe que representa as circunferências. |
class |
RectangleClass
Classe que representa os rectângulos. |
class |
Trapezium
Classe que representa os trapézios. |
class |
TriangleClass
Classe que representa os Triângulos. |
| Methods in Projecto that return Geometric_Figure | |
|---|---|
Geometric_Figure |
CollectionClass.getFigure(java.lang.String id)
|
Geometric_Figure |
Collection.getFigure(java.lang.String id)
Devolve uma figura dado o seu ID como argumento. |
Geometric_Figure |
TypeIterator.next()
|
Geometric_Figure |
RectIntersectIterator.next()
|
Geometric_Figure |
Iterator.next()
Devolve o próximo elemento a visitar na colecção. |
| Methods in Projecto with parameters of type Geometric_Figure | |
|---|---|
void |
CollectionClass.addFigure(Geometric_Figure fig)
|
void |
Collection.addFigure(Geometric_Figure fig)
Adiciona à colecção a figura dada como argumento. |
| Constructors in Projecto with parameters of type Geometric_Figure | |
|---|---|
RectIntersectIterator(Geometric_Figure[] figures,
int counter,
double xUpperLeft,
double yUpperLeft,
double xLowerRight,
double yLowerRight)
Construtor do iterador. |
|
TypeIterator(java.lang.String type,
Geometric_Figure[] figures,
int counter)
Construtor do iterador. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||