artofillusion.animation
Class Smoothness

java.lang.Object
  extended by artofillusion.animation.Smoothness

public class Smoothness
extends java.lang.Object


Constructor Summary
Smoothness()
           
Smoothness(java.io.DataInputStream in)
           
Smoothness(double s)
           
 
Method Summary
 Smoothness duplicate()
           
 double getLeftSmoothness()
           
 double getRightSmoothness()
           
 Smoothness getSmoother()
           
 boolean isForceSame()
           
 void setSmoothness(double s)
           
 void setSmoothness(double left, double right)
           
 void writeToStream(java.io.DataOutputStream out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Smoothness

public Smoothness()

Smoothness

public Smoothness(double s)

Smoothness

public Smoothness(java.io.DataInputStream in)
           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

duplicate

public Smoothness duplicate()

getLeftSmoothness

public double getLeftSmoothness()

getRightSmoothness

public double getRightSmoothness()

setSmoothness

public void setSmoothness(double s)

setSmoothness

public void setSmoothness(double left,
                          double right)

isForceSame

public boolean isForceSame()

getSmoother

public Smoothness getSmoother()

writeToStream

public void writeToStream(java.io.DataOutputStream out)
                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 1999-2011 by Peter Eastman.