[Schmitzm-commits] r217 - trunk/src/schmitzm/jfree/chart/style

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jul 13 23:56:13 CEST 2009


Author: mojays
Date: 2009-07-13 23:56:13 +0200 (Mon, 13 Jul 2009)
New Revision: 217

Modified:
   trunk/src/schmitzm/jfree/chart/style/ChartStyle.java
Log:
Some more JavaDoc for synonym constants. :-)

Modified: trunk/src/schmitzm/jfree/chart/style/ChartStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/style/ChartStyle.java	2009-07-13 21:51:56 UTC (rev 216)
+++ trunk/src/schmitzm/jfree/chart/style/ChartStyle.java	2009-07-13 21:56:13 UTC (rev 217)
@@ -119,19 +119,19 @@
   
   /** Constant for the domain axis (X). */
   public static final int DOMAIN_AXIS = 0;
-  /** Constant for the domain axis (X). */
+  /** Constant for the domain axis (X). Synonym for {@link #DOMAIN_AXIS}.*/
   public static final int X_AXIS = DOMAIN_AXIS;
   /** Constant for the range axis (Y). */
   public static final int RANGE_AXIS  = 1;
-  /** Constant for the range axis (Y). */
+  /** Constant for the range axis (Y). Synonym for {@link #RANGE_AXIS}. */
   public static final int Y_AXIS  = RANGE_AXIS;
-  /** Constant for the range axis (Y). */
+  /** Constant for the range axis (Y). Synonym for {@link #RANGE_AXIS}. */
   public static final int Y_AXIS_LEFT  = RANGE_AXIS;
   /** Constant for the second range axis (Y). */
   public static final int RANGE_AXIS2 = 2;
-  /** Constant for the second range axis (Y). */
+  /** Constant for the second range axis (Y). Synonym for {@link #RANGE_AXIS2}. */
   public static final int Y_AXIS2 = RANGE_AXIS2;
-  /** Constant for the second range axis (Y). */
+  /** Constant for the second range axis (Y). Synonym for {@link #RANGE_AXIS2}. */
   public static final int Y_AXIS_RIGHT = RANGE_AXIS2;
 
   /**



More information about the Schmitzm-commits mailing list