Uses of Class
org.xith3d.scenegraph.primitives.Rectangle

Packages that use Rectangle
org.xith3d.scenegraph.primitives   
 

Uses of Rectangle in org.xith3d.scenegraph.primitives
 

Subclasses of Rectangle in org.xith3d.scenegraph.primitives
 class DrawRectangle
          This a simple Rectangle extension for pixel-perfect drawing.
 class RectBillboard
          This is a reguar Rectangle, which will always face the View.
 class TextBillboard
          The TextBillboard is a Rectangle with a text-Texture on it, that's always facing the camera.
 class TextRectangle
          The TextRectangle is a Rectangle with a text-Texture on it.
 

Methods in org.xith3d.scenegraph.primitives that return Rectangle
static Rectangle Rectangle.createWithoutNormals(float width, float height)
          Creates an untextured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, org.openmali.vecmath2.Colorf color)
          Creates an untextured, but colored Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, float zOffset)
          Creates an untextured Rectangle without alpha channel.
static Rectangle Rectangle.createWithoutNormals(float width, float height, float zOffset, org.openmali.vecmath2.Colorf color)
          Creates an untextured, but colored Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, float zOffset, java.lang.String texture)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, float zOffset, Texture texture)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, float zOffset, Texture texture, org.openmali.vecmath2.Tuple2f texLowerLeft, org.openmali.vecmath2.Tuple2f texUpperRight)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl)
          Creates an untextured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, org.openmali.vecmath2.Colorf color)
          Creates an untextured, but colored Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset)
          Creates an untextured Rectangle without alpha channel.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset, org.openmali.vecmath2.Colorf color)
          Creates an untextured, but colored Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset, java.lang.String texture)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset, Texture texture)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset, Texture texture, org.openmali.vecmath2.Tuple2f texLowerLeft, org.openmali.vecmath2.Tuple2f texUpperRight)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, java.lang.String texture)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, java.lang.String texture, org.openmali.vecmath2.Tuple2f texLowerLeft, org.openmali.vecmath2.Tuple2f texUpperRight)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, Texture texture)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, Texture texture, org.openmali.vecmath2.Tuple2f texLowerLeft, org.openmali.vecmath2.Tuple2f texUpperRight)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, org.openmali.vecmath2.Tuple3f offset, org.openmali.vecmath2.Colorf color)
          Creates an untextured, but colored Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, org.openmali.vecmath2.Tuple3f offset, java.lang.String texture)
          Creates an untextured, but colored Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, org.openmali.vecmath2.Tuple3f offset, java.lang.String texture, org.openmali.vecmath2.Tuple2f texLowerLeft, org.openmali.vecmath2.Tuple2f texUpperRight)
          Creates an untextured, but colored Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, org.openmali.vecmath2.Tuple3f offset, Texture texture)
          Creates an untextured, but colored Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Rectangle.ZeroPointLocation zpl, org.openmali.vecmath2.Tuple3f offset, Texture texture, org.openmali.vecmath2.Tuple2f texLowerLeft, org.openmali.vecmath2.Tuple2f texUpperRight)
          Creates an untextured, but colored Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, java.lang.String texture)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Texture texture)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, Texture texture, org.openmali.vecmath2.Tuple2f texLowerLeft, org.openmali.vecmath2.Tuple2f texUpperRight)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, org.openmali.vecmath2.Tuple3f offset)
          Creates an untextured Rectangle without alpha channel.
static Rectangle Rectangle.createWithoutNormals(float width, float height, org.openmali.vecmath2.Tuple3f offset, org.openmali.vecmath2.Colorf color)
          Creates an untextured, but colored Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, org.openmali.vecmath2.Tuple3f offset, java.lang.String texture)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, org.openmali.vecmath2.Tuple3f offset, java.lang.String texture, org.openmali.vecmath2.Tuple2f texLowerLeft, org.openmali.vecmath2.Tuple2f texUpperRight)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, org.openmali.vecmath2.Tuple3f offset, java.lang.String texture, org.openmali.vecmath2.Tuple2f texLowerLeft, org.openmali.vecmath2.Tuple2f texUpperRight, org.openmali.vecmath2.Colorf color)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, org.openmali.vecmath2.Tuple3f offset, Texture texture)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, org.openmali.vecmath2.Tuple3f offset, Texture texture, org.openmali.vecmath2.Tuple2f texLowerLeft, org.openmali.vecmath2.Tuple2f texUpperRight)
          Creates a textured Rectangle.
static Rectangle Rectangle.createWithoutNormals(float width, float height, org.openmali.vecmath2.Tuple3f offset, Texture texture, org.openmali.vecmath2.Tuple2f texLowerLeft, org.openmali.vecmath2.Tuple2f texUpperRight, org.openmali.vecmath2.Colorf color)
          Creates a textured Rectangle.