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

Packages that use Rectangle.ZeroPointLocation
org.xith3d.scenegraph.primitives   
 

Uses of Rectangle.ZeroPointLocation in org.xith3d.scenegraph.primitives
 

Methods in org.xith3d.scenegraph.primitives that return Rectangle.ZeroPointLocation
static Rectangle.ZeroPointLocation Rectangle.ZeroPointLocation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Rectangle.ZeroPointLocation[] Rectangle.ZeroPointLocation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xith3d.scenegraph.primitives with parameters of type Rectangle.ZeroPointLocation
static TextBillboard TextBillboard.createFixedHeight(float height, Rectangle.ZeroPointLocation zpl, float zOffset, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font)
          Creates a TextBillboard.
static TextRectangle TextRectangle.createFixedHeight(float height, Rectangle.ZeroPointLocation zpl, float zOffset, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font)
          Creates a TextRectangle.
static TextBillboard TextBillboard.createFixedHeight(float height, Rectangle.ZeroPointLocation zpl, float zOffset, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font, int alignment)
          Creates a TextBillboard.
static TextRectangle TextRectangle.createFixedHeight(float height, Rectangle.ZeroPointLocation zpl, float zOffset, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font, int alignment)
          Creates a TextRectangle.
static TextBillboard TextBillboard.createFixedHeight(float height, Rectangle.ZeroPointLocation zpl, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font)
          Creates a TextBillboard.
static TextBillboard TextBillboard.createFixedHeight(float height, Rectangle.ZeroPointLocation zpl, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font, int alignment)
          Creates a TextBillboard.
static TextRectangle TextRectangle.createFixedHeight(float height, Rectangle.ZeroPointLocation zpl, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font, int alignment)
          Creates a TextRectangle.
static TextRectangle TextRectangle.createFixedHeight(java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font, float height, Rectangle.ZeroPointLocation zpl)
          Creates a TextRectangle.
static TextBillboard TextBillboard.createFixedWidth(float width, Rectangle.ZeroPointLocation zpl, float zOffset, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font)
          Creates a TextBillboard.
static TextRectangle TextRectangle.createFixedWidth(float width, Rectangle.ZeroPointLocation zpl, float zOffset, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font)
          Creates a TextRectangle.
static TextBillboard TextBillboard.createFixedWidth(float width, Rectangle.ZeroPointLocation zpl, float zOffset, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font, int alignment)
          Creates a TextBillboard.
static TextRectangle TextRectangle.createFixedWidth(float width, Rectangle.ZeroPointLocation zpl, float zOffset, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font, int alignment)
          Creates a TextRectangle.
static TextBillboard TextBillboard.createFixedWidth(float width, Rectangle.ZeroPointLocation zpl, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font)
          Creates a TextBillboard.
static TextRectangle TextRectangle.createFixedWidth(float width, Rectangle.ZeroPointLocation zpl, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font)
          Creates a TextRectangle.
static TextBillboard TextBillboard.createFixedWidth(float width, Rectangle.ZeroPointLocation zpl, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font, int alignment)
          Creates a TextBillboard.
static TextRectangle TextRectangle.createFixedWidth(float width, Rectangle.ZeroPointLocation zpl, java.lang.String text, org.openmali.vecmath2.Colorf color, java.awt.Font font, int alignment)
          Creates a TextRectangle.
protected static org.openmali.vecmath2.Tuple3f Rectangle.createPosition(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset, org.openmali.vecmath2.Vector3f result)
           
protected static org.openmali.vecmath2.Tuple3f Rectangle.createPosition(float width, float height, Rectangle.ZeroPointLocation zpl, org.openmali.vecmath2.Tuple3f offset)
           
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.
 

Constructors in org.xith3d.scenegraph.primitives with parameters of type Rectangle.ZeroPointLocation
Rectangle(float width, float height, boolean generateNormals, Rectangle.ZeroPointLocation zpl, Texture texture)
          Creates a textured Rectangle.
Rectangle(float width, float height, Rectangle.ZeroPointLocation zpl)
          Creates an untextured Rectangle.
Rectangle(float width, float height, Rectangle.ZeroPointLocation zpl, org.openmali.vecmath2.Colorf color)
          Creates an untextured, but colored Rectangle.
Rectangle(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset)
          Creates an untextured Rectangle without alpha channel.
Rectangle(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset, org.openmali.vecmath2.Colorf color)
          Creates an untextured, but colored Rectangle.
Rectangle(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset, java.lang.String texture)
          Creates a textured Rectangle.
Rectangle(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset, Texture texture)
          Creates a textured Rectangle.
Rectangle(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.
Rectangle(float width, float height, Rectangle.ZeroPointLocation zpl, java.lang.String texture)
          Creates a textured Rectangle.
Rectangle(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.
Rectangle(float width, float height, Rectangle.ZeroPointLocation zpl, Texture texture)
          Creates a textured Rectangle.
Rectangle(float width, float height, Rectangle.ZeroPointLocation zpl, Texture texture, org.openmali.vecmath2.Tuple2f texLowerLeft, org.openmali.vecmath2.Tuple2f texUpperRight)
          Creates a textured Rectangle.
Rectangle(float width, float height, Rectangle.ZeroPointLocation zpl, org.openmali.vecmath2.Tuple3f offset, org.openmali.vecmath2.Colorf color)
          Creates an untextured, but colored Rectangle.
Rectangle(float width, float height, Rectangle.ZeroPointLocation zpl, org.openmali.vecmath2.Tuple3f offset, java.lang.String texture)
          Creates an untextured, but colored Rectangle.
Rectangle(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.
Rectangle(float width, float height, Rectangle.ZeroPointLocation zpl, org.openmali.vecmath2.Tuple3f offset, Texture texture)
          Creates an untextured, but colored Rectangle.
Rectangle(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.
RectBillboard(float width, float height, Rectangle.ZeroPointLocation zpl)
          Creates an untextured RectBillboard.
RectBillboard(float width, float height, Rectangle.ZeroPointLocation zpl, org.openmali.vecmath2.Colorf color)
          Creates an untextured, but colored RectBillboard.
RectBillboard(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset)
          Creates an untextured RectBillboard without alpha channel.
RectBillboard(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset, org.openmali.vecmath2.Colorf color)
          Creates an untextured, but colored RectBillboard.
RectBillboard(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset, java.lang.String texture)
          Creates a textured RectBillboard.
RectBillboard(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset, Texture texture, org.openmali.vecmath2.Tuple2f texLowerLeft, org.openmali.vecmath2.Tuple2f texUpperRight)
          Creates a textured RectBillboard.
RectBillboard(float width, float height, Rectangle.ZeroPointLocation zpl, java.lang.String texture)
          Creates a textured RectBillboard.
RectBillboard(float width, float height, Rectangle.ZeroPointLocation zpl, java.lang.String texture, org.openmali.vecmath2.Tuple2f texLowerLeft, org.openmali.vecmath2.Tuple2f texUpperRight)
          Creates a textured RectBillboard.
RectBillboard(float width, float height, Rectangle.ZeroPointLocation zpl, Texture texture)
          Creates a textured RectBillboard.
RectBillboard(Texture texture, float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset)
          Creates a textured RectBillboard.
TextBillboard(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset, Texture texture)
          Creates a TextBillboard.
TextRectangle(float width, float height, Rectangle.ZeroPointLocation zpl, float zOffset, Texture texture)
          Creates a TextRectangle.