public class StarMeasProcessor
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
StarMeasProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPoint(PointFloat pt) |
protected void |
process()
Called when each frame closes - not for use otherwise.
|
void |
run()
Starting point for the processing.
|
public void addPoint(PointFloat pt)
public void run()
run in interface java.lang.Runnableprotected void process()