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

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.fudaa.ebli.test.TestGraphe
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.lang.Runnable, java.io.Serializable, javax.swing.WindowConstants
- public class TestGraphe
- extends javax.swing.JFrame
- implements java.lang.Runnable
- extends javax.swing.JFrame
Graphe Definition File.
- Version:
- $Revision: 1.7 $ $Date: 2001/09/17 16:46:53 $ by $Author: deniger $
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JFrame |
javax.swing.JFrame.AccessibleJFrame |
| Nested classes inherited from class java.awt.Frame |
java.awt.Frame.AccessibleAWTFrame |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) java.lang.Thread |
animation
|
(package private) java.lang.String |
erreur
|
(package private) java.lang.String |
FICHIER
|
org.fudaa.ebli.graphe.Graphe |
graphe
|
(package private) int |
h
|
(package private) org.fudaa.ebli.graphe.Lecteur |
lin
|
(package private) java.awt.Image |
tampon
|
(package private) int |
temps
|
(package private) int |
w
|
| Fields inherited from class javax.swing.JFrame |
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
TestGraphe(java.lang.String _FICHIER)
|
|
| Method Summary | |
void |
error(java.lang.String m)
|
java.awt.Dimension |
getSize()
Returns the size of this object. |
void |
init()
|
static void |
main(java.lang.String[] args)
|
void |
maj()
|
void |
paint(java.awt.Graphics g)
Paints this container. |
void |
parse()
|
void |
parseXY()
|
void |
run()
This method will be called by whoever wishes to run your class implementing Runnable. |
void |
start()
|
void |
stop()
|
void |
update(java.awt.Graphics g)
Updates this container. |
| Methods inherited from class java.awt.Frame |
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
| Field Detail |
erreur
java.lang.String erreur
temps
int temps
w
int w
h
int h
animation
java.lang.Thread animation
tampon
java.awt.Image tampon
graphe
public org.fudaa.ebli.graphe.Graphe graphe
lin
org.fudaa.ebli.graphe.Lecteur lin
FICHIER
java.lang.String FICHIER
| Constructor Detail |
TestGraphe
public TestGraphe(java.lang.String _FICHIER)
| Method Detail |
error
public void error(java.lang.String m)
init
public void init()
parse
public void parse()
parseXY
public void parseXY()
getSize
public java.awt.Dimension getSize()
- Description copied from class:
java.awt.Component - Returns the size of this object.
maj
public void maj()
paint
public void paint(java.awt.Graphics g)
- Description copied from class:
java.awt.Container - Paints this container. The implementation of this method in this
class forwards to any lightweight components in this container. If
this method is subclassed, this method should still be invoked as
a superclass method so that lightweight components are properly
drawn.
update
public void update(java.awt.Graphics g)
- Description copied from class:
java.awt.Container - Updates this container. The implementation of this method in this
class forwards to any lightweight components in this container. If
this method is subclassed, this method should still be invoked as
a superclass method so that lightweight components are properly
drawn.
start
public void start()
stop
public void stop()
run
public void run()
- Description copied from interface:
java.lang.Runnable - This method will be called by whoever wishes to run your class
implementing Runnable. Note that there are no restrictions on what
you are allowed to do in the run method, except that you cannot
throw a checked exception.
- Specified by:
runin interfacejava.lang.Runnable
main
public static void main(java.lang.String[] args)
|
|||||||||
| Home >> All >> org >> fudaa >> ebli >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC