Uses of Class
com.bbn.openmap.layer.rpf.RpfColortable

Packages that use RpfColortable
com.bbn.openmap.layer.rpf Provides a layer that displays RPF (Raster Product Format) data. 
 

Uses of RpfColortable in com.bbn.openmap.layer.rpf
 

Fields in com.bbn.openmap.layer.rpf declared as RpfColortable
protected  RpfColortable RpfFrameCacheHandler.colortable
          Colortable used on the frames.
protected  RpfColortable RpfFrame.colortable
           
 

Methods in com.bbn.openmap.layer.rpf that return RpfColortable
 RpfColortable RpfFrameCacheHandler.getColortable()
           
 RpfColortable RpfFrame.getColortable()
          Get the colortable stored inside this RpfFrame.
 

Methods in com.bbn.openmap.layer.rpf with parameters of type RpfColortable
 int[] RpfFrame.decompressSubframe(int x, int y, RpfColortable colortable)
          Decompress a subframe into an array of ints suitable for a direct color model image.
 RpfSubframe RpfFrame.decompressSubframe(int x, int y, RpfSubframe subframe, RpfColortable colortable, RpfViewAttributes viewAttributes)
          Decompress a subframe into a cache entry OMRaster (RpfSubframe).
 java.awt.Color[] RpfFrame.getColors(BinaryFile binFile, RpfColortable ct)
          The only reason to call this is to read the colortable that is within the frame file, and set the colors that you will be using for all the frames accordingly.
static java.awt.Color[] RpfFrame.getColors(java.lang.String framePath, RpfColortable ct)
          Load the colortable with the colors from a particular frame file.
 java.awt.Color[] RpfFileSections.parseColorSection(BinaryFile binFile, RpfColortable colortable)
          This kicks back an array of OMColors, representing the colortable.
 void RpfFrameCacheHandler.setColortable(RpfColortable colortable)
           
 void RpfColortable.setFrom(RpfColortable colortable)
          Load the provided colortable with the color values of this colortable.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details