A library for working with phylogenetic and population genetic data.
v0.27.0
SvgMargin Struct Reference

#include <genesis/utils/formats/svg/helper.hpp>

Detailed Description

Definition at line 81 of file utils/formats/svg/helper.hpp.

Public Member Functions

 SvgMargin ()
 
 SvgMargin (double all)
 
 SvgMargin (double top, double right, double bottom, double left)
 
 SvgMargin (double top, double right_left, double bottom)
 
 SvgMargin (double top_bottom, double right_left)
 

Public Attributes

double bottom
 
double left
 
double right
 
double top
 

Constructor & Destructor Documentation

◆ SvgMargin() [1/5]

SvgMargin ( )
inlineexplicit

Definition at line 83 of file utils/formats/svg/helper.hpp.

◆ SvgMargin() [2/5]

SvgMargin ( double  all)
inlineexplicit

Definition at line 87 of file utils/formats/svg/helper.hpp.

◆ SvgMargin() [3/5]

SvgMargin ( double  top_bottom,
double  right_left 
)
inlineexplicit

Definition at line 91 of file utils/formats/svg/helper.hpp.

◆ SvgMargin() [4/5]

SvgMargin ( double  top,
double  right_left,
double  bottom 
)
inlineexplicit

Definition at line 95 of file utils/formats/svg/helper.hpp.

◆ SvgMargin() [5/5]

SvgMargin ( double  top,
double  right,
double  bottom,
double  left 
)
inlineexplicit

Definition at line 99 of file utils/formats/svg/helper.hpp.

Member Data Documentation

◆ bottom

double bottom

Definition at line 108 of file utils/formats/svg/helper.hpp.

◆ left

double left

Definition at line 109 of file utils/formats/svg/helper.hpp.

◆ right

double right

Definition at line 107 of file utils/formats/svg/helper.hpp.

◆ top

double top

Definition at line 106 of file utils/formats/svg/helper.hpp.


The documentation for this struct was generated from the following file: