|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.isti.jevalresp.AmpPhaseBlk
public class AmpPhaseBlk
Class AmpPhaseBlk holds amplitude and a phase value.
Field Summary | |
---|---|
double |
amp
Amplitude value. |
double |
phase
Phase value. |
Constructor Summary | |
---|---|
AmpPhaseBlk(double amp,
double phase)
Creates a block holding an amplitude and a phase value. |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string representation of the values held by this block. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final double amp
public final double phase
Constructor Detail |
---|
public AmpPhaseBlk(double amp, double phase)
amp
- amplitude value.phase
- phase value.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |