nwnintf.palette
Class MultiPaletteTree

java.lang.Object
  |
  +--nwnintf.palette.MultiPaletteTree

public class MultiPaletteTree
extends java.lang.Object

Cache SinglePaletteTrees for use by many instances of palette pickers.


Constructor Summary
MultiPaletteTree(ModFile mod, TlkFile tlk)
          Cache all the palettes in the module.
 
Method Summary
 java.util.Set entries()
          Set of Map.Entry, key is restype eg.
 PaletteTree treeByType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPaletteTree

public MultiPaletteTree(ModFile mod,
                        TlkFile tlk)
                 throws java.lang.Exception
Cache all the palettes in the module.

Method Detail

treeByType

public PaletteTree treeByType(java.lang.String type)

entries

public java.util.Set entries()
Set of Map.Entry, key is restype eg. "utc" value is PaletteTree.