formatting

This commit is contained in:
Hannes Janetzek 2013-01-11 08:01:24 +01:00
parent cb6a861f7f
commit 2e8bcd865a

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2010, 2011, 2012 mapsforge.org * Copyright 2010, 2011, 2012 mapsforge.org
* * Copyright 2013 OpenScienceMap
* This program is free software: you can redistribute it and/or modify it under the * This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software * terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version. * Foundation, either version 3 of the License, or (at your option) any later version.
@ -101,7 +101,8 @@ public class RenderTheme {
} }
/** /**
* Must be called when this RenderTheme gets destroyed to clean up and free resources. * Must be called when this RenderTheme gets destroyed to clean up and free
* resources.
*/ */
public void destroy() { public void destroy() {
mMatchingCacheNodes.clear(); mMatchingCacheNodes.clear();
@ -114,7 +115,8 @@ public class RenderTheme {
} }
/** /**
* @return the number of distinct drawing levels required by this RenderTheme. * @return the number of distinct drawing levels required by this
* RenderTheme.
*/ */
public int getLevels() { public int getLevels() {
return mLevels; return mLevels;
@ -178,9 +180,9 @@ public class RenderTheme {
/** /**
* Matches a way with the given parameters against this RenderTheme. * Matches a way with the given parameters against this RenderTheme.
*
* @param renderCallback * @param renderCallback
* the callback implementation which will be executed on each match. * the callback implementation which will be executed on each
* match.
* @param tags * @param tags
* the tags of the way. * the tags of the way.
* @param zoomLevel * @param zoomLevel
@ -252,7 +254,6 @@ public class RenderTheme {
/** /**
* Scales the stroke width of this RenderTheme by the given factor. * Scales the stroke width of this RenderTheme by the given factor.
*
* @param scaleFactor * @param scaleFactor
* the factor by which the stroke width should be scaled. * the factor by which the stroke width should be scaled.
*/ */
@ -264,7 +265,6 @@ public class RenderTheme {
/** /**
* Scales the text size of this RenderTheme by the given factor. * Scales the text size of this RenderTheme by the given factor.
*
* @param scaleFactor * @param scaleFactor
* the factor by which the text size should be scaled. * the factor by which the text size should be scaled.
*/ */