public class EllipseOverlay extends Object implements CameraMapOverlay
| Constructor and Description |
|---|
EllipseOverlay(CameraCoordinate center,
double semiAxisX,
double semiAxisY,
double angle) |
EllipseOverlay(double centerX,
double centerY,
double semiAxisX,
double semiAxisY,
double angle) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDrawRank() |
void |
paint(Graphics2D g2,
FactHexMapDisplay map) |
void |
setColor(Color c) |
public EllipseOverlay(double centerX,
double centerY,
double semiAxisX,
double semiAxisY,
double angle)
public EllipseOverlay(CameraCoordinate center, double semiAxisX, double semiAxisY, double angle)
public void setColor(Color c)
setColor in interface CameraMapOverlaypublic void paint(Graphics2D g2, FactHexMapDisplay map)
paint in interface CameraMapOverlaypublic int getDrawRank()
getDrawRank in interface CameraMapOverlayCopyright © 2019. All rights reserved.