org.apache.poi.xssf.usermodel
Class XSSFAnchor

java.lang.Object
  extended by org.apache.poi.xssf.usermodel.XSSFAnchor
All Implemented Interfaces:
ChildAnchor
Direct Known Subclasses:
XSSFChildAnchor, XSSFClientAnchor

public abstract class XSSFAnchor
extends java.lang.Object
implements ChildAnchor

An anchor is what specifics the position of a shape within a client object or within another containing shape.


Constructor Summary
XSSFAnchor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.poi.ss.usermodel.ChildAnchor
getDx1, getDx2, getDy1, getDy2, setDx1, setDx2, setDy1, setDy2
 

Constructor Detail

XSSFAnchor

public XSSFAnchor()