FIGUE
*Tutorial *Previous *Current *Next

Input/Output Operations : Saving to an XML Stream

* Step by Step

Open an output stream.
StringWriter theOutputStream = new StringWriter();
Write the objet state on the stream.
_facade.writeAsXML(theOutputStream);

* Example

Accelerators :
home, end, page up, page down, left arrow,right arrow, up arrow, down arrow.
Autoscrolling :
drag the mouse inside the text area, approach a border or a corner, and wait.

* The Whole Program

* Related Classes and Methods

* What Next ?

Now you can :

*Tutorial *Previous *Current *Next

Comments or suggestions?
Need some help?
Copyright ©1998 INRIA
Last updated 4 November 1998 by Bruno Conductier
FIGUE