|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--starchartDataTransporter.ChartDataTransporter
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 |
private boolean starChartIsInControl
private java.lang.String telescopeStatus
private java.lang.String telescopeOperator
private boolean LogoutStatus
private java.lang.String move
private java.lang.String find
private java.lang.String date
private java.lang.String location
private java.lang.String imageFileSize
private java.lang.String legendFileSize
private java.lang.String starChartSettings
private byte[] img_data
private byte[] legend_data
private java.lang.String imageFileName
private java.lang.String legendFileName
private boolean starChartFinished
Constructor Detail |
public ChartDataTransporter()
Method Detail |
public void cleanUp()
public java.lang.String getDate()
public java.lang.String getFind()
public java.lang.String getImageFileSize()
public byte[] getImg_data()
public java.lang.String getLegendFileSize()
public java.lang.String getLocation()
public java.lang.String getMove()
public javax.swing.ImageIcon getStarChart(javax.swing.JApplet parent)
public javax.swing.ImageIcon getStarChartLegend(javax.swing.JApplet parent)
public java.lang.String getStarChartSettings()
public java.lang.String getTelescopeOperator()
public java.lang.String getTelescopeStatus()
protected java.net.URL getURL(java.lang.String filename)
public boolean isStarChartIsInControl()
public void setDate(java.lang.String newDate)
newDate
- java.lang.Stringpublic void setFind(java.lang.String newFind)
newFind
- java.lang.Stringpublic void setImageFileSize(java.lang.String newImageFileSize)
newImageFileSize
- java.lang.Stringpublic void setImg_data(byte[] newImg_data)
newImg_data
- int[]public void setLegendFileSize(java.lang.String newLegendFileSize)
newLegendFileSize
- java.lang.Stringpublic void setLocation(java.lang.String newLocation)
newLocation
- java.lang.Stringpublic void setMove(java.lang.String newMove)
newMove
- java.lang.Stringpublic void setStarChart(java.lang.String starChartFilename, java.lang.String starChartLegendFileName)
public void setStarChartIsInControl(boolean newStarChartIsInControl)
newStarChartIsInControl
- booleanpublic void setStarChartSettings(java.lang.String newStarChartSettings)
newStarChartSettings
- java.lang.Stringpublic void setTelescopeOperator(java.lang.String newTelescopeOperator)
newTelescopeOperator
- java.lang.Stringpublic void setTelescopeStatus(java.lang.String newTelescopeStatus)
newTelescopeStatus
- java.lang.Stringpublic void showMessage(java.lang.String message)
message
- java.lang.Stringpublic boolean isLogoutStatus()
public void setLogoutStatus(boolean logoutStatus)
logoutStatus
- The logoutStatus to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |