gestalt.texture
Interface Bitmap

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
ByteBitmap, ByteBitmap3D, ByteBufferBitmap, IntegerBitmap

public interface Bitmap
extends java.lang.Cloneable

all bitmaps that are accepted by a texture are derived from this interface.


Method Summary
 int getComponentOrder()
           
 java.lang.Object getDataRef()
           
 int getHeight()
           
 Color getPixel(int x, int y)
           
 void getPixel(int x, int y, Color thePixel)
           
 int getProportionType()
           
 int getWidth()
           
 void setDataRef(java.lang.Object theDataRef)
           
 void setPixel(int x, int y, Color thePixel)
           
 

Method Detail

getWidth

int getWidth()

getHeight

int getHeight()

getComponentOrder

int getComponentOrder()

getProportionType

int getProportionType()

getDataRef

java.lang.Object getDataRef()

setDataRef

void setDataRef(java.lang.Object theDataRef)

getPixel

void getPixel(int x,
              int y,
              Color thePixel)

getPixel

Color getPixel(int x,
               int y)

setPixel

void setPixel(int x,
              int y,
              Color thePixel)


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