From: Nathaniel G. A. <nat...@us...> - 2004-06-10 12:06:27
|
Update of /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/properties In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12943/src/java/org/krysalis/jcharts/properties Modified Files: LegendAreaProperties.java Log Message: Index: LegendAreaProperties.java =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/properties/LegendAreaProperties.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** LegendAreaProperties.java 1 Jun 2003 05:23:05 -0000 1.2 --- LegendAreaProperties.java 10 Jun 2004 12:03:52 -0000 1.3 *************** *** 1,8 **** /*********************************************************************************************** - * File Info: $Id$ - * Copyright (C) 2002 - * Author: Nathaniel G. Auvil - * Contributor(s): Sandor Dornbush - * * Copyright 2002 (C) Nathaniel G. Auvil. All Rights Reserved. * --- 1,3 ---- *************** *** 38,42 **** ************************************************************************************************/ - package org.krysalis.jcharts.properties; --- 33,36 ---- *************** *** 46,49 **** --- 40,48 ---- + /*************************************************************************** + * + * @author Nathaniel Auvil, Sandor Dornbush + * @version $Id$ + ***************************************************************************/ abstract public class LegendAreaProperties extends AreaProperties implements HTMLTestable { *************** *** 55,59 **** public static final int BOTTOM = 0; public static final int RIGHT = 1; ! public static final int LEFT = 2; public static final int TOP = 3; --- 54,58 ---- public static final int BOTTOM = 0; public static final int RIGHT = 1; ! public static final int LEFT = 2; public static final int TOP = 3; |