[Adfconverter-commit] adfconverter-dev/src/uk/ac/ebi/adfconverter/usermode/gui MyImageView.java,1.2,
Status: Beta
Brought to you by:
pierreebi
|
From: pierre <pie...@us...> - 2005-08-23 15:43:52
|
Update of /cvsroot/adfconverter/adfconverter-dev/src/uk/ac/ebi/adfconverter/usermode/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32757 Modified Files: MyImageView.java Log Message: fix javadoc tags Index: MyImageView.java =================================================================== RCS file: /cvsroot/adfconverter/adfconverter-dev/src/uk/ac/ebi/adfconverter/usermode/gui/MyImageView.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MyImageView.java 27 Jul 2005 19:28:57 -0000 1.2 --- MyImageView.java 23 Aug 2005 15:43:44 -0000 1.3 *************** *** 689,693 **** * * @param axis may be either X_AXIS or Y_AXIS ! * @returns the span the view would like to be rendered into. * Typically the view is told to render into the span * that is returned, although there is no guarantee. --- 689,693 ---- * * @param axis may be either X_AXIS or Y_AXIS ! * @return the span the view would like to be rendered into. * Typically the view is told to render into the span * that is returned, although there is no guarantee. *************** *** 714,718 **** * * @param axis may be either X_AXIS or Y_AXIS ! * @returns the desired alignment. This should be a value * between 0.0 and 1.0 where 0 indicates alignment at the * origin and 1.0 indicates alignment to the full span --- 714,718 ---- * * @param axis may be either X_AXIS or Y_AXIS ! * @return the desired alignment. This should be a value * between 0.0 and 1.0 where 0 indicates alignment at the * origin and 1.0 indicates alignment to the full span |