|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.core.ChannelRange
public class ChannelRange
| Field Summary | |
|---|---|
protected int |
_first
|
protected int |
_last
|
protected static org.apache.log4j.Logger |
_log4j
Log4j logger |
int |
length
|
| Constructor Summary | |
|---|---|
ChannelRange(int firstChannel,
int lastChannel)
|
|
| Method Summary | |
|---|---|
int |
first()
|
int |
last()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.log4j.Logger _log4j
protected int _first
protected int _last
public int length
| Constructor Detail |
|---|
public ChannelRange(int firstChannel,
int lastChannel)
throws RangeException
RangeException| Method Detail |
|---|
public int first()
public int last()
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 | |||||||