Aviatrix3D
2.1.0

org.j3d.aviatrix3d.rendering
Interface AppearanceAttributeRenderable

All Superinterfaces:
java.lang.Comparable, ObjectRenderable, Renderable
All Known Implementing Classes:
AlphaAttributes, BlendAttributes, DepthAttributes, LineAttributes, PointAttributes, PolygonAttributes, StencilAttributes

public interface AppearanceAttributeRenderable
extends ObjectRenderable

A renderable object that contributes to an attribute to an appearance renderable.

Version:
$Revision: 2.2 $
Author:
Justin Couch

Field Summary
static int ALPHA_ATTRIBUTE
          The attribute represents alpha test attributes
static int BLEND_ATTRIBUTE
          The attribute represents blend attributes
static int DEPTH_ATTRIBUTE
          The attribute represents depth attributes
static int LINE_ATTRIBUTE
          The attribute represents line attributes
static int POINT_ATTRIBUTE
          The attribute represents point attributes
static int POLYGON_ATTRIBUTE
          The attribute represents polygon attributes
static int STENCIL_ATTRIBUTE
          The attribute represents stencil attributes
 
Method Summary
 int getAttributeType()
          Get the type this visual attribute represents.
 
Methods inherited from interface org.j3d.aviatrix3d.rendering.ObjectRenderable
postRender, render
 
Methods inherited from interface org.j3d.aviatrix3d.rendering.Renderable
equals
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

BLEND_ATTRIBUTE

static final int BLEND_ATTRIBUTE
The attribute represents blend attributes

See Also:
Constant Field Values

DEPTH_ATTRIBUTE

static final int DEPTH_ATTRIBUTE
The attribute represents depth attributes

See Also:
Constant Field Values

LINE_ATTRIBUTE

static final int LINE_ATTRIBUTE
The attribute represents line attributes

See Also:
Constant Field Values

POINT_ATTRIBUTE

static final int POINT_ATTRIBUTE
The attribute represents point attributes

See Also:
Constant Field Values

POLYGON_ATTRIBUTE

static final int POLYGON_ATTRIBUTE
The attribute represents polygon attributes

See Also:
Constant Field Values

STENCIL_ATTRIBUTE

static final int STENCIL_ATTRIBUTE
The attribute represents stencil attributes

See Also:
Constant Field Values

ALPHA_ATTRIBUTE

static final int ALPHA_ATTRIBUTE
The attribute represents alpha test attributes

See Also:
Constant Field Values
Method Detail

getAttributeType

int getAttributeType()
Get the type this visual attribute represents.

Returns:
One of the _ATTRIBUTE constants

Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org