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 TypeMethodDescriptionvoidHwmfGraphics.addObjectTableEntry(HwmfObjectTableEntry entry) Adds an record of typeHwmfObjectTableEntryto the object table. -
Uses of HwmfObjectTableEntry in org.apache.poi.hwmf.record
Classes in org.apache.poi.hwmf.record that implement HwmfObjectTableEntryModifier and TypeClassDescriptionstatic classstatic classstatic classThe META_SETDIBTODEV record sets a block of pixels in the playback device context using deviceindependent color data.static classThe 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 classThe META_CREATEBRUSHINDIRECT record creates a Brush Object from a LogBrush Object.static classstatic classstatic classThe META_DIBCREATEPATTERNBRUSH record creates a Brush Object with a pattern specified by a DeviceIndependentBitmap (DIB) Objectstatic classThe 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 classThe META_CREATEPALETTE record creates a Palette Objectstatic classstatic classThe META_RESIZEPALETTE record redefines the size of the logical palette that is defined in the playback device context.static classThe 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 classstatic classstatic classThe META_EXCLUDECLIPRECT record sets the clipping region in the playback device context to the existing clipping region minus the specified rectangle.static classThe 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 classThe META_OFFSETCLIPRGN record moves the clipping region in the playback device context by the specified offsets.