ijeoma.fabrica.benetton.window
Class CopyOfBWindow
java.lang.Object
ijeoma.fabrica.benetton.window.CopyOfBWindow
public class CopyOfBWindow
- extends java.lang.Object
Method Summary |
void |
applyMatrix()
|
void |
beginScale(float _width,
float _height)
|
void |
beginTranslate(float _x,
float _y)
|
void |
endScale()
|
void |
endTranslate()
|
float |
getHeight()
|
int |
getId()
|
float |
getScale()
|
float |
getScaledHeight()
|
float |
getScaledViewableHeight()
|
float |
getScaledViewableWidth()
|
float |
getScaledViewableX()
|
float |
getScaledViewableY()
|
float |
getScaledWidth()
|
float |
getScaledX()
|
float |
getScaledY()
|
float |
getViewableHeight()
|
float |
getViewableWidth()
|
float |
getViewableX()
|
float |
getViewableY()
|
float |
getWidth()
|
float |
getX()
|
float |
getY()
|
boolean |
hasCamera()
|
processing.core.PImage |
mapImage(processing.core.PImage _image)
|
int[] |
mapImageSize(processing.core.PImage _image)
|
float[] |
mapPosition(float _x,
float _y)
|
float |
mapScale(float _width,
float _height)
|
float[] |
mapSize(float _width,
float _height)
|
void |
scale(float _width,
float _height)
|
void |
setHorizantalAlignMode(java.lang.String _alignMode)
|
void |
setScaleMode(java.lang.String _scaleMode)
|
void |
setVerticalAlignMode(java.lang.String _alignMode)
|
void |
transform(float _x,
float _y,
float _width,
float _height)
|
void |
translate(float _x,
float _y)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCALE_NORMAL
public static java.lang.String SCALE_NORMAL
SCALE_WIDTH
public static java.lang.String SCALE_WIDTH
SCALE_HEIGHT
public static java.lang.String SCALE_HEIGHT
V_ALIGN_TOP
public static java.lang.String V_ALIGN_TOP
V_ALIGN_CENTER
public static java.lang.String V_ALIGN_CENTER
V_ALIGN_BOTTOM
public static java.lang.String V_ALIGN_BOTTOM
H_ALIGN_LEFT
public static java.lang.String H_ALIGN_LEFT
H_ALIGN_CENTER
public static java.lang.String H_ALIGN_CENTER
H_ALIGN_RIGHT
public static java.lang.String H_ALIGN_RIGHT
hasCamera
public boolean hasCamera()
mapPosition
public float[] mapPosition(float _x,
float _y)
mapSize
public float[] mapSize(float _width,
float _height)
mapScale
public float mapScale(float _width,
float _height)
mapImageSize
public int[] mapImageSize(processing.core.PImage _image)
mapImage
public processing.core.PImage mapImage(processing.core.PImage _image)
applyMatrix
public void applyMatrix()
translate
public void translate(float _x,
float _y)
scale
public void scale(float _width,
float _height)
transform
public void transform(float _x,
float _y,
float _width,
float _height)
beginTranslate
public void beginTranslate(float _x,
float _y)
endTranslate
public void endTranslate()
beginScale
public void beginScale(float _width,
float _height)
endScale
public void endScale()
getId
public int getId()
getX
public float getX()
getY
public float getY()
getWidth
public float getWidth()
getHeight
public float getHeight()
getViewableX
public float getViewableX()
getViewableY
public float getViewableY()
getViewableWidth
public float getViewableWidth()
getViewableHeight
public float getViewableHeight()
getScale
public float getScale()
getScaledX
public float getScaledX()
getScaledY
public float getScaledY()
getScaledWidth
public float getScaledWidth()
getScaledHeight
public float getScaledHeight()
getScaledViewableX
public float getScaledViewableX()
getScaledViewableY
public float getScaledViewableY()
getScaledViewableWidth
public float getScaledViewableWidth()
getScaledViewableHeight
public float getScaledViewableHeight()
setScaleMode
public void setScaleMode(java.lang.String _scaleMode)
setHorizantalAlignMode
public void setHorizantalAlignMode(java.lang.String _alignMode)
setVerticalAlignMode
public void setVerticalAlignMode(java.lang.String _alignMode)
processing library benettonwindowscore by Ekene Ijeoma. (c) 2010