fplot_terminal Module



Contents


Interfaces

interface

  • public function term_get_string_result(this) result(x)

    Retrieves a string from a terminal.

    Arguments

    Type IntentOptional Attributes Name
    class(terminal), intent(in) :: this

    The terminal object.

    Return Value character(len=:), allocatable

    The string.


Derived Types

type, public, extends(plot_object) ::  terminal

A GNUPLOT terminal object.

Type-Bound Procedures

procedure , public :: get_command_string => term_get_command_string Function
procedure , public :: get_font_name => term_get_font_name Function
procedure , public :: get_font_size => term_get_font_size Function
procedure (term_get_string_result) , public :: get_id_string
procedure , public :: get_plot_window_number => term_get_plot_window_number Function
procedure , public :: get_title => term_get_title Function
procedure , public :: get_window_height => term_get_window_height Function
procedure , public :: get_window_width => term_get_window_width Function
procedure , public :: set_font_name => term_set_font_name Subroutine
procedure , public :: set_font_size => term_set_font_size Subroutine
procedure , public :: set_plot_window_number => term_set_plot_window_number Subroutine
procedure , public :: set_title => term_set_title Subroutine
procedure , public :: set_window_height => term_set_window_height Subroutine
procedure , public :: set_window_width => term_set_window_width Subroutine