public class LayoutEnvironmentImpl extends java.lang.Object implements LayoutEnvironment
Constructor and Description |
---|
LayoutEnvironmentImpl() |
Modifier and Type | Method and Description |
---|---|
javax.swing.JPanel |
getControlBar() |
javax.swing.JPanel |
getTable() |
javax.swing.JPanel |
getViewBaseCartography() |
javax.swing.JPanel |
getViewRasterToGeoref() |
javax.swing.JPanel |
getViewZoomBaseCartography() |
javax.swing.JPanel |
getViewZoomRasterToGeoref() |
void |
setControlBar(javax.swing.JPanel controlBar) |
void |
setTable(javax.swing.JPanel table) |
void |
setViewBaseCartography(javax.swing.JPanel view) |
void |
setViewRasterToGeoref(javax.swing.JPanel view) |
void |
setViewZoomBaseCartography(javax.swing.JPanel view) |
void |
setViewZoomRasterToGeoref(javax.swing.JPanel view) |
public javax.swing.JPanel getTable()
getTable
in interface LayoutEnvironment
public javax.swing.JPanel getViewBaseCartography()
getViewBaseCartography
in interface LayoutEnvironment
public javax.swing.JPanel getViewRasterToGeoref()
getViewRasterToGeoref
in interface LayoutEnvironment
public javax.swing.JPanel getViewZoomBaseCartography()
getViewZoomBaseCartography
in interface LayoutEnvironment
public javax.swing.JPanel getViewZoomRasterToGeoref()
getViewZoomRasterToGeoref
in interface LayoutEnvironment
public javax.swing.JPanel getControlBar()
getControlBar
in interface LayoutEnvironment
public void setTable(javax.swing.JPanel table)
setTable
in interface LayoutEnvironment
public void setViewBaseCartography(javax.swing.JPanel view)
setViewBaseCartography
in interface LayoutEnvironment
public void setViewRasterToGeoref(javax.swing.JPanel view)
setViewRasterToGeoref
in interface LayoutEnvironment
public void setViewZoomBaseCartography(javax.swing.JPanel view)
setViewZoomBaseCartography
in interface LayoutEnvironment
public void setViewZoomRasterToGeoref(javax.swing.JPanel view)
setViewZoomRasterToGeoref
in interface LayoutEnvironment
public void setControlBar(javax.swing.JPanel controlBar)
setControlBar
in interface LayoutEnvironment