com.ltu.smd116.bl.seachart
Class BLSeaChart
- public class BLSeaChart
This class draws the sea chart.
- Author:
- Daniel Nilsson
Constructor Summary |
BLSeaChart() Create a new BLSeaChart. |
dbChart
private DBChart dbChart
BLSeaChart
public BLSeaChart()
- Create a new BLSeaChart.
drawChart
public void drawChart(Graphics g, ChartContainer cc)
- Draws a sea chart.
- Parameters:
- g - The Graphics object to draw on.
- cc - The sea chart to draw.
getChartsAt
public SortedVector getChartsAt(double longitude, double latitude)
- Get all sea charts that includes the given location.
- Parameters:
- longitude - The longitude.
- latitude - The latitude.
- Returns: A SortedVector of ChartContainers.
to Class com.ltu.smd116.dbp.DBChart