|
|||||||||
| 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 Courbe

java.lang.Objectorg.fudaa.ebli.graphe.Courbe
- public class Courbe
- extends java.lang.Object
Courbe
- Version:
- $Revision: 1.12 $ $Date: 2001/09/17 16:46:53 $ by $Author: deniger $
| Field Summary | |
Aspect |
aspect
|
int |
axe
|
boolean |
marqueurs
|
java.lang.String |
titre
|
java.lang.String |
trace
|
java.lang.String |
type
|
java.util.Vector |
valeurs
|
boolean |
visible
|
| Constructor Summary | |
Courbe()
|
|
| Method Summary | |
(package private) void |
dessine(java.awt.Graphics g,
int x,
int y,
int w,
int h,
Axe ax,
Axe ay,
boolean b)
|
(package private) double |
getMaxX()
|
(package private) double |
getMaxY()
|
(package private) double |
getMinX()
|
(package private) double |
getMinY()
|
static Courbe |
parse(Lecteur lin)
|
static Courbe |
parseXY(Lecteur lin)
|
(package private) void |
trieX()
|
(package private) void |
trieY()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
titre
public java.lang.String titre
visible
public boolean visible
type
public java.lang.String type
trace
public java.lang.String trace
axe
public int axe
marqueurs
public boolean marqueurs
aspect
public Aspect aspect
valeurs
public java.util.Vector valeurs
| Constructor Detail |
Courbe
public Courbe()
| Method Detail |
parse
public static Courbe parse(Lecteur lin)
parseXY
public static Courbe parseXY(Lecteur lin)
trieX
void trieX()
trieY
void trieY()
getMinX
double getMinX()
getMinY
double getMinY()
getMaxX
double getMaxX()
getMaxY
double getMaxY()
dessine
void dessine(java.awt.Graphics g, int x, int y, int w, int h, Axe ax, Axe ay, boolean b)
|
|||||||||
| 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.Courbe