[Schmitzm-commits] r739 - trunk/src/schmitzm/jfree/feature/style
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Mar 3 02:48:48 CET 2010
Author: alfonx
Date: 2010-03-03 02:48:43 +0100 (Wed, 03 Mar 2010)
New Revision: 739
Modified:
trunk/src/schmitzm/jfree/feature/style/FeatureChartStyle.java
Log:
Updated JavaDoc
Modified: trunk/src/schmitzm/jfree/feature/style/FeatureChartStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/feature/style/FeatureChartStyle.java 2010-03-02 19:07:03 UTC (rev 738)
+++ trunk/src/schmitzm/jfree/feature/style/FeatureChartStyle.java 2010-03-03 01:48:43 UTC (rev 739)
@@ -90,7 +90,8 @@
/**
* Sets the name of a feature attribute needed to create a chart for this
- * style.
+ * style.<br/>
+ * @see #setNoDataValues(idx, Set) to set NoDataValues for this attribute.<br/>
*
* @param idx
* attribute index (0=domain; 1=1st range series; 2=2nd range
@@ -733,15 +734,16 @@
* benutzt, wenn die aggregationsmethode für dieses attribut .isWeighted ==
* true hat
**/
- public String getAttributeAggregationWeightAttributeName(int attrIdx);
+ public String getAttributeAggregationWeightAttributeName(int idx);
/**
* TODO Martin! ;-) Wenn attIdx == 0 thorws exception. Sonst soll der Name eines
* Attributs übergeben werden (oder vielleicht auch mal null)! Dieses Attributfeld wird nur
* benutzt, wenn die aggregationsmethode für dieses attribut .isWeighted ==
* true hat
+ * @see #setNoDataWeightValues(idx, Set) to set NoDataValues for this attribute.<br/>
**/
- public String setAttributeAggregationWeightAttributeName(int attrIdx, String weightAttribName);
+ public String setAttributeAggregationWeightAttributeName(int idx, String weightAttribName);
/**
* Checks whether the given value is one of the "No data" values for the
More information about the Schmitzm-commits
mailing list