Uses of Class
org.apache.poi.hwmf.record.HwmfPalette.PaletteEntry

Packages that use HwmfPalette.PaletteEntry
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
 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
 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
protected  java.util.List<HwmfPalette.PaletteEntry> HwmfPalette.WmfPaletteParent.getPaletteCopy()
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.