25 |
* |
* |
26 |
* Contributors: |
* Contributors: |
27 |
* Martin O. J. Schmitz - initial API and implementation |
* Martin O. J. Schmitz - initial API and implementation |
28 |
* Stefan A. Krüger - additional utility classes |
* Stefan A. Tzeggai - additional utility classes |
29 |
******************************************************************************/ |
******************************************************************************/ |
30 |
package skrueger.geotools; |
package skrueger.geotools; |
31 |
|
|
79 |
// Needed because variables for the overwritten methods |
// Needed because variables for the overwritten methods |
80 |
// are not yet set. |
// are not yet set. |
81 |
jToolBar = toolBar; |
jToolBar = toolBar; |
82 |
|
|
83 |
|
// By default the MapPane will render with antialiasing on |
84 |
|
getGeoMapPane().getMapPane() |
85 |
|
.setAntiAliasing(true); |
86 |
} |
} |
87 |
|
|
88 |
/** |
/** |