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

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

Detailed Description

Definition at line 92 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 94 of file utils/formats/svg/helper.hpp.

◆ SvgMargin() [2/5]

SvgMargin ( double  all)
inlineexplicit

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

◆ SvgMargin() [3/5]

SvgMargin ( double  top_bottom,
double  right_left 
)
inlineexplicit

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

◆ SvgMargin() [4/5]

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

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

◆ SvgMargin() [5/5]

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

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

Member Data Documentation

◆ bottom

double bottom

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

◆ left

double left

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

◆ right

double right

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

◆ top

double top

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


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