All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----picture.PicPipe
|
+----picture.Gallery
|
+----picture.Animation
This code is (c) 1996 Leemon Baird
<leemon@cs.cmu.edu>,
http://www.cs.cmu.edu/~baird
The source and object code may be redistributed freely.
If the code is modified, please state so in the comments.
protected double time[]
protected double dTime
protected NumExp first
protected NumExp last
protected IntExp frames
protected boolean skipLast
protected PicPipePipeline source
public Animation()
public void get(PicPipeList source,
Colors color,
double x,
double y,
double z,
double t,
double dx,
double dy,
double dz,
double dt)
public String BNF(int lang)
public void unparse(Unparser u,
int lang)
public Object parse(Parser p,
int lang) throws ParserException
All Packages Class Hierarchy This Package Previous Next Index