|
|||||||||
| Home >> All >> org >> fudaa >> ebli >> [ graphe overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fudaa.ebli.graphe
Class Axe

java.lang.Objectorg.fudaa.ebli.graphe.Axe
- public class Axe
- extends java.lang.Object
Etiquette
- Version:
- $Revision: 1.11 $ $Date: 2001/09/17 16:46:53 $ by $Author: deniger $
| Field Summary | |
Aspect |
aspect
|
static boolean |
DEBUG
|
int |
ecart
|
java.util.Vector |
etiquettes
|
boolean |
graduations
|
boolean |
grille
|
double |
maximum
|
double |
minimum
|
double |
pas
|
java.lang.String |
titre
|
java.lang.String |
unite
|
boolean |
vertical
|
boolean |
visible
|
| Constructor Summary | |
Axe()
|
|
| Method Summary | |
(package private) void |
dessine(java.awt.Graphics g,
int x,
int y,
int w,
int h)
|
static Axe |
parse(Lecteur lin)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
DEBUG
public static boolean DEBUG
titre
public java.lang.String titre
visible
public boolean visible
unite
public java.lang.String unite
vertical
public boolean vertical
graduations
public boolean graduations
grille
public boolean grille
ecart
public int ecart
minimum
public double minimum
maximum
public double maximum
pas
public double pas
etiquettes
public java.util.Vector etiquettes
aspect
public Aspect aspect
| Constructor Detail |
Axe
public Axe()
| Method Detail |
parse
public static Axe parse(Lecteur lin)
dessine
void dessine(java.awt.Graphics g, int x, int y, int w, int h)
|
|||||||||
| Home >> All >> org >> fudaa >> ebli >> [ graphe overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.fudaa.ebli.graphe.Axe