|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fhkl.zw.mkup.rattrap.Results
public class Results
This class calculates the coordinates for the visualization.
Constructor Summary | |
---|---|
Results()
Standard constructor. |
|
Results(XMLClient c)
The constructor initializes the XMLRPC Client |
Method Summary | |
---|---|
void |
connectAndGet()
The method connects to the XMLRPC Client und stores the resultset. |
void |
convertHarvesterCoordinates(java.util.Vector v)
Converts the world grid coordinates in pixel coordinates. |
java.util.Hashtable |
convertHomeCoordinates(java.util.Hashtable h)
The method converts global coordinates to pixel coordinates. |
void |
convertSpamCoordinates(java.util.Vector v)
Converts the world grid coordinates in pixel coordinates. |
java.util.Vector |
getHarvesterCoords()
|
java.util.Vector |
getResults()
|
java.util.Vector |
getSpamCoords()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Results(XMLClient c)
c
- - the XMLRPC-Clientpublic Results()
Method Detail |
---|
public void connectAndGet()
public java.util.Vector getResults()
public java.util.Hashtable convertHomeCoordinates(java.util.Hashtable h)
h:
- This hashtable contains the global coordinates of the user's homecountry.
public void convertSpamCoordinates(java.util.Vector v)
v
- The Vector containing the grid coordinates.public void convertHarvesterCoordinates(java.util.Vector v)
v
- The Vector containing the grid coordinates.public java.util.Vector getHarvesterCoords()
public java.util.Vector getSpamCoords()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |