|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cameraDataTransporter.CameraDataTransporter
Field Summary | |
private java.lang.String |
cameraStatus
|
private int |
DelayTimeLeft
|
private int |
ExposureDelayRange
|
private int |
ExposureTime
|
private int |
ExposureTimeLeft
|
private int |
ExposureTimeRange
|
private java.lang.String |
ExposureType
|
private java.lang.String[] |
Filters
|
private java.lang.String |
imageFileName
|
private java.lang.String |
imageFileSize
|
private boolean |
imageFinished
|
private byte[] |
img_data
|
private java.util.Vector |
loggedInUsers
|
private boolean |
LogoutStatus
|
private java.util.Vector |
messages
|
private java.lang.String |
selectedFilter
|
(package private) java.lang.String |
telescopeOperator
|
(package private) java.lang.String |
telescopeStatus
|
private boolean |
useJavaSimulator
|
Constructor Summary | |
CameraDataTransporter()
ChartDataTransporter constructor comment. |
Method Summary | |
void |
addMessage(java.lang.String msg)
Insert the method's description here. |
java.lang.String |
fetchMessage(int index)
Insert the method's description here. |
int |
getDelayTimeLeft()
Insert the method's description here. |
int |
getExposureDelayRange()
Insert the method's description here. |
int |
getExposureTime()
Insert the method's description here. |
int |
getExposureTimeLeft()
Insert the method's description here. |
int |
getExposureTimeRange()
Insert the method's description here. |
java.lang.String |
getExposureType()
Insert the method's description here. |
java.lang.String[] |
getFilters()
Insert the method's description here. |
javax.swing.ImageIcon |
getImage(javax.swing.JApplet parent)
Insert the method's description here. |
java.lang.String |
getImageFileSize()
Returns the imageFileSize. |
byte[] |
getImg_data()
Returns the img_data. |
java.util.Vector |
getLoggedInUsers()
Insert the method's description here. |
java.lang.String |
getSelectedFilter()
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 |
isImageFinished()
Returns the imageFinished. |
boolean |
isLogoutStatus()
Returns the logoutStatus. |
boolean |
isUseJavaSimulator()
Insert the method's description here. |
void |
setDelayTimeLeft(int newDelayTimeLeft)
Insert the method's description here. |
void |
setExposureDelayRange(int newExposureDelayRange)
Insert the method's description here. |
void |
setExposureTime(int newExposureTime)
Insert the method's description here. |
void |
setExposureTimeLeft(int newExposureTimeLeft)
Insert the method's description here. |
void |
setExposureTimeRange(int newExposureTimeRange)
Insert the method's description here. |
void |
setExposureType(java.lang.String newExposureType)
Insert the method's description here. |
void |
setFilters(java.lang.String[] newFilters)
Insert the method's description here. |
void |
setImage(java.lang.String imageFilename)
Method setImage. |
void |
setImageFileSize(java.lang.String imageFileSize)
Sets the imageFileSize. |
void |
setImageFinished(boolean imageFinished)
Sets the imageFinished. |
void |
setImg_data(byte[] img_data)
Sets the img_data. |
void |
setLoggedInUsers(java.util.Vector newLoggedInUsers)
Insert the method's description here. |
void |
setLogoutStatus(boolean logoutStatus)
Sets the logoutStatus. |
void |
setSelectedFilter(java.lang.String newSelectedFilter)
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 |
setUseJavaSimulator(boolean newUseJavaSimulator)
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 LogoutStatus
private java.lang.String cameraStatus
java.lang.String telescopeStatus
java.lang.String telescopeOperator
private java.util.Vector loggedInUsers
private java.util.Vector messages
private boolean useJavaSimulator
private java.lang.String ExposureType
private int ExposureTime
private int ExposureTimeRange
private int ExposureTimeLeft
private int ExposureDelayRange
private int DelayTimeLeft
private java.lang.String[] Filters
private java.lang.String selectedFilter
private java.lang.String imageFileSize
private byte[] img_data
private java.lang.String imageFileName
private boolean imageFinished
Constructor Detail |
public CameraDataTransporter()
Method Detail |
public void addMessage(java.lang.String msg)
msg
- java.lang.Stringpublic java.lang.String fetchMessage(int index)
index
- int
public int getDelayTimeLeft()
public int getExposureDelayRange()
public int getExposureTime()
public int getExposureTimeLeft()
public int getExposureTimeRange()
public java.lang.String getExposureType()
public java.lang.String[] getFilters()
public java.util.Vector getLoggedInUsers()
public java.lang.String getSelectedFilter()
public java.lang.String getTelescopeOperator()
public java.lang.String getTelescopeStatus()
protected java.net.URL getURL(java.lang.String filename)
public javax.swing.ImageIcon getImage(javax.swing.JApplet parent)
public boolean isUseJavaSimulator()
public void setDelayTimeLeft(int newDelayTimeLeft)
newDelayTimeLeft
- intpublic void setExposureDelayRange(int newExposureDelayRange)
newExposureDelayRange
- intpublic void setExposureTime(int newExposureTime)
newExposureTime
- intpublic void setExposureTimeLeft(int newExposureTimeLeft)
newExposureTimeLeft
- intpublic void setExposureTimeRange(int newExposureTimeRange)
newExposureTimeRange
- intpublic void setExposureType(java.lang.String newExposureType)
newExposureType
- java.lang.Stringpublic void setFilters(java.lang.String[] newFilters)
newFilters
- java.lang.String[]public void setLoggedInUsers(java.util.Vector newLoggedInUsers)
newLoggedInUsers
- java.util.Vectorpublic void setSelectedFilter(java.lang.String newSelectedFilter)
newSelectedFilter
- java.lang.Stringpublic void setTelescopeOperator(java.lang.String newTelescopeOperator)
newTelescopeOperator
- java.lang.Stringpublic void setTelescopeStatus(java.lang.String newTelescopeStatus)
newTelescopeStatus
- java.lang.Stringpublic void setUseJavaSimulator(boolean newUseJavaSimulator)
newUseJavaSimulator
- booleanpublic boolean isLogoutStatus()
public void setLogoutStatus(boolean logoutStatus)
logoutStatus
- The logoutStatus to setpublic void setImage(java.lang.String imageFilename)
imageFilename
- public void showMessage(java.lang.String message)
message
- java.lang.Stringpublic java.lang.String getImageFileSize()
public byte[] getImg_data()
public void setImageFileSize(java.lang.String imageFileSize)
imageFileSize
- The imageFileSize to setpublic void setImg_data(byte[] img_data)
img_data
- The img_data to setpublic boolean isImageFinished()
public void setImageFinished(boolean imageFinished)
imageFinished
- The imageFinished to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |