All Packages This Package Class Hierarchy Class Search Index
Class com.hermetica.gle.GLEContext
java.lang.Object
|
+----com.hermetica.gle.GLEContext
public class GLEContext
extends java.lang.Object
{
// Fields 9
public static final String VERSION;
protected float[][] colourArray;
protected double[][] contour;
protected double[][] contourNormal;
protected int ncp;
protected int npoints;
protected double[][] pointArray;
protected double[] up;
protected double[][][] xformArray;
// Constructors 1
public GLEContext();
// Methods 2
protected final int getJoinStyle();
protected final void setJoinStyle(int);
}
Encapsulation of the information required by GLE to handle multiple
GLE ``contexts''.
- Version:
- $Id: GLEContext.java,v 1.1 1998/05/03 16:18:47 descarte Exp descarte $
- Author:
-
Alligator Descartes <http://www.arcana.co.uk>
public static final String VERSION
Version information
protected int ncp
protected double[][] contour
protected double[][] contourNormal
protected double[] up
protected int npoints
protected double[][] pointArray
protected float[][] colourArray
protected double[][][] xformArray
public GLEContext()
Default constructor
protected final int getJoinStyle()
Returns the current join style
protected final void setJoinStyle(int style)
Sets the join style
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.6