Uses of Class
org.apache.poi.hwmf.record.HwmfFill.ColorUsage
-
Packages that use HwmfFill.ColorUsage Package Description org.apache.poi.hemf.record.emf org.apache.poi.hwmf.record -
-
Uses of HwmfFill.ColorUsage in org.apache.poi.hemf.record.emf
Fields in org.apache.poi.hemf.record.emf declared as HwmfFill.ColorUsage Modifier and Type Field Description protected HwmfFill.ColorUsageHemfMisc.EmfCreateMonoBrush. colorUsageprotected HwmfFill.ColorUsageHemfFill.EmfAlphaBlend. usageSrcA 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header.protected HwmfFill.ColorUsageHemfFill.EmfSetDiBitsToDevice. usageSrcMethods in org.apache.poi.hemf.record.emf that return HwmfFill.ColorUsage Modifier and Type Method Description HwmfFill.ColorUsageHemfMisc.EmfCreateMonoBrush. getColorUsage()HwmfFill.ColorUsageHemfFill.EmfSetDiBitsToDevice. getUsageSrc() -
Uses of HwmfFill.ColorUsage in org.apache.poi.hwmf.record
Fields in org.apache.poi.hwmf.record declared as HwmfFill.ColorUsage Modifier and Type Field Description protected HwmfFill.ColorUsageHwmfFill.WmfStretchDib. colorUsageA 16-bit unsigned integer that defines whether the Colors field of the DIB contains explicit RGB values or indexes into a palette.protected HwmfFill.ColorUsageHwmfMisc.WmfDibCreatePatternBrush. colorUsageA 16-bit unsigned integer that defines whether the Colors field of a DIB Object contains explicit RGB values, or indexes into a palette.Methods in org.apache.poi.hwmf.record that return HwmfFill.ColorUsage Modifier and Type Method Description HwmfFill.ColorUsageHwmfFill.WmfSetDibToDev. getColorUsage()HwmfFill.ColorUsageHwmfFill.WmfStretchDib. getColorUsage()HwmfFill.ColorUsageHwmfMisc.WmfDibCreatePatternBrush. getColorUsage()static HwmfFill.ColorUsageHwmfFill.ColorUsage. valueOf(int flag)Returns the enum constant of this type with the specified name.static HwmfFill.ColorUsageHwmfFill.ColorUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static HwmfFill.ColorUsage[]HwmfFill.ColorUsage. values()Returns an array containing the constants of this enum type, in the order they are declared.
-