Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.ydp.jai.PNGSuggestedPaletteEntry

Uses of PNGSuggestedPaletteEntry in org.ydp.jai
 

Fields in org.ydp.jai declared as PNGSuggestedPaletteEntry
private  PNGSuggestedPaletteEntry[] PNGEncodeParam.suggestedPalette
           
 

Methods in org.ydp.jai that return PNGSuggestedPaletteEntry
 PNGSuggestedPaletteEntry[] PNGEncodeParam.getSuggestedPalette()
          Returns the suggested palette information to be stored with this image.
 

Methods in org.ydp.jai with parameters of type PNGSuggestedPaletteEntry
 void PNGEncodeParam.setSuggestedPalette(PNGSuggestedPaletteEntry[] palette)
          Sets the suggested palette information to be stored with this image.