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 CameraMapOverlay
public void paint(Graphics2D g2, FactHexMapDisplay map)
paint
in interface CameraMapOverlay
public int getDrawRank()
getDrawRank
in interface CameraMapOverlay
Copyright © 2019. All rights reserved.