gggt.eg.dst
Class Distort

java.lang.Object
  extended by java.util.Random
      extended by gggt.eg.dst.Gaussian
          extended by gggt.eg.dst.Distort
All Implemented Interfaces:
java.io.Serializable

public class Distort
extends Gaussian

Class to add vectorial distortion

See Also:
Serialized Form

Constructor Summary
Distort(boolean resize, boolean rotate, boolean move, double variance)
          Default constructor.
 
Method Summary
 void process(gom.OGraphic o)
          Main method.
 
Methods inherited from class gggt.eg.dst.Gaussian
getVar, nextValue
 
Methods inherited from class java.util.Random
nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Distort

public Distort(boolean resize,
               boolean rotate,
               boolean move,
               double variance)
Default constructor.

Method Detail

process

public void process(gom.OGraphic o)
Main method.