|
|||||||||
| Home >> All >> com >> memoire >> [ dja overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.memoire.dja
Class DjaGraphics.BresenhamParams

java.lang.Objectcom.memoire.dja.DjaGraphics.BresenhamParams
- Enclosing class:
- DjaGraphics
- public static final class DjaGraphics.BresenhamParams
- extends java.lang.Object
| Field Summary | |
(package private) int |
compteur_
|
int |
epaisseur_
|
(package private) boolean |
trace_
|
int |
trait_
|
int |
vide_
|
| Constructor Summary | |
DjaGraphics.BresenhamParams()
|
|
DjaGraphics.BresenhamParams(int _trait,
int _vide)
|
|
DjaGraphics.BresenhamParams(int _trait,
int _vide,
int _epaisseur)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
trait_
public int trait_
vide_
public int vide_
epaisseur_
public int epaisseur_
compteur_
int compteur_
trace_
boolean trace_
| Constructor Detail |
DjaGraphics.BresenhamParams
public DjaGraphics.BresenhamParams()
DjaGraphics.BresenhamParams
public DjaGraphics.BresenhamParams(int _trait,
int _vide)
DjaGraphics.BresenhamParams
public DjaGraphics.BresenhamParams(int _trait,
int _vide,
int _epaisseur)
|
|||||||||
| Home >> All >> com >> memoire >> [ dja overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.memoire.dja.DjaGraphics.BresenhamParams