class Bio::KEGG::KGML::Graphics
Bio::KEGG::KGML::Graphics
contains a ‘graphics’ element in the KGML
.
Attributes
background color (String or nil)
polyline coordinates (Array containing Array of [ x, y ] pair of Integer values)
foreground color (String or nil)
height (Integer or nil)
label of the ‘graphics’ element (String or nil)
shape of the ‘graphics’ element (String or nil) Normally one of the following:
-
“rectangle”
-
“circle”
-
“roundrectangle”
-
“line”
If not specified, “rectangle” is the default value.
width (Integer or nil)
X axis position (Integer or nil)
Y axis position (Integer or nil)