Class LinePlotImageDisplay


Methods

Number LinePlotImageDisplayCountSlices( LinePlotImageDisplay lpid )
Returns the number of slices in the line plot.
 
Number LinePlotImageDisplayGetBaseIntensity( LinePlotImageDisplay lpid )
Returns the base intensity of the line plot.
 
void LinePlotImageDisplayGetContrastLimits( LinePlotImageDisplay lpid, NumberVariable lowLimit, NumberVariable highLimit )
Gets the lowest and higest intensities displayed.
 
void LinePlotImageDisplayGetDisplayedChannels( LinePlotImageDisplay lpid, NumberVariable leftChannel, NumberVariable rightChannel )
Gets the leftmost and rightmost displayed channels.
 
void LinePlotImageDisplayGetDoAutoSurvey( LinePlotImageDisplay lpid, NumberVariable doAutoSurveyLow, NumberVariable doAutoSurveyHigh )
Gets whether to auto-survey is done on the high and low intensity limits.
 
Number LinePlotImageDisplayGetSlice( LinePlotImageDisplay lpid )
Returns slice currently displayed at the bottom.
 
void LinePlotImageDisplayGetSliceComponentColor( LinePlotImageDisplay lpid, Number slice_index, Number comp_index, NumberVariable r, NumberVariable g, NumberVariable b )
Returns the color of the 'comp_index'th component of the 'slice_index'th slice.
 
Number LinePlotImageDisplayGetSliceDrawingStyle( LinePlotImageDisplay lpid, Number slice_index )
Returns the drawing style of the 'slice_index'th slice.
 
void LinePlotImageDisplayGetTrackingStyle( LinePlotImageDisplay lpid, NumberVariable track_style_x, NumberVariable track_style_y )
Gets the tracking style of the line plot.
 
Boolean LinePlotImageDisplayIsBackgroundOn( LinePlotImageDisplay lpid )
Returns true if the background is erased.
 
Boolean LinePlotImageDisplayIsFilled( LinePlotImageDisplay lpid )
Returns true if the line plot is filled.
 
Boolean LinePlotImageDisplayIsFrameOn( LinePlotImageDisplay lpid )
Returns true if the frame is drawn.
 
Boolean LinePlotImageDisplayIsGridOn( LinePlotImageDisplay lpid )
Returns true if the grid is displayed on.
 
void LinePlotImageDisplaySetBackgroundOn( LinePlotImageDisplay lpid, Boolean on )
Sets whether to erase the background.
 
void LinePlotImageDisplaySetBaseIntensity( LinePlotImageDisplay lpid, Number base_intensity )
Sets the base intensity of the line plot.
 
void LinePlotImageDisplaySetContrastLimits( LinePlotImageDisplay lpid, Number lowLimit, Number highLimit )
Sets the lowest and highest intensities displayed.
 
void LinePlotImageDisplaySetDisplayedChannels( LinePlotImageDisplay lpid, Number leftChannel, Number rightChannel )
Sets the leftmost and rightmost displayed channels.
 
void LinePlotImageDisplaySetDoAutoSurvey( LinePlotImageDisplay lpid, Boolean doAutoSurveyLow, Boolean doAutoSurveyHigh )
Sets whether to do auto-survey on the high and low intensity limits.
 
void LinePlotImageDisplaySetFilled( LinePlotImageDisplay lpid, Boolean on )
Sets whether to fill the lineplot.
 
void LinePlotImageDisplaySetFrameOn( LinePlotImageDisplay lpid, Boolean on )
Sets whether to draw the frame.
 
void LinePlotImageDisplaySetGridOn( LinePlotImageDisplay lpid, Boolean on )
Sets whether to draw the grid.
 
void LinePlotImageDisplaySetSlice( LinePlotImageDisplay lpid, Number slice )
Sets the slice currently displayed at the bottom.
 
void LinePlotImageDisplaySetSliceComponentColor( LinePlotImageDisplay lpid, Number slice_index, Number comp_index, Number r, Number g, Number b )
Sets the color of the 'comp_index'th component of the 'slice_index'th slice.
 
void LinePlotImageDisplaySetSliceDrawingStyle( LinePlotImageDisplay lpid, Number slice_index, Number style )
Sets the drawing style of the 'slice_index'th slice.
 
void LinePlotImageDisplaySetTrackingStyle( LinePlotImageDisplay lpid, Number track_style_x, Number track_style_y )
Sets the tracking style of the line plot.
 

Related Functions

LinePlotImageDisplay =( LinePlotImageDisplay dst, LinePlotImageDisplay lpid )
 
LinePlotImageDisplay =( LinePlotImageDisplay dst, ! )
 
LinePlotImageDisplay =( LinePlotImageDisplay dst, ImageDisplay id )
 
LinePlotImageDisplay LinePlotImageDisplayNullify( ! )