public interface LayoutEnvironment
Modifier and Type | Method and Description |
---|---|
JPanel |
getControlBar() |
JPanel |
getTable() |
JPanel |
getViewBaseCartography() |
JPanel |
getViewRasterToGeoref() |
JPanel |
getViewZoomBaseCartography() |
JPanel |
getViewZoomRasterToGeoref() |
void |
setControlBar(JPanel controlBar) |
void |
setTable(JPanel table) |
void |
setViewBaseCartography(JPanel view) |
void |
setViewRasterToGeoref(JPanel view) |
void |
setViewZoomBaseCartography(JPanel view) |
void |
setViewZoomRasterToGeoref(JPanel view) |
JPanel getViewRasterToGeoref()
JPanel getViewBaseCartography()
JPanel getViewZoomRasterToGeoref()
JPanel getViewZoomBaseCartography()
JPanel getTable()
JPanel getControlBar()
void setViewRasterToGeoref(JPanel view)
void setViewBaseCartography(JPanel view)
void setViewZoomRasterToGeoref(JPanel view)
void setViewZoomBaseCartography(JPanel view)
void setTable(JPanel table)
void setControlBar(JPanel controlBar)