java.lang.Object
org.fudaa.ebli.trace.Gouraud
- public class Gouraud
- extends java.lang.Object
- Version:
- $Revision: 1.5 $ $Date: 2001/09/11 15:29:21 $ by $Author: deniger $
|
Method Summary |
(package private) static int |
abs(int v)
|
void |
drawRectangle(int[] xp,
int[] yp,
java.awt.Color[] cc)
|
void |
drawRectangle(int[] xp,
int[] yp,
int[] rc,
int[] vc,
int[] bc)
|
void |
drawTriangle(int[] xp,
int[] yp,
java.awt.Color[] cc)
|
void |
drawTriangle(int[] xp,
int[] yp,
int[] rc,
int[] vc,
int[] bc)
|
void |
fillRectangle(int[] xp,
int[] yp,
java.awt.Color[] cc)
|
void |
fillRectangle(int[] xp,
int[] yp,
int[] rc,
int[] vc,
int[] bc)
|
void |
fillTriangle(int[] xp,
int[] yp,
java.awt.Color[] cc)
|
void |
fillTriangle(int[] xp,
int[] yp,
int[] rc,
int[] vc,
int[] bc)
|
java.awt.Graphics |
getGraphics()
|
(package private) static int |
max(int v1,
int v2)
|
(package private) static int |
max(int v1,
int v2,
int v3)
|
(package private) static int |
plat(int[] v)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
niveau_
int niveau_
taille_
int taille_
g
java.awt.Graphics g
Gouraud
public Gouraud(java.awt.Graphics _g)
Gouraud
public Gouraud(java.awt.Graphics _g,
int _niveau,
int _taille)
abs
static int abs(int v)
max
static int max(int v1,
int v2)
max
static int max(int v1,
int v2,
int v3)
plat
static int plat(int[] v)
getGraphics
public java.awt.Graphics getGraphics()
drawRectangle
public void drawRectangle(int[] xp,
int[] yp,
java.awt.Color[] cc)
drawRectangle
public void drawRectangle(int[] xp,
int[] yp,
int[] rc,
int[] vc,
int[] bc)
fillRectangle
public void fillRectangle(int[] xp,
int[] yp,
java.awt.Color[] cc)
fillRectangle
public void fillRectangle(int[] xp,
int[] yp,
int[] rc,
int[] vc,
int[] bc)
drawTriangle
public void drawTriangle(int[] xp,
int[] yp,
java.awt.Color[] cc)
drawTriangle
public void drawTriangle(int[] xp,
int[] yp,
int[] rc,
int[] vc,
int[] bc)
fillTriangle
public void fillTriangle(int[] xp,
int[] yp,
java.awt.Color[] cc)
fillTriangle
public void fillTriangle(int[] xp,
int[] yp,
int[] rc,
int[] vc,
int[] bc)