|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinpro.pitch.PitchCandidate
public class PitchCandidate
Field Summary | |
---|---|
int |
frame
|
private double |
pitchHz
|
private double |
score
|
Constructor Summary | |
---|---|
PitchCandidate()
|
|
PitchCandidate(double pitchHz,
double score)
|
Method Summary | |
---|---|
double |
getScore()
|
double |
pitchInCent()
|
double |
pitchInHz()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private double score
public int frame
private double pitchHz
Constructor Detail |
---|
public PitchCandidate()
public PitchCandidate(double pitchHz, double score)
Method Detail |
---|
public double getScore()
public double pitchInHz()
public double pitchInCent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |