org.apache.poi.hslf.blip
Class PICT

java.lang.Object
  extended by org.apache.poi.hslf.usermodel.HSLFPictureData
      extended by org.apache.poi.hslf.blip.Metafile
          extended by org.apache.poi.hslf.blip.PICT
All Implemented Interfaces:
PictureData

public final class PICT
extends Metafile

Represents Macintosh PICT picture data.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.poi.hslf.blip.Metafile
Metafile.Header
 
Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.PictureData
PictureData.PictureType
 
Field Summary
 
Fields inherited from class org.apache.poi.hslf.usermodel.HSLFPictureData
CHECKSUM_SIZE
 
Constructor Summary
PICT()
           
 
Method Summary
 byte[] getData()
           
 int getSignature()
          PICT signature is 0x5420 or 0x5430
 PictureData.PictureType getType()
           
 void setData(byte[] data)
           
 void setSignature(int signature)
          Sets the PICT signature - either 0x5420 or 0x5430
 
Methods inherited from class org.apache.poi.hslf.blip.Metafile
compress, getImageDimension
 
Methods inherited from class org.apache.poi.hslf.usermodel.HSLFPictureData
create, getChecksum, getChecksum, getContentType, getHeader, getImageDimensionInPixels, getIndex, getOffset, getRawData, getUID, getUIDInstanceCount, setIndex, setOffset, setRawData, setUIDInstanceCount, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PICT

public PICT()
Method Detail

getData

public byte[] getData()

setData

public void setData(byte[] data)
             throws java.io.IOException
Throws:
java.io.IOException

getType

public PictureData.PictureType getType()

getSignature

public int getSignature()
PICT signature is 0x5420 or 0x5430

Specified by:
getSignature in class HSLFPictureData
Returns:
PICT signature (0x5420 or 0x5430)

setSignature

public void setSignature(int signature)
Sets the PICT signature - either 0x5420 or 0x5430

Specified by:
setSignature in class HSLFPictureData