gestalt.texture
Class Bitmaps
java.lang.Object
gestalt.texture.Bitmaps
public abstract class Bitmaps
- extends java.lang.Object
create bitmaps from images, movies and fonts.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 - StringthePreloadFlag - 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 - StringthePreloadFlag - booleantheUpdateFPS - int
- Returns:
- MovieProducer
processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009