angleVetoes
Class AngleVeto
java.lang.Object
angleVetoes.AngleVeto
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class AngleVeto
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
Data for a single angle veto. Note that the channel
number information is not currently used.
- Author:
- Douglas Gillespie
- See Also:
- Serialized Form
|
Constructor Summary |
AngleVeto()
|
AngleVeto(int channels,
double startAngle,
double endAngle)
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
channels
protected int channels
startAngle
protected double startAngle
endAngle
protected double endAngle
AngleVeto
public AngleVeto()
AngleVeto
public AngleVeto(int channels,
double startAngle,
double endAngle)
getChannels
public int getChannels()
setChannels
public void setChannels(int channels)
getEndAngle
public double getEndAngle()
setEndAngle
public void setEndAngle(double endAngle)
getStartAngle
public double getStartAngle()
setStartAngle
public void setStartAngle(double startAngle)
clone
public AngleVeto clone()
- Overrides:
clone in class java.lang.Object