public interface IViewRequestManager
Modifier and Type | Method and Description |
---|---|
void |
fullExtent()
Extensión completa de la capa.
|
BufferedImage |
request(Extent extent,
Cancellable cancel)
Petición de coordenadas al pulsar zoom más o zoom menos en el control.
|
BufferedImage |
request(Rectangle2D extent,
Cancellable cancel) |
void |
setBackGroundColor(Color backGroundColor)
Asigna el color de fondo
|
BufferedImage request(Extent extent, Cancellable cancel) throws InvalidRequestException
Rectangle2D
- extentInvalidRequestException
BufferedImage request(Rectangle2D extent, Cancellable cancel) throws InvalidRequestException
InvalidRequestException
void fullExtent() throws InvalidRequestException
InvalidRequestException
void setBackGroundColor(Color backGroundColor)
backGroundColor
-