Uses of Interface
org.apache.poi.hwmf.record.HwmfObjectTableEntry
Packages that use HwmfObjectTableEntry
-
Uses of HwmfObjectTableEntry in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw with parameters of type HwmfObjectTableEntryModifier and TypeMethodDescriptionvoid
HwmfGraphics.addObjectTableEntry
(HwmfObjectTableEntry entry) Adds an record of typeHwmfObjectTableEntry
to the object table. -
Uses of HwmfObjectTableEntry in org.apache.poi.hwmf.record
Classes in org.apache.poi.hwmf.record that implement HwmfObjectTableEntryModifier and TypeClassDescriptionstatic class
static class
static class
The META_SETDIBTODEV record sets a block of pixels in the playback device context using deviceindependent color data.static class
The META_STRETCHDIB record specifies the transfer of color data from a block of pixels in device independent format according to a raster operation, with possible expansion or contraction.static class
The META_CREATEBRUSHINDIRECT record creates a Brush Object from a LogBrush Object.static class
static class
static class
The META_DIBCREATEPATTERNBRUSH record creates a Brush Object with a pattern specified by a DeviceIndependentBitmap (DIB) Objectstatic class
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
The META_CREATEPALETTE record creates a Palette Objectstatic class
static class
The META_RESIZEPALETTE record redefines the size of the logical palette that is defined in the playback device context.static class
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
static class
static class
The META_EXCLUDECLIPRECT record sets the clipping region in the playback device context to the existing clipping region minus the specified rectangle.static class
The META_INTERSECTCLIPRECT record sets the clipping region in the playback device context to the intersection of the existing clipping region and the specified rectangle.static class
The META_OFFSETCLIPRGN record moves the clipping region in the playback device context by the specified offsets.