nl.idgis.giserver
Class FlashGraphic

java.lang.Object
  extended by nl.idgis.flash.FlashMovie
      extended by nl.idgis.giserver.FlashGraphic
All Implemented Interfaces:
nl.idgis.flash.FlashTimeLine
Direct Known Subclasses:
FlashLegend, FlashMap

public class FlashGraphic
extends nl.idgis.flash.FlashMovie

FlashGraphic is een abstracte klasse die een aantal dingen beheerst die in FlashMap en FlashLegend nodig zijn


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
FlashGraphic(int width, int height, int fps)
          Maak een nieuwe FlashGraphic met de opgegeven grootte
 
Method Summary
 void finalize()
           
 GiServerLog4jAppender getAppenderReports()
           
 nl.idgis.flash.FlashMovieFont getFont(java.lang.String fontName)
          Haal een font op en maak het zo nodig aan
 java.lang.String getResourceRoot()
           
 double getScale()
           
 void output(java.io.OutputStream o)
          Genereer output
 void postFeatureActions()
          Post actions when all features are processed.
 void setResourceRoot(java.lang.String resourceRoot)
           
 void setScale(double scale)
           
 
Methods inherited from class nl.idgis.flash.FlashMovie
createActionList, createBitmap, createMorph, createShape, createSprite, createText, createText, doAction, getContent, getFilesize, getFilesizeString, 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

FlashGraphic

public FlashGraphic(int width,
                    int height,
                    int fps)
             throws java.io.IOException
Maak een nieuwe FlashGraphic met de opgegeven grootte

Throws:
java.io.IOException
Method Detail

finalize

public void finalize()
Overrides:
finalize in class java.lang.Object

getFont

public nl.idgis.flash.FlashMovieFont getFont(java.lang.String fontName)
                                      throws java.io.IOException
Description copied from class: nl.idgis.flash.FlashMovie
Haal een font op en maak het zo nodig aan

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

postFeatureActions

public void postFeatureActions()
                        throws java.lang.Exception
Post actions when all features are processed.

Throws:
java.io.IOException
java.lang.Exception

output

public void output(java.io.OutputStream o)
            throws java.lang.Exception
Genereer output

Overrides:
output in class nl.idgis.flash.FlashMovie
Throws:
java.lang.Exception

getScale

public double getScale()

setScale

public void setScale(double scale)

getAppenderReports

public GiServerLog4jAppender getAppenderReports()

getResourceRoot

public java.lang.String getResourceRoot()

setResourceRoot

public void setResourceRoot(java.lang.String resourceRoot)