starchartDataTransporter
Class ChartDataTransporter

java.lang.Object
  |
  +--starchartDataTransporter.ChartDataTransporter
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChartDataTransporterWithLogfile

public class ChartDataTransporter
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.String date
           
private  java.lang.String find
           
private  java.lang.String imageFileName
           
private  java.lang.String imageFileSize
           
private  byte[] img_data
           
private  byte[] legend_data
           
private  java.lang.String legendFileName
           
private  java.lang.String legendFileSize
           
private  java.lang.String location
           
private  boolean LogoutStatus
           
private  java.lang.String move
           
private  boolean starChartFinished
           
private  boolean starChartIsInControl
           
private  java.lang.String starChartSettings
           
private  java.lang.String telescopeOperator
           
private  java.lang.String telescopeStatus
           
 
Constructor Summary
ChartDataTransporter()
          ChartDataTransporter constructor comment.
 
Method Summary
 void cleanUp()
          Insert the method's description here.
 java.lang.String getDate()
          Insert the method's description here.
 java.lang.String getFind()
          Insert the method's description here.
 java.lang.String getImageFileSize()
          Insert the method's description here.
 byte[] getImg_data()
          Insert the method's description here.
 java.lang.String getLegendFileSize()
          Insert the method's description here.
 java.lang.String getLocation()
          Insert the method's description here.
 java.lang.String getMove()
          Insert the method's description here.
 javax.swing.ImageIcon getStarChart(javax.swing.JApplet parent)
          Insert the method's description here.
 javax.swing.ImageIcon getStarChartLegend(javax.swing.JApplet parent)
          Insert the method's description here.
 java.lang.String getStarChartSettings()
          Insert the method's description here.
 java.lang.String getTelescopeOperator()
          Insert the method's description here.
 java.lang.String getTelescopeStatus()
          Insert the method's description here.
protected  java.net.URL getURL(java.lang.String filename)
          Insert the method's description here.
 boolean isLogoutStatus()
          Returns the logoutStatus.
 boolean isStarChartIsInControl()
          Insert the method's description here.
 void setDate(java.lang.String newDate)
          Insert the method's description here.
 void setFind(java.lang.String newFind)
          Insert the method's description here.
 void setImageFileSize(java.lang.String newImageFileSize)
          Insert the method's description here.
 void setImg_data(byte[] newImg_data)
          Insert the method's description here.
 void setLegendFileSize(java.lang.String newLegendFileSize)
          Insert the method's description here.
 void setLocation(java.lang.String newLocation)
          Insert the method's description here.
 void setLogoutStatus(boolean logoutStatus)
          Sets the logoutStatus.
 void setMove(java.lang.String newMove)
          Insert the method's description here.
 void setStarChart(java.lang.String starChartFilename, java.lang.String starChartLegendFileName)
          Insert the method's description here.
 void setStarChartIsInControl(boolean newStarChartIsInControl)
          Insert the method's description here.
 void setStarChartSettings(java.lang.String newStarChartSettings)
          Insert the method's description here.
 void setTelescopeOperator(java.lang.String newTelescopeOperator)
          Insert the method's description here.
 void setTelescopeStatus(java.lang.String newTelescopeStatus)
          Insert the method's description here.
 void showMessage(java.lang.String message)
          Passes a message to the system output console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

starChartIsInControl

private boolean starChartIsInControl

telescopeStatus

private java.lang.String telescopeStatus

telescopeOperator

private java.lang.String telescopeOperator

LogoutStatus

private boolean LogoutStatus

move

private java.lang.String move

find

private java.lang.String find

date

private java.lang.String date

location

private java.lang.String location

imageFileSize

private java.lang.String imageFileSize

legendFileSize

private java.lang.String legendFileSize

starChartSettings

private java.lang.String starChartSettings

img_data

private byte[] img_data

legend_data

private byte[] legend_data

imageFileName

private java.lang.String imageFileName

legendFileName

private java.lang.String legendFileName

starChartFinished

private boolean starChartFinished
Constructor Detail

ChartDataTransporter

public ChartDataTransporter()
ChartDataTransporter constructor comment.

Method Detail

cleanUp

public void cleanUp()
Insert the method's description here. Creation date: (11/11/01 6:20:59 PM)


getDate

public java.lang.String getDate()
Insert the method's description here. Creation date: (6/16/01 11:46:49 AM)

Returns:
java.lang.String

getFind

public java.lang.String getFind()
Insert the method's description here. Creation date: (6/16/01 11:46:49 AM)

Returns:
java.lang.String

getImageFileSize

public java.lang.String getImageFileSize()
Insert the method's description here. Creation date: (7/7/01 10:14:37 PM)

Returns:
java.lang.String

getImg_data

