Uses of Interface
com.bbn.openmap.image.ImageFormatter

Packages that use ImageFormatter
com.bbn.openmap.dataAccess.mapTile   
com.bbn.openmap.image This package has classes that provide image creation and manipulation capabilities. 
com.bbn.openmap.image.wms   
 

Uses of ImageFormatter in com.bbn.openmap.dataAccess.mapTile
 

Constructors in com.bbn.openmap.dataAccess.mapTile with parameters of type ImageFormatter
MapTileMaker(Layer[] layers, ImageFormatter formatter)
          Create an TileMaker from an array of Layers and an ImageFormatter.
 

Uses of ImageFormatter in com.bbn.openmap.image
 

Classes in com.bbn.openmap.image that implement ImageFormatter
 class AbstractImageFormatter
          The abstract implementation of the ImageFormatter.
 class AcmeGifFormatter
          This formatter requires the Acme.JPM.Encoders package.
 class GIFImageIOFormatter
           
 class ImageIOFormatter
           
 class PNG32ImageFormatter
           
 class PNG8ImageFormatter
           
 class PNGImageIOFormatter
           
 class PPMFormatter
          A simple formatter to create PPM images.
 class SunJPEGFormatter
           
 

Fields in com.bbn.openmap.image declared as ImageFormatter
protected  ImageFormatter ImageServer.formatter
          The Image formatter for the output image.
protected  ImageFormatter MagicPlanetImageComponent.imageFormatter
           
 

Fields in com.bbn.openmap.image with type parameters of type ImageFormatter
protected  java.util.Map<java.lang.String,ImageFormatter> ImageServer.imageFormatters
          Hashtable of ImageFormatters available to be used.
 

Methods in com.bbn.openmap.image that return ImageFormatter
 ImageFormatter ImageServer.getFormatter()
          Get the ImageFormatter currently used for the image creation.
protected  ImageFormatter ImageServer.getFormatters(java.util.Properties p)
          Create an ImageFormatter from the contents of a properties object.
 ImageFormatter MagicPlanetImageComponent.getImageFormatter()
           
 ImageFormatter SunJPEGFormatter.makeClone()
           
 ImageFormatter PPMFormatter.makeClone()
           
 ImageFormatter PNGImageIOFormatter.makeClone()
           
 ImageFormatter PNG8ImageFormatter.makeClone()
           
 ImageFormatter PNG32ImageFormatter.makeClone()
           
 ImageFormatter ImageFormatter.makeClone()
          Create a new instance of the same type of formatter.
 ImageFormatter GIFImageIOFormatter.makeClone()
           
 ImageFormatter AcmeGifFormatter.makeClone()
           
abstract  ImageFormatter AbstractImageFormatter.makeClone()
          Create a new instance of the same type of formatter.
 

Methods in com.bbn.openmap.image that return types with arguments of type ImageFormatter
 java.util.Map<java.lang.String,ImageFormatter> ImageServer.getFormatters()
          Get the Hashtable used to hold the ImageFormatters.
 

Methods in com.bbn.openmap.image with parameters of type ImageFormatter
protected  java.awt.Graphics ImageServer.createGraphics(ImageFormatter formatter, int width, int height)
          Create a java.awt.Graphics to use for an image.
protected  byte[] ImageServer.getFormattedImage(ImageFormatter formatter, int scaledWidth, int scaledHeight)
          Format the image that is contained in the ImageFormatter, scaling to a particular size if the scaledWidth and scaledHeight are greater than 0.
 java.lang.String MapRequestHandler.getFormatterContentType(ImageFormatter formatter)
          Given an ImageFormatter, get the HttpConnection content type that matches it.
 void ImageServer.setFormatter(ImageFormatter f)
          Set the ImageFormatter to be used for ImageCreation.
 void MagicPlanetImageComponent.setImageFormatter(ImageFormatter iFormatter)
          Set the ImageFormatter to use for creating the image files.
 

Method parameters in com.bbn.openmap.image with type arguments of type ImageFormatter
 void ImageServer.setFormatters(java.util.Map<java.lang.String,ImageFormatter> iFormatters, java.lang.String defaultFormatterKey)
          Set the ImageFormatter Hashtable to set up the possible choices for image formats.
 

Constructors in com.bbn.openmap.image with parameters of type ImageFormatter
ImageServer(Layer[] layers, ImageFormatter formatter)
          Create an ImageServer from an array of Layers and an ImageFormatter.
 

Uses of ImageFormatter in com.bbn.openmap.image.wms
 

Methods in com.bbn.openmap.image.wms with parameters of type ImageFormatter
protected  byte[] WmsRequestHandler.getFormattedImage(ImageFormatter formatter, int scaledWidth, int scaledHeight)
          TODO: This method covers the equivalent of a base class and returns the drawing, which is not rescaled.
 



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