Home | History | Annotate | Download | only in ui

Lines Matching defs:Picture

47  * A <code>Picture</code> represents a 2D image drawn on the screen.
52 public class Picture extends Geometry {
58 * Create a named picture.
60 * By default a picture's width and height are 1
63 * @param name the name of the picture in the scene graph
66 public Picture(String name, boolean flipY){
73 * Creates a named picture.
74 * By default a picture's width and height are 1
78 * @param name the name of the picture in the scene graph
80 public Picture(String name){
87 public Picture(){
91 * Set the width in pixels of the picture, if the width
93 * be scaled to fit the picture.
103 * Set the height in pixels of the picture, if the height
105 * be scaled to fit the picture.
115 * Set the position of the picture in pixels.
127 * Set the image to put on the picture.
131 * @param useAlpha If true, the picture will appear transparent and allow
142 * Set the texture to put on the picture.
146 * @param useAlpha If true, the picture will appear transparent and allow