Uses of Class
org.apache.poi.hwmf.record.HwmfPalette.PaletteEntry
-
Packages that use HwmfPalette.PaletteEntry Package Description org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfPalette.PaletteEntry in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return types with arguments of type HwmfPalette.PaletteEntry Modifier and Type Method Description java.util.List<HwmfPalette.PaletteEntry>
HwmfDrawProperties. getPalette()
Returns the current palette.Method parameters in org.apache.poi.hwmf.draw with type arguments of type HwmfPalette.PaletteEntry Modifier and Type Method Description void
HwmfDrawProperties. setPalette(java.util.List<HwmfPalette.PaletteEntry> palette)
Sets the current palette. -
Uses of HwmfPalette.PaletteEntry in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return types with arguments of type HwmfPalette.PaletteEntry Modifier and Type Method Description protected java.util.List<HwmfPalette.PaletteEntry>
HwmfPalette.WmfPaletteParent. getPaletteCopy()
-