Package Array.swing.sidepanel
Class ArrayLineGraphs
java.lang.Object
Array.swing.sidepanel.ArrayDisplay
Array.swing.sidepanel.ArrayLineGraphs
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidupdateData(int streamerMap, long timeMilliseconds, GpsData gpsData) Update the array data.voidupdateLayout(int streamerMap) Update the array layout, may require the addition of extra controls for new sub arrays, etc. 
- 
Constructor Details
- 
ArrayLineGraphs
public ArrayLineGraphs() 
 - 
 - 
Method Details
- 
getComponent
- Specified by:
 getComponentin classArrayDisplay
 - 
updateData
Description copied from class:ArrayDisplayUpdate the array data.- Specified by:
 updateDatain classArrayDisplay
 - 
updateLayout
public void updateLayout(int streamerMap) Description copied from class:ArrayDisplayUpdate the array layout, may require the addition of extra controls for new sub arrays, etc.
can display multiple streamers on one plot or make multiple plots.- Specified by:
 updateLayoutin classArrayDisplay- Parameters:
 streamerMap- bitmap of streamers to display.
 
 -