com.bbn.openmap.layer.dted
Class DTEDFrameSubframe.ImageCreator

java.lang.Object
  extended by com.bbn.openmap.layer.dted.DTEDFrameSubframe.ImageCreator
Direct Known Subclasses:
DTEDFrameSubframe.BitsAndColors, DTEDFrameSubframe.Pixels
Enclosing class:
DTEDFrameSubframe

public abstract class DTEDFrameSubframe.ImageCreator
extends java.lang.Object


Constructor Summary
DTEDFrameSubframe.ImageCreator()
           
 
Method Summary
protected abstract  OMGraphic getImage(Projection proj)
          Get the proper OMGraphic given the projection type.
protected abstract  void setTransparent(int opaqueness)
          Set the transparent color index or opaqueness setting, depending on color model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTEDFrameSubframe.ImageCreator

public DTEDFrameSubframe.ImageCreator()
Method Detail

getImage

protected abstract OMGraphic getImage(Projection proj)
Get the proper OMGraphic given the projection type.

Parameters:
proj -
Returns:
a projected OMGraphic for the image.

setTransparent

protected abstract void setTransparent(int opaqueness)
Set the transparent color index or opaqueness setting, depending on color model.

Parameters:
opaqueness -


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