gestalt.texture
Class Bitmaps

java.lang.Object
  extended by gestalt.texture.Bitmaps

public abstract class Bitmaps
extends java.lang.Object

create bitmaps from images, movies and fonts.


Method Summary
static ByteBitmap getBitmap(java.io.InputStream theStream)
           
static ByteBitmap getBitmap(java.io.InputStream theStream, java.lang.String theFilename)
           
static ByteBitmap getBitmap(java.lang.String theFilePath)
           
static FontProducer getFontProducer(java.io.InputStream theFilename)
           
static FontProducer getFontProducer(java.lang.String theFilename)
           
static MovieProducer getMovieProducer(java.lang.String theFilename)
           
static MovieProducer getMovieProducer(java.lang.String theFilename, boolean thePreloadFlag)
           
static MovieProducer getMovieProducer(java.lang.String theFilename, boolean thePreloadFlag, java.lang.Class theBitmapClass)
           
static MovieProducer getMovieProducer(java.lang.String theFilename, boolean thePreloadFlag, int theUpdateFPS)
          start the movieproducer in extra thread; no need to call 'update()'.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBitmap

public static ByteBitmap getBitmap(java.lang.String theFilePath)

getBitmap

public static ByteBitmap getBitmap(java.io.InputStream theStream,
                                   java.lang.String theFilename)

getBitmap

public static ByteBitmap getBitmap(java.io.InputStream theStream)

getFontProducer

public static FontProducer getFontProducer(java.lang.String theFilename)

getFontProducer

public static FontProducer getFontProducer(java.io.InputStream theFilename)

getMovieProducer

public static MovieProducer getMovieProducer(java.lang.String theFilename)

getMovieProducer

public static MovieProducer getMovieProducer(java.lang.String theFilename,
                                             boolean thePreloadFlag)
Parameters:
theFilename - String
thePreloadFlag - boolean
Returns:
MovieProducer

getMovieProducer

public static MovieProducer getMovieProducer(java.lang.String theFilename,
                                             boolean thePreloadFlag,
                                             java.lang.Class theBitmapClass)

getMovieProducer

public static MovieProducer getMovieProducer(java.lang.String theFilename,
                                             boolean thePreloadFlag,
                                             int theUpdateFPS)
start the movieproducer in extra thread; no need to call 'update()'.

Parameters:
theFilename - String
thePreloadFlag - boolean
theUpdateFPS - int
Returns:
MovieProducer


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009