org.fraid.sampled
Class Samples

java.lang.Object
  extended by org.fraid.sampled.Samples
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Samples
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
 Complex[] samples
           
 double start
           
 double step
           
 
Constructor Summary
Samples()
          Creates a new instance of Samples
Samples(double aStart, double aStep, Complex[] aSamples)
           
 
Method Summary
 java.lang.Object clone()
           
 Complex[] getSamples()
          Getter for property samples.
 double getStart()
          Getter for property start.
 double getStep()
          Getter for property step.
 void setSamples(Complex[] samples)
          Setter for property samples.
 void setStart(double start)
          Setter for property start.
 void setStep(double step)
          Setter for property step.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

samples

public Complex[] samples

start

public double start

step

public double step
Constructor Detail

Samples

public Samples()
Creates a new instance of Samples


Samples

public Samples(double aStart,
               double aStep,
               Complex[] aSamples)
Method Detail

getSamples

public Complex[] getSamples()
Getter for property samples.

Returns:
Value of property samples.

setSamples

public void setSamples(Complex[] samples)
Setter for property samples.

Parameters:
samples - New value of property samples.

getStart

public double getStart()
Getter for property start.

Returns:
Value of property start.

setStart

public void setStart(double start)
Setter for property start.

Parameters:
start - New value of property start.

getStep

public double getStep()
Getter for property step.

Returns:
Value of property step.

setStep

public void setStep(double step)
Setter for property step.

Parameters:
step - New value of property step.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException


Fraid (system and language). (C) 2003-2007 Ivaylo Iliev
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.