public class DefaultMapContextDrawer.DrawList extends Object
Constructor and Description |
---|
DefaultMapContextDrawer.DrawList() |
DefaultMapContextDrawer.DrawList(DefaultMapContextDrawer.DrawList previousList) |
Modifier and Type | Method and Description |
---|---|
void |
add(Object obj) |
protected void |
drawLayer(FLayer layer,
BufferedImage image,
Graphics2D g,
Cancellable cancel,
double scale,
int beforeDrawEventType,
int afterDrawEventType) |
void |
drawLayers(BufferedImage image,
Graphics2D g,
int firstLayerToDraw,
int lastLayerToDraw,
Cancellable cancel,
double scale) |
Object |
get(int pos) |
int |
getFirstChangedLayer() |
int |
getLastLayerVisible(ViewPort viewPort) |
FLayer |
getLayer(int pos) |
int |
getLayerCount() |
int |
size() |
public DefaultMapContextDrawer.DrawList()
public DefaultMapContextDrawer.DrawList(DefaultMapContextDrawer.DrawList previousList)
public int getLayerCount()
public int getLastLayerVisible(ViewPort viewPort)
public void add(Object obj)
public int size()
public int getFirstChangedLayer()
public FLayer getLayer(int pos)
public Object get(int pos)
public void drawLayers(BufferedImage image, Graphics2D g, int firstLayerToDraw, int lastLayerToDraw, Cancellable cancel, double scale) throws ReadException
ReadException
protected void drawLayer(FLayer layer, BufferedImage image, Graphics2D g, Cancellable cancel, double scale, int beforeDrawEventType, int afterDrawEventType) throws ReadException
ReadException