Uses of Interface
loci.poi.ddf.EscherRecordFactory
Packages that use EscherRecordFactory
Package
Description
This package contains classes for decoding the Microsoft Office
Drawing format otherwise known as escher henceforth known in POI
as the Dreadful Drawing Format.
-
Uses of EscherRecordFactory in loci.poi.ddf
Classes in loci.poi.ddf that implement EscherRecordFactoryModifier and TypeClassDescriptionclassGenerates escher records when provided the byte array containing those records.Methods in loci.poi.ddf with parameters of type EscherRecordFactoryModifier and TypeMethodDescriptionintEscherBitmapBlip.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intEscherBlipRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intEscherBlipWMFRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intEscherBSERecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intEscherChildAnchorRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intEscherClientAnchorRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intEscherClientDataRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intEscherContainerRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) intEscherDggRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intEscherDgRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intEscherMetafileBlip.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intEscherOptRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intEscherPictBlip.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.abstract intEscherRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) The contract of this method is to deserialize an escher record including it's children.protected intEscherRecord.fillFields(byte[] data, EscherRecordFactory f) Delegates to fillFields(byte[], int, EscherRecordFactory)intEscherSpgrRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intEscherSplitMenuColorsRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intEscherSpRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intEscherTextboxRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.intUnknownEscherRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory) This method deserializes the record from a byte array.