public class ExtentsHistory extends Object
Constructor and Description |
---|
ExtentsHistory()
Creates a new ExtentsHistory object.
|
ExtentsHistory(int numEntries)
Creates a new ExtentsHistory object.
|
Modifier and Type | Method and Description |
---|---|
Rectangle2D.Double |
get()
Obtiene el último rectángulo que se añadió al histórico
|
boolean |
hasPrevious()
Devuelve true si hay algún rectángulo en el histórico
|
void |
put(Rectangle2D.Double ext)
Pone un nuevo rectángulo al final del array
|
Rectangle2D.Double |
removePrev()
Devuelve el último rectángulo del histórico y lo elimina del mismo
|
public ExtentsHistory()
public ExtentsHistory(int numEntries)
numEntries
- Numero de entradas que se guardan en el historico de
rectángulos, por defecto 20public void put(Rectangle2D.Double ext)
ext
- Rectángulo que se añade al históricopublic boolean hasPrevious()
public Rectangle2D.Double get()
public Rectangle2D.Double removePrev()