OffsetSpecs Class Reference
The class used to specify offset options. More...
#include <OffsetSpecsOf.hpp>
Inheritance diagram for OffsetSpecs:
Collaboration diagram for OffsetSpecs:
Additional Inherited Members | |
Public Member Functions inherited from OffsetSpecsOf< OffsetSpecs > | |
| OffsetSpecsOf () | |
| Construct a default OffsetSpecsOf instance. | |
| auto | shiftAlongX (double chars) -> OffsetSpecs & |
| Shift the underlying plot element along the x direction by given number of characters (can be fraction). | |
| auto | shiftAlongY (double chars) -> OffsetSpecs & |
| Shift the underlying plot element along the y direction by given number of characters (can be fraction). | |
| auto | shiftAlongGraphX (double val) -> OffsetSpecs & |
| Shift the underlying plot element along the x direction within the graph coordinate system. | |
| auto | shiftAlongGraphY (double val) -> OffsetSpecs & |
| Shift the underlying plot element along the y direction within the graph coordinate system. | |
| auto | shiftAlongScreenX (double val) -> OffsetSpecs & |
| Shift the underlying plot element along the x direction within the screen coordinate system. | |
| auto | shiftAlongScreenY (double val) -> OffsetSpecs & |
| Shift the underlying plot element along the y direction within the screen coordinate system. | |
| auto | repr () const -> std::string |
| Convert this OffsetSpecsOf object into a gnuplot formatted string. | |
Public Member Functions inherited from Specs< OffsetSpecs > | |
| virtual | ~Specs ()=default |
| Pure virtual destructor (this class is an abstract base class). | |
| operator std::string () const | |
| Return a string representation of this object of some class that derives from specs. | |
| auto | derived () -> OffsetSpecs & |
| Return a reference to the specs object of class derived from this. | |
| auto | derived () const -> const OffsetSpecs & |
| Return a const reference to the specs object of class derived from this. | |
Detailed Description
The class used to specify offset options.
The documentation for this class was generated from the following file:
- sciplot/specs/OffsetSpecsOf.hpp
Public Member Functions inherited from