nl.idgis.giserver
Class FlashImageMap

java.lang.Object
  extended by nl.idgis.flash.FlashMovie
      extended by nl.idgis.giserver.FlashImageMap
All Implemented Interfaces:
nl.idgis.flash.FlashTimeLine

public class FlashImageMap
extends nl.idgis.flash.FlashMovie

FlashImageMap is verantwoordelijk voor het maken van Flash-bestand met daarin een kaartbeeld in de vorm van een Flash bitmap image


Field Summary
 
Fields inherited from class nl.idgis.flash.FlashMovie
aantal0pixelDxDy, aantal16bits, aantal24bits, aantal8bits, aantalColorFill, aantalGraphicFill, aantalLineToCalls, aantalMoveToCalls, aantalShapeOutputCalls, aantalXpixelDxDy, timeDrawFeatures, timeFilterSymbolizers, timeGetFeatures
 
Constructor Summary
FlashImageMap(int width, int height, java.awt.image.BufferedImage image)
          Maak een nieuw FlashImageMap object
 
Method Summary
 void output(java.io.OutputStream o)
          /** Genereer output
 
Methods inherited from class nl.idgis.flash.FlashMovie
createActionList, createBitmap, createMorph, createShape, createSprite, createText, createText, doAction, getContent, getFilesize, getFilesizeString, getFont, getFps, getFrameCount, getHeight, getWidth, importAssets, isCompressSWF, modifyCharacter, modifyCharacter, modifyCharacter, outputCharacter, placeCharacter, placeCharacter, placeCharacter, placeObject, publishActionList, publishCharacter, removeCharacter, setBackgroundColor, setCompressSWF, setHeightInPixels, setWidthInPixels, showFrame, useCharacter, useCharacter, useCharacter, useCharacter, useCharacter, useCharacter, useCharacter, useCharacter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlashImageMap

public FlashImageMap(int width,
                     int height,
                     java.awt.image.BufferedImage image)
              throws java.io.IOException
Maak een nieuw FlashImageMap object

Throws:
java.io.IOException
Method Detail

output

public void output(java.io.OutputStream o)
            throws java.io.IOException
/** Genereer output

Overrides:
output in class nl.idgis.flash.FlashMovie
Throws:
java.io.IOException