You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2011/05/13 13:05:02 UTC

svn commit: r1102666 - /poi/trunk/src/java/org/apache/poi/ss/usermodel/ClientAnchor.java

Author: nick
Date: Fri May 13 11:05:02 2011
New Revision: 1102666

URL: http://svn.apache.org/viewvc?rev=1102666&view=rev
Log:
Correct docs issue

Modified:
    poi/trunk/src/java/org/apache/poi/ss/usermodel/ClientAnchor.java

Modified: poi/trunk/src/java/org/apache/poi/ss/usermodel/ClientAnchor.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/usermodel/ClientAnchor.java?rev=1102666&r1=1102665&r2=1102666&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/usermodel/ClientAnchor.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/usermodel/ClientAnchor.java Fri May 13 11:05:02 2011
@@ -16,8 +16,6 @@
 ==================================================================== */
 package org.apache.poi.ss.usermodel;
 
-import org.apache.poi.xssf.usermodel.XSSFShape;
-
 /**
  * A client anchor is attached to an excel worksheet.  It anchors against a
  * top-left and bottom-right cell.
@@ -125,7 +123,7 @@ public interface ClientAnchor {
      * 
      * Note - XSSF and HSSF have a slightly different coordinate
      *  system, values in XSSF are larger by a factor of
-     *  {@link XSSFShape#EMU_PER_PIXEL}
+     *  {@link org.apache.poi.xssf.usermodel.XSSFShape#EMU_PER_PIXEL}
      *
      * @return the x coordinate within the first cell
      */
@@ -136,7 +134,7 @@ public interface ClientAnchor {
      *
      * Note - XSSF and HSSF have a slightly different coordinate
      *  system, values in XSSF are larger by a factor of
-     *  {@link XSSFShape#EMU_PER_PIXEL}
+     *  {@link org.apache.poi.xssf.usermodel.XSSFShape#EMU_PER_PIXEL}
      *
      * @param dx1 the x coordinate within the first cell
      */
@@ -147,7 +145,7 @@ public interface ClientAnchor {
      *
      * Note - XSSF and HSSF have a slightly different coordinate
      *  system, values in XSSF are larger by a factor of
-     *  {@link XSSFShape#EMU_PER_PIXEL}
+     *  {@link org.apache.poi.xssf.usermodel.XSSFShape#EMU_PER_PIXEL}
      *
      * @return the y coordinate within the first cell
      */
@@ -158,7 +156,7 @@ public interface ClientAnchor {
      *
      * Note - XSSF and HSSF have a slightly different coordinate
      *  system, values in XSSF are larger by a factor of
-     *  {@link XSSFShape#EMU_PER_PIXEL}
+     *  {@link org.apache.poi.xssf.usermodel.XSSFShape#EMU_PER_PIXEL}
      *
      * @param dy1 the y coordinate within the first cell
      */
@@ -169,7 +167,7 @@ public interface ClientAnchor {
      *
      * Note - XSSF and HSSF have a slightly different coordinate
      *  system, values in XSSF are larger by a factor of
-     *  {@link XSSFShape#EMU_PER_PIXEL}
+     *  {@link org.apache.poi.xssf.usermodel.XSSFShape#EMU_PER_PIXEL}
      *
      * @return the y coordinate within the second cell
      */
@@ -180,7 +178,7 @@ public interface ClientAnchor {
      *
      * Note - XSSF and HSSF have a slightly different coordinate
      *  system, values in XSSF are larger by a factor of
-     *  {@link XSSFShape#EMU_PER_PIXEL}
+     *  {@link org.apache.poi.xssf.usermodel.XSSFShape#EMU_PER_PIXEL}
      *
      * @param dy2 the y coordinate within the second cell
      */
@@ -191,7 +189,7 @@ public interface ClientAnchor {
      *
      * Note - XSSF and HSSF have a slightly different coordinate
      *  system, values in XSSF are larger by a factor of
-     *  {@link XSSFShape#EMU_PER_PIXEL}
+     *  {@link org.apache.poi.xssf.usermodel.XSSFShape#EMU_PER_PIXEL}
      *
      * @return the x coordinate within the second cell
      */
@@ -202,7 +200,7 @@ public interface ClientAnchor {
      *
      * Note - XSSF and HSSF have a slightly different coordinate
      *  system, values in XSSF are larger by a factor of
-     *  {@link XSSFShape#EMU_PER_PIXEL}
+     *  {@link org.apache.poi.xssf.usermodel.XSSFShape#EMU_PER_PIXEL}
      *
      * @param dx2 the x coordinate within the second cell
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org