Class HemfPalette


  • public class HemfPalette
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  HemfPalette.EmfCreatePalette
      The EMR_CREATEPALETTE record defines a logical palette for graphics operations.
      static class  HemfPalette.EmfRealizePalette
      This record maps palette entries from the current LogPalette object to the system_palette.
      static class  HemfPalette.EmfResizePalette
      The EMR_RESIZEPALETTE record increases or decreases the size of an existing LogPalette object
      static class  HemfPalette.EmfSelectPalette
      The EMR_SELECTPALETTE record specifies a logical palette for the playback device context.
      static class  HemfPalette.EmfSetIcmMode
      The EMR_SETICMMODE record specifies the mode of Image Color Management (ICM) for graphics operations.
      static class  HemfPalette.EmfSetPaletteEntries
      The EMR_SETPALETTEENTRIES record defines RGB color values in a range of entries for an existing LogPalette object.
    • Constructor Summary

      Constructors 
      Constructor Description
      HemfPalette()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HemfPalette

        public HemfPalette()