|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectStructure
edu.wpi.first.wpilibj.image.NIVision.Range
public static class NIVision.Range
| Constructor Summary | |
|---|---|
NIVision.Range(int lower,
int upper)
Create a new range with the specified upper and lower boundaries |
|
| Method Summary | |
|---|---|
void |
free()
Free the memory used by this range |
int |
getLower()
Get the lower boundary |
int |
getUpper()
Get the upper boundary |
void |
read()
|
void |
set(int lower,
int upper)
Set the upper and lower boundaries |
int |
size()
|
void |
write()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NIVision.Range(int lower,
int upper)
lower - The lower limitupper - The upper limit| Method Detail |
|---|
public void read()
public void write()
public int size()
public void free()
public void set(int lower,
int upper)
lower - The lower limitupper - The upper limitpublic int getLower()
public int getUpper()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||