public byte[] getImg_data()
Insert the method's description here. Creation date: (6/16/01 1:10:08 PM)

Returns:
int[]

getLegendFileSize

public java.lang.String getLegendFileSize()
Insert the method's description here. Creation date: (11/11/01 9:32:35 PM)

Returns:
java.lang.String

getLocation

public java.lang.String getLocation()
Insert the method's description here. Creation date: (6/16/01 11:46:49 AM)

Returns:
java.lang.String

getMove

public java.lang.String getMove()
Insert the method's description here. Creation date: (6/22/01 4:26:33 PM)

Returns:
java.lang.String

getStarChart

public javax.swing.ImageIcon getStarChart(javax.swing.JApplet parent)
Insert the method's description here. Creation date: (6/16/01 12:27:57 PM)

Returns:
javax.swing.ImageIcon

getStarChartLegend

public javax.swing.ImageIcon getStarChartLegend(javax.swing.JApplet parent)
Insert the method's description here. Creation date: (6/16/01 12:27:57 PM)

Returns:
javax.swing.ImageIcon

getStarChartSettings

public java.lang.String getStarChartSettings()
Insert the method's description here. Creation date: (1/29/02 2:46:25 PM)

Returns:
java.lang.String

getTelescopeOperator

public java.lang.String getTelescopeOperator()
Insert the method's description here. Creation date: (1/9/02 3:01:30 PM)

Returns:
java.lang.String

getTelescopeStatus

public java.lang.String getTelescopeStatus()
Insert the method's description here. Creation date: (6/16/01 11:46:50 AM)

Returns:
java.lang.String

getURL

protected java.net.URL getURL(java.lang.String filename)
Insert the method's description here. Creation date: (6/11/01 8:41:40 PM)

Returns:
java.net.URL

isStarChartIsInControl

public boolean isStarChartIsInControl()
Insert the method's description here. Creation date: (1/9/02 4:37:44 PM)

Returns:
boolean

setDate

public void setDate(java.lang.String newDate)
Insert the method's description here. Creation date: (6/16/01 11:46:49 AM)

Parameters:
newDate - java.lang.String

setFind

public void setFind(java.lang.String newFind)
Insert the method's description here. Creation date: (6/16/01 11:46:49 AM)

Parameters:
newFind - java.lang.String

setImageFileSize

public void setImageFileSize(java.lang.String newImageFileSize)
Insert the method's description here. Creation date: (7/7/01 10:14:37 PM)

Parameters:
newImageFileSize - java.lang.String

setImg_data

public void setImg_data(byte[] newImg_data)
Insert the method's description here. Creation date: (6/16/01 1:10:08 PM)

Parameters:
newImg_data - int[]

setLegendFileSize

public void setLegendFileSize(java.lang.String newLegendFileSize)
Insert the method's description here. Creation date: (11/11/01 9:32:35 PM)

Parameters:
newLegendFileSize - java.lang.String

setLocation

public void setLocation(java.lang.String newLocation)
Insert the method's description here. Creation date: (6/16/01 11:46:49 AM)

Parameters:
newLocation - java.lang.String

setMove

public void setMove(java.lang.String newMove)
Insert the method's description here. Creation date: (6/22/01 4:26:33 PM)

Parameters:
newMove - java.lang.String

setStarChart

public void setStarChart(java.lang.String starChartFilename,
                         java.lang.String starChartLegendFileName)
Insert the method's description here. Creation date: (6/16/01 12:27:57 PM)


setStarChartIsInControl

public void setStarChartIsInControl(boolean newStarChartIsInControl)
Insert the method's description here. Creation date: (1/9/02 4:37:44 PM)

Parameters:
newStarChartIsInControl - boolean

setStarChartSettings

public void setStarChartSettings(java.lang.String newStarChartSettings)
Insert the method's description here. Creation date: (1/29/02 2:46:25 PM)

Parameters:
newStarChartSettings - java.lang.String

setTelescopeOperator

public void setTelescopeOperator(java.lang.String newTelescopeOperator)
Insert the method's description here. Creation date: (1/9/02 3:01:30 PM)

Parameters:
newTelescopeOperator - java.lang.String

setTelescopeStatus

public void setTelescopeStatus(java.lang.String newTelescopeStatus)
Insert the method's description here. Creation date: (6/16/01 11:46:50 AM)

Parameters:
newTelescopeStatus - java.lang.String

showMessage

public void showMessage(java.lang.String message)
Passes a message to the system output console. Creation date: (1/19/02 2:58:37 PM)

Parameters:
message - java.lang.String

isLogoutStatus

public boolean isLogoutStatus()
Returns the logoutStatus.

Returns:
boolean

setLogoutStatus

public void setLogoutStatus(boolean logoutStatus)
Sets the logoutStatus.

Parameters:
logoutStatus - The logoutStatus to set