|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJobOutput
net.sf.j3d.threeD.raytracer.network.RayTracingJobOutput
public class RayTracingJobOutput
A RayTracingJobOutput object stores
| Constructor Summary | |
|---|---|
RayTracingJobOutput()
Constructs a new RayTracingJobOutput object. |
|
RayTracingJobOutput(String user,
String passwd,
String data)
Constructs a new RayTracingJobOutput object using the specified username and password. |
|
| Method Summary | |
|---|---|
boolean |
addRGB(RGB rgb)
Adds the specified RGB object to the list of color data stored by this RayTracingJobOutput object. |
int |
getDx()
|
int |
getDy()
|
String |
getOutput()
|
long |
getTaskId()
|
int |
getX()
|
int |
getY()
|
Iterator |
iterator()
|
void |
readExternal(ObjectInput in)
|
void |
setOutput(String data)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RayTracingJobOutput()
public RayTracingJobOutput(String user,
String passwd,
String data)
user - Username to use.passwd - Password to use.data - A string of the form "jobId:x:y:dx:dy".| Method Detail |
|---|
public int getDx()
public int getDy()
public long getTaskId()
public int getX()
public int getY()
public void setOutput(String data)
public String getOutput()
public boolean addRGB(RGB rgb)
rgb - RGB object to add.
public Iterator iterator()
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOExceptionExternalizable.writeExternal(java.io.ObjectOutput)
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundExceptionExternalizable.readExternal(java.io.ObjectInput)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||