Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » ddf » [javadoc | source]
org.apache.poi.ddf
public class: EscherSpgrRecord [javadoc | source]
java.lang.Object
   org.apache.poi.ddf.EscherRecord
      org.apache.poi.ddf.EscherSpgrRecord
The spgr record defines information about a shape group. Groups in escher are simply another form of shape that you can't physically see.
Field Summary
public static final  short RECORD_ID     
public static final  String RECORD_DESCRIPTION     
Method from org.apache.poi.ddf.EscherSpgrRecord Summary:
fillFields,   getRecordId,   getRecordName,   getRecordSize,   getRectX1,   getRectX2,   getRectY1,   getRectY2,   serialize,   setRectX1,   setRectX2,   setRectY1,   setRectY2,   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.EscherSpgrRecord Detail:
 public int fillFields(byte[] data,
    int offset,
    EscherRecordFactory recordFactory) 
    This method deserializes the record from a byte array.
 public short getRecordId() 
    The 16 bit identifier of this shape group record.
 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 getRectX1() 
    The starting top-left coordinate of child records.
 public int getRectX2() 
    The starting bottom-right coordinate of child records.
 public int getRectY1() 
    The starting top-left coordinate of child records.
 public int getRectY2() 
    The starting bottom-right coordinate of child records.
 public int serialize(int offset,
    byte[] data,
    EscherSerializationListener listener) 
    This method serializes this escher record into a byte array.
 public  void setRectX1(int x1) 
    The starting top-left coordinate of child records.
 public  void setRectX2(int x2) 
    The starting bottom-right coordinate of child records.
 public  void setRectY1(int y1) 
    The starting top-left coordinate of child records.
 public  void setRectY2(int field_4_rectY2) 
    The starting bottom-right coordinate of child records.
 public String toString()