Package | Description |
---|---|
com.aspose.imaging.fileformats.metafile |
The package contains classes for old engine of Windows Metafile file format integration.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.imaging.fileformats.metafile.TextOutOperation[] |
MetafileImage.getTextOutOperations()
Returns all TextOut Operations of a metafile.
|
String[] |
MetafileImage.getTextStrings()
Returns all strings from a metafile.
|
void |
EmfMetafileImage.playMetafile(Graphics2D target)
Draws a metafile without transform to the specified Graphics2D object.
|
abstract void |
MetafileImage.playMetafile(Graphics2D target)
Plays a metafile without transform to the specified Graphics2D object.
|
void |
WmfMetafileImage.playMetafile(Graphics2D target)
Draws a metafile without transform to the specified Graphics2D object.
|
void |
EmfMetafileImage.playMetafile(Graphics2D target,
AffineTransform trans)
Draws a metafile to the specified Graphics2D object.
|
abstract void |
MetafileImage.playMetafile(Graphics2D target,
AffineTransform trans)
Plays a metafile to the specified Graphics2D object.
|
void |
WmfMetafileImage.playMetafile(Graphics2D target,
AffineTransform trans)
Draws a metafile to the specified Graphics2D object with transformation.
|
void |
ColorMap.put(Color key,
Color value)
Associates the specified color with specified key-color in this map.
|
void |
ColorMap.putAll(Map colorMap)
Copies all of the mappings from the specified map to this map.
|
abstract void |
EmfRecord.read(byte[] data,
int offset,
int length)
Reads record's content from a byte array
|
static EmfMetafileImage |
EmfMetafileImage.wrap(BufferedImage image)
Creates a new EmfMetafileImage containing specified raster image.
|
static WmfMetafileImage |
WmfMetafileImage.wrap(BufferedImage image)
Creates a new WmfMetafileImage containing specified raster image.
|
static EmfMetafileImage |
EmfMetafileImage.wrap(byte[] imageData)
Creates a new EmfMetafileImage containing specified raster image.
|
static WmfMetafileImage |
WmfMetafileImage.wrap(byte[] imageData)
Creates a new WmfMetafileImage containing specified raster image.
|
Constructor and Description |
---|
ColorMap(Map colorMap)
Constructs a new ColorMap with the same mappings as the specified Map.
|
EmfMetafileImage(InputStream stream)
This constructor is the primary mechanism to read existing metafile from a stream.
|
EmfMetafileImage(String fileName)
This constructor is the primary mechanism to read existing metafile from a file.
|
WmfMetafileImage(InputStream stream)
This constructor is the primary mechanism to read existing metafile from a stream.
|
WmfMetafileImage(String fileName)
This constructor is the primary mechanism to read existing presentation from a file.
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.