Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » ddf » [javadoc | source]
org.apache.poi.ddf
public class: EscherChildAnchorRecord [javadoc | source]
java.lang.Object
   org.apache.poi.ddf.EscherRecord
      org.apache.poi.ddf.EscherChildAnchorRecord
The escher child achor record is used to specify the position of a shape under an existing group. The first level of shape records use a EscherClientAnchor record instead.
Field Summary
public static final  short RECORD_ID     
public static final  String RECORD_DESCRIPTION     
Method from org.apache.poi.ddf.EscherChildAnchorRecord Summary:
fillFields,   getDx1,   getDx2,   getDy1,   getDy2,   getRecordId,   getRecordName,   getRecordSize,   serialize,   setDx1,   setDx2,   setDy1,   setDy2,   toString
Methods from org.apache.poi.ddf.EscherRecord:
clone,   display,   fillFields,   fillFields,   getChild,   getChildRecords,   getInstance,   getOptions,   getRecordId,   getRecordName,   getRecordSize,   isContainerRecord,   readHeader,   serialize,   serialize,   serialize,   setChildRecords,   setOptions,   setRecordId
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.ddf.EscherChildAnchorRecord Detail:
 public int fillFields(byte[] data,
    int offset,
    EscherRecordFactory recordFactory) 
    This method deserializes the record from a byte array.
 public int getDx1() 
    Retrieves offset within the parent coordinate space for the top left point.
 public int getDx2() 
    Retrieves offset within the parent coordinate space for the bottom right point.
 public int getDy1() 
    Gets offset within the parent coordinate space for the top left point.
 public int getDy2() 
    Gets the offset within the parent coordinate space for the bottom right point.
 public short getRecordId() 
    The record id for the EscherChildAnchorRecord.
 public String getRecordName() 
    The short name for this record
 public int getRecordSize() 
    Returns the number of bytes that are required to serialize this record.
 public int serialize(int offset,
    byte[] data,
    EscherSerializationListener listener) 
    This method serializes this escher record into a byte array.
 public  void setDx1(int field_1_dx1) 
    Sets offset within the parent coordinate space for the top left point.
 public  void setDx2(int field_3_dx2) 
    Sets offset within the parent coordinate space for the bottom right point.
 public  void setDy1(int field_2_dy1) 
    Sets offset within the parent coordinate space for the top left point.
 public  void setDy2(int field_4_dy2) 
    Sets the offset within the parent coordinate space for the bottom right point.
 public String toString() 
    The string representation of this record