==================================================================== */
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.
*
* 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
*/
*
* 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
*/
*
* 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
*/
*
* 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
*/
*
* 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
*/
*
* 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
*/
*
* 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
*/
*
* 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
*/