com.bbn.openmap.layer.rpf
Class RpfSubframe.ImageCreator

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

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


Constructor Summary
RpfSubframe.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

RpfSubframe.ImageCreator

public RpfSubframe.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