|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
Test.ArrayTaker
public class ArrayTaker
This class describes and maintain main operations witch array of pixels of proccesed image.
It is also implements Runnable, to proccess the image as external process.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
int |
akumulator
|
javax.swing.event.ChangeEvent |
cc
|
int |
ilB
|
int |
ilP
|
int |
ilPG
|
int |
increm
|
int |
ofs
|
Awaiter |
progres
|
javax.swing.JProgressBar |
step
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
ArrayTaker(LastPictureData picData)
Create this oject. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent arg0)
Never used. |
int |
CheckQ()
Checkin what is and what will be the next walking authomat status. |
void |
Finalize()
|
java.awt.Dimension |
GetDownEdgeFromLeft()
Walking mechanism. |
java.awt.Dimension |
GetDownEdgeFromRight()
Walking mechanism. |
int |
GetFirePixel()
This class main method - edition 0.9. |
java.awt.Dimension |
GetRightEdgeFromDown()
Used to determine shape's max derivative point. |
void |
run()
|
void |
SetAwaiter(Awaiter ar)
|
void |
setPointSides()
Indicates Pointer object values. |
void |
SetQ(int QQ)
Used to stop the counting proccess. |
void |
stateChanged(javax.swing.event.ChangeEvent arg0)
Cooperating with progress bar. |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int ofs
public int ilP
public int ilPG
public int akumulator
public int ilB
public int increm
public javax.swing.event.ChangeEvent cc
public javax.swing.JProgressBar step
public Awaiter progres
Constructor Detail |
---|
public ArrayTaker(LastPictureData picData)
picData
- LastPictureData objectLastPictureData
Method Detail |
---|
public void SetAwaiter(Awaiter ar)
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void Finalize()
public int GetFirePixel()
public int CheckQ()
walking
authomat status.
public void setPointSides()
public java.awt.Dimension GetDownEdgeFromLeft()
public java.awt.Dimension GetDownEdgeFromRight()
public java.awt.Dimension GetRightEdgeFromDown()
public void SetQ(int QQ)
QQ
- Actual authomat state.public void actionPerformed(java.awt.event.ActionEvent arg0)
arg0
- public void stateChanged(javax.swing.event.ChangeEvent arg0)
arg0
- The cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |