|
From: <de...@us...> - 2003-12-12 10:32:12
|
Update of /cvsroot/fudaa/fudaa_devel/ebli/src/org/fudaa/ebli/test
In directory sc8-pr-cvs1:/tmp/cvs-serv21927/test
Modified Files:
TestGraphe.java essai.gdf
Log Message:
Deplacement du package tableau et filechooser
Index: TestGraphe.java
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/ebli/src/org/fudaa/ebli/test/TestGraphe.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TestGraphe.java 25 Nov 2003 10:06:47 -0000 1.5
--- TestGraphe.java 12 Dec 2003 10:32:09 -0000 1.6
***************
*** 83,87 ****
}
public void paint(Graphics g) {
! g.drawImage(tampon, 0, 0, this);
}
public void update(Graphics g) {
--- 83,88 ----
}
public void paint(Graphics g) {
! Insets insets=getInsets();
! g.drawImage(tampon, insets.left, insets.top, this);
}
public void update(Graphics g) {
Index: essai.gdf
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/ebli/src/org/fudaa/ebli/test/essai.gdf,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** essai.gdf 11 Dec 2003 12:41:52 -0000 1.1
--- essai.gdf 12 Dec 2003 10:32:09 -0000 1.2
***************
*** 1,11 ****
graphe
{
legende oui
marges
{
droite 50
! gauche 1
! haut 1
! bas 1
}
courbe
--- 1,30 ----
graphe
{
+ titre essai
legende oui
+ axe
+ {
+ orientation vertical
+ minimum 0
+ maximum 60
+ graduations oui
+ pas 10
+ titre Y
+ }
+ axe
+ {
+ minimum 0
+ maximum 60
+ graduations oui
+ pas 10
+ titre X
+ }
+
marges
{
droite 50
! gauche 50
! haut 50
! bas 50
}
courbe
|