fplot 1.7.1
A Fortran library providing a convenient interface for plotting with Gnuplot.
|
Defines a GNUPLOT Win32 terminal object. More...
Public Member Functions | |
procedure, public | get_id_string wt_get_term_string |
Retrieves a GNUPLOT terminal identifier string. | |
Public Member Functions inherited from fplot_core::terminal | |
procedure, public | get_window_width term_get_window_width |
Gets the width of the plot window. | |
procedure, public | set_window_width term_set_window_width |
Sets the width of the plot window. | |
procedure, public | get_window_height term_get_window_height |
Gets the height of the plot window. | |
procedure, public | set_window_height term_set_window_height |
Sets the height of the plot window. | |
procedure, public | get_command_string term_get_command_string |
Returns the appropriate GNUPLOT command string to establish appropriate parameters. | |
procedure, public | get_plot_window_number term_get_plot_window_number |
Gets the targeted plot window number. | |
procedure, public | set_plot_window_number term_set_plot_window_number |
Sets the targeted plot window number. | |
procedure, public | get_title term_get_title |
Gets the plot window's title. | |
procedure, public | set_title term_set_title |
Sets the plot window's title. | |
procedure, public | get_font_name term_get_font_name |
Gets the name of the font used for text displayed by the graph. | |
procedure, public | set_font_name term_set_font_name |
Sets the name of the font used for text displayed by the graph. | |
procedure, public | get_font_size term_get_font_size |
Gets the size of the font used by the graph. | |
procedure, public | set_font_size term_set_font_size |
Sets the size of the font used by the graph. | |
Private Attributes | |
character(len=3) | m_id = "win" |
The terminal ID string. | |
Additional Inherited Members | |
Public Attributes inherited from fplot_core::terminal | |
integer(int32) | m_windowwidth = GNUPLOT_DEFAULT_WINDOW_WIDTH |
The window width, in pixels. | |
integer(int32) | m_termid = 0 |
The plot window number. | |
character(len=gnuplot_max_label_length) | m_title = "" |
The plot window title. | |
logical | m_hastitle = .false. |
Determines if a plot title is defined. | |
character(len=gnuplot_max_label_length) | m_fontname = GNUPLOT_DEFAULT_FONTNAME |
The font used by the graph. | |
integer(int32) | m_fontsize = GNUPLOT_DEFAULT_FONT_SIZE |
The size of the font used by the graph. | |
Defines a GNUPLOT Win32 terminal object.
Definition at line 1435 of file fplot_core.f90.
|
virtual |
Retrieves a GNUPLOT terminal identifier string.
[in] | this | The windows_terminal object. |
Implements fplot_core::terminal.
Definition at line 1449 of file fplot_core.f90.
|
private |
The terminal ID string.
Definition at line 1438 of file fplot_core.f90.