comparison flys-artifacts/src/main/java/de/intevation/flys/exports/InfoGeneratorHelper.java @ 3270:4ac581062c40

Fix various documentation issues. flys-artifacts/trunk@4913 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 10 Jul 2012 12:19:35 +0000
parents f55984858952
children e8a4d2fd25cc
comparison
equal deleted inserted replaced
3269:b2ea89a665bc 3270:4ac581062c40
322 /** 322 /**
323 * This method determines a transformation matrix to transform pixel 323 * This method determines a transformation matrix to transform pixel
324 * coordinates of the chart image into chart coordinates. 324 * coordinates of the chart image into chart coordinates.
325 * 325 *
326 * @param dataArea The rectangle that contains the data points of the chart. 326 * @param dataArea The rectangle that contains the data points of the chart.
327 * @param xRange The x axis range. 327 * @param xAxis The x axis.
328 * @param yRange The y axis range. 328 * @param yAxis The y axis.
329 * 329 *
330 * @return a double array as follows: [sx, sy, tx, ty]. 330 * @return a double array as follows: [sx, sy, tx, ty].
331 */ 331 */
332 protected static double[] createTransformationMatrix( 332 protected static double[] createTransformationMatrix(
333 Rectangle2D dataArea, 333 Rectangle2D dataArea,

http://dive4elements.wald.intevation.org