Package | Description |
---|---|
org.apache.poi.hemf.draw | |
org.apache.poi.hemf.record.emf | |
org.apache.poi.hemf.record.emfplus | |
org.apache.poi.hwmf.draw | |
org.apache.poi.hwmf.record |
Modifier and Type | Method and Description |
---|---|
HwmfObjectTableEntry |
HemfGraphics.getObjectTableEntry(int index)
Gets a record which was registered earlier
|
HwmfObjectTableEntry |
HemfGraphics.getPlusObjectTableEntry(int index) |
Modifier and Type | Method and Description |
---|---|
void |
HemfGraphics.addObjectTableEntry(HwmfObjectTableEntry entry,
int index)
Adds or sets an record of type
HwmfObjectTableEntry to the object table. |
void |
HemfGraphics.addPlusObjectTableEntry(HwmfObjectTableEntry entry,
int index)
Adds or sets an record of type
HwmfObjectTableEntry to the plus object table. |
Modifier and Type | Class and Description |
---|---|
static class |
HemfMisc.EmfCreateBrushIndirect
The EMR_CREATEBRUSHINDIRECT record defines a logical brush for graphics operations.
|
static class |
HemfMisc.EmfCreateDibPatternBrushPt
The EMR_CREATEDIBPATTERNBRUSHPT record defines a pattern brush for graphics operations.
|
static class |
HemfMisc.EmfCreateMonoBrush |
static class |
HemfMisc.EmfCreatePen
The EMR_CREATEPEN record defines a logical pen for graphics operations.
|
static class |
HemfMisc.EmfExtCreatePen |
static class |
HemfPalette.EmfCreatePalette
The EMR_CREATEPALETTE record defines a logical palette for graphics operations.
|
static class |
HemfPalette.EmfResizePalette
The EMR_RESIZEPALETTE record increases or decreases the size of an existing LogPalette object
|
static class |
HemfPalette.EmfSetPaletteEntries
The EMR_SETPALETTEENTRIES record defines RGB color values in a range of entries for an existing
LogPalette object.
|
static class |
HemfText.EmfExtCreateFontIndirectW |
Modifier and Type | Class and Description |
---|---|
static class |
HemfPlusObject.EmfPlusObject
The EmfPlusObject record specifies an object for use in graphics operations.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.TreeMap<java.lang.Integer,HwmfObjectTableEntry> |
HwmfGraphics.objectTable |
Modifier and Type | Method and Description |
---|---|
void |
HwmfGraphics.addObjectTableEntry(HwmfObjectTableEntry entry)
Adds an record of type
HwmfObjectTableEntry to the object table. |
Modifier and Type | Class and Description |
---|---|
static class |
HwmfFill.WmfSetDibToDev
The META_SETDIBTODEV record sets a block of pixels in the playback device context
using deviceindependent color data.
|
static class |
HwmfMisc.WmfCreateBrushIndirect
The META_CREATEBRUSHINDIRECT record creates a Brush Object
from a LogBrush Object.
|
static class |
HwmfMisc.WmfCreatePatternBrush |
static class |
HwmfMisc.WmfCreatePenIndirect |
static class |
HwmfMisc.WmfDibCreatePatternBrush
The META_DIBCREATEPATTERNBRUSH record creates a Brush Object with a
pattern specified by a DeviceIndependentBitmap (DIB) Object
|
static class |
HwmfPalette.WmfAnimatePalette
The META_ANIMATEPALETTE record redefines entries in the logical palette that
is defined in the playback device context with the specified Palette object
The logical palette that is specified by the Palette object in this record is the
source of the palette changes, and the logical palette that is currently selected
into the playback device context is the destination.
|
static class |
HwmfPalette.WmfCreatePalette
The META_CREATEPALETTE record creates a Palette Object
|
static class |
HwmfPalette.WmfPaletteParent |
static class |
HwmfPalette.WmfResizePalette
The META_RESIZEPALETTE record redefines the size of the logical palette that is defined in the
playback device context.
|
static class |
HwmfPalette.WmfSetPaletteEntries
The META_SETPALENTRIES record defines RGB color values in a range of entries in the logical
palette that is defined in the playback device context.
|
static class |
HwmfText.WmfCreateFontIndirect |
static class |
HwmfWindowing.WmfCreateRegion |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.