Uses of Class
org.apache.poi.hwmf.record.HwmfPalette.PaletteEntry
-
Packages that use HwmfPalette.PaletteEntry Package Description org.apache.poi.hemf.record.emf org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfPalette.PaletteEntry in org.apache.poi.hemf.record.emf
Fields in org.apache.poi.hemf.record.emf with type parameters of type HwmfPalette.PaletteEntry Modifier and Type Field Description protected List<HwmfPalette.PaletteEntry>HemfMisc.EmfEof. paletteMethods in org.apache.poi.hemf.record.emf that return types with arguments of type HwmfPalette.PaletteEntry Modifier and Type Method Description List<HwmfPalette.PaletteEntry>HemfMisc.EmfEof. getPalette() -
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 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 voidHwmfDrawProperties. setPalette(List<HwmfPalette.PaletteEntry> palette)Sets the current palette. -
Uses of HwmfPalette.PaletteEntry in org.apache.poi.hwmf.record
Fields in org.apache.poi.hwmf.record with type parameters of type HwmfPalette.PaletteEntry Modifier and Type Field Description protected List<HwmfPalette.PaletteEntry>HwmfPalette.WmfPaletteParent. paletteConstructors in org.apache.poi.hwmf.record with parameters of type HwmfPalette.PaletteEntry Constructor Description PaletteEntry(HwmfPalette.PaletteEntry other)
-