All Packages  This Package  Class Hierarchy  Class Search  Index

Class com.hermetica.gle.GLEContext
java.lang.Object
   |
   +----com.hermetica.gle.GLEContext

  Summary

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>




  Fields

VERSION

Summary  |  Top

   public static final String VERSION

Version information


ncp

Summary  |  Top
   protected int ncp


contour

Summary  |  Top
   protected double[][] contour


contourNormal

Summary  |  Top
   protected double[][] contourNormal


up

Summary  |  Top
   protected double[] up


npoints

Summary  |  Top
   protected int npoints


pointArray

Summary  |  Top
   protected double[][] pointArray


colourArray

Summary  |  Top
   protected float[][] colourArray


xformArray

Summary  |  Top
   protected double[][][] xformArray


  Constructors

GLEContext

Summary  |  Top

   public GLEContext() 

Default constructor



  Methods

getJoinStyle

Summary  |  Top
   protected final int getJoinStyle() 

Returns the current join style



setJoinStyle

Summary  |  Top
   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