#include <graphics.h>
Inherits base_graphics_object.
Classes | |
class | properties |
Public Member Functions | |
axes (const graphics_handle &mh, const graphics_handle &p) | |
~axes (void) | |
void | override_defaults (base_graphics_object &obj) |
void | set (const caseless_str &name, const octave_value &value) |
void | set_defaults (const std::string &mode) |
octave_value | get (const caseless_str &name) const |
octave_value | get_default (const caseless_str &name) const |
octave_value | get_defaults (void) const |
base_properties & | get_properties (void) |
const base_properties & | get_properties (void) const |
void | update_axis_limits (const std::string &axis_type) |
bool | valid_object (void) const |
axes::axes | ( | const graphics_handle & | mh, | |
const graphics_handle & | p | |||
) | [inline] |
axes::~axes | ( | void | ) | [inline] |
octave_value axes::get | ( | const caseless_str & | name | ) | const [inline, virtual] |
Reimplemented from base_graphics_object.
octave_value axes::get_default | ( | const caseless_str & | name | ) | const [virtual] |
Reimplemented from base_graphics_object.
octave_value axes::get_defaults | ( | void | ) | const [inline, virtual] |
Reimplemented from base_graphics_object.
const base_properties& axes::get_properties | ( | void | ) | const [inline, virtual] |
Reimplemented from base_graphics_object.
base_properties& axes::get_properties | ( | void | ) | [inline, virtual] |
Reimplemented from base_graphics_object.
void axes::override_defaults | ( | base_graphics_object & | obj | ) | [inline, virtual] |
Reimplemented from base_graphics_object.
void axes::set | ( | const caseless_str & | name, | |
const octave_value & | value | |||
) | [inline, virtual] |
Reimplemented from base_graphics_object.
void axes::set_defaults | ( | const std::string & | mode | ) | [inline, virtual] |
Reimplemented from base_graphics_object.
void axes::update_axis_limits | ( | const std::string & | axis_type | ) | [virtual] |
Reimplemented from base_graphics_object.
bool axes::valid_object | ( | void | ) | const [inline, virtual] |
Reimplemented from base_graphics_object.