接口 IWebMapPanel
-
public interface IWebMapPanel- 作者:
- Yaqiang Wang
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 intgetWebMapZoom()Get web map layer zoomvoidreDraw()Re draw functionvoidreDraw(Graphics2D graphics2D, int width, int height)Re draw function
-
-
-
方法详细资料
-
getWebMapZoom
int getWebMapZoom()
Get web map layer zoom- 返回:
- Web map layer zoom
-
reDraw
void reDraw()
Re draw function
-
reDraw
void reDraw(Graphics2D graphics2D, int width, int height)
Re draw function- 参数:
graphics2D- Graphics2D objectwidth- Widthheight- Height
-
-