public abstract class WmfCreateObject extends Object
This class is base one for classes intended for creating any type WMF objects.
Constructor and Description |
---|
WmfCreateObject() |
Modifier and Type | Method and Description |
---|---|
abstract short |
getId() |
int |
getSize() |
abstract void |
read(byte[] data,
int offset,
int length)
Reads record's content from a byte array
|
void |
render(com.aspose.imaging.fileformats.metafile.EmfMetafilePlayer target,
WmfMetafileImage parent,
int recordIndex) |
void |
replaceObjectIndex(int[] indexesMap) |
abstract int |
write(byte[] data,
int offset) |
public abstract void read(byte[] data, int offset, int length) throws MetafilesException, IOException
data
- offset
- length
- MetafilesException
- TODOIOException
- TODOpublic abstract short getId()
public int getSize()
public abstract int write(byte[] data, int offset)
public void render(com.aspose.imaging.fileformats.metafile.EmfMetafilePlayer target, WmfMetafileImage parent, int recordIndex) throws MetafilesException
MetafilesException
public void replaceObjectIndex(int[] indexesMap)
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.