gggt.eg.set
Class Noise

java.lang.Object
  extended by gggt.eg.set.Noise

public class Noise
extends java.lang.Object

This class corresponds to the noise tag into the setting file.


Method Summary
 boolean getApply()
          To get the apply attribute.
 boolean getMove()
          To get the move attribute.
 boolean getResize()
          To get the scale attribute.
 boolean getRotation()
          To get the rotation attribute.
 boolean getThickness()
          To get the thickness attribute.
 double getVariance()
          To get the var attribute.
 void print()
          Print method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getApply

public boolean getApply()
To get the apply attribute.


getResize

public boolean getResize()
To get the scale attribute.


getRotation

public boolean getRotation()
To get the rotation attribute.


getMove

public boolean getMove()
To get the move attribute.


getThickness

public boolean getThickness()
To get the thickness attribute.


getVariance

public double getVariance()
To get the var attribute.


print

public void print()
Print method.