opale.m2d.object2d
Class GxyFt
java.lang.Object
|
+--opale.tools.OpaleObject
|
+--opale.m2d.Object2D
|
+--opale.m2d.object2d.xyFt
|
+--opale.m2d.object2d.GxyFt
- All Implemented Interfaces:
- java.lang.Cloneable
- public class GxyFt
- extends xyFt
- implements java.lang.Cloneable
Cette classe étend xyFt
et représente graphiquemnet une fonction paramétrique x(t), y(t)..
- Since:
- Opale-2d 0.11
Constructor Summary |
GxyFt()
Constructeur par défaut. |
GxyFt(GxyFt f)
Le constructeur de copie |
GxyFt(OIJ rep)
Construit et initialise le nuage avec 0 points et avec les informations par défaut. |
Method Summary |
java.lang.Object |
clone()
Crée un nouvel objet de même classe et de même contenu. |
void |
draw(Pen2D c)
|
InfoObject |
getInfo()
|
int |
readKeyWord(java.lang.String word,
java.io.StreamTokenizer f,
OpaleSet p)
Abstract method to read a key word in a file '*.ode'. |
void |
writeMore(java.io.PrintWriter f,
OpaleSet p)
Write complementary information in a stream. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GxyFt
public GxyFt()
- Constructeur par défaut.
GxyFt
public GxyFt(OIJ rep)
- Construit et initialise le nuage avec 0 points et avec les informations par défaut.
- Parameters:
OIJ
- rep, le repère.
GxyFt
public GxyFt(GxyFt f)
- Le constructeur de copie
- Parameters:
GData
- d, l'objet à copier.
draw
public void draw(Pen2D c)
getInfo
public InfoObject getInfo()
readKeyWord
public int readKeyWord(java.lang.String word,
java.io.StreamTokenizer f,
OpaleSet p)
throws java.io.IOException,
InvalidFormatException
- Description copied from class:
OpaleObject
- Abstract method to read a key word in a file '*.ode'.
- Overrides:
readKeyWord
in class xyFt
- Following copied from class:
opale.tools.OpaleObject
- Parameters:
String
- s, key word to read.StreamTokenizer
- f, stream to read.OpaleSet
- session, the group of 'Opale' object- Returns:
- int, 0 if the key word is correct, -1 otherwise.
writeMore
public void writeMore(java.io.PrintWriter f,
OpaleSet p)
- Description copied from class:
Object2D
- Write complementary information in a stream.
- Overrides:
writeMore
in class xyFt
- Following copied from class:
opale.m2d.Object2D
- Parameters:
WFile
- f, the file in writing .
clone
public java.lang.Object clone()
- Crée un nouvel objet de même classe et de même contenu.
- Overrides:
clone
in class xyFt
- Returns:
- Object un clone de l'objet.
- Throws:
OutOfMemoryError
- s'il n'y a pas assez de mémoire.- See Also:
Cloneable