Class: Scruffy::GraphState
- Inherits:
-
Object
- Object
- Scruffy::GraphState
- Defined in:
- lib/scruffy/graph_state.rb
Instance Attribute Summary collapse
-
#default_type ⇒ Object
Returns the value of attribute default_type.
-
#key_formatter ⇒ Object
Returns the value of attribute key_formatter.
-
#point_markers ⇒ Object
Returns the value of attribute point_markers.
-
#point_markers_rotation ⇒ Object
Returns the value of attribute point_markers_rotation.
-
#point_markers_ticks ⇒ Object
Returns the value of attribute point_markers_ticks.
-
#rasterizer ⇒ Object
Returns the value of attribute rasterizer.
-
#theme ⇒ Object
Returns the value of attribute theme.
-
#title ⇒ Object
Returns the value of attribute title.
-
#value_formatter ⇒ Object
Returns the value of attribute value_formatter.
-
#x_legend ⇒ Object
Returns the value of attribute x_legend.
-
#y_legend ⇒ Object
Returns the value of attribute y_legend.
Instance Method Summary collapse
-
#initialize ⇒ GraphState
constructor
A new instance of GraphState.
Constructor Details
#initialize ⇒ GraphState
Returns a new instance of GraphState.
25 26 27 |
# File 'lib/scruffy/graph_state.rb', line 25 def initialize end |
Instance Attribute Details
#default_type ⇒ Object
Returns the value of attribute default_type.
17 18 19 |
# File 'lib/scruffy/graph_state.rb', line 17 def default_type @default_type end |
#key_formatter ⇒ Object
Returns the value of attribute key_formatter.
22 23 24 |
# File 'lib/scruffy/graph_state.rb', line 22 def key_formatter @key_formatter end |
#point_markers ⇒ Object
Returns the value of attribute point_markers.
18 19 20 |
# File 'lib/scruffy/graph_state.rb', line 18 def point_markers @point_markers end |
#point_markers_rotation ⇒ Object
Returns the value of attribute point_markers_rotation.
19 20 21 |
# File 'lib/scruffy/graph_state.rb', line 19 def point_markers_rotation @point_markers_rotation end |
#point_markers_ticks ⇒ Object
Returns the value of attribute point_markers_ticks.
20 21 22 |
# File 'lib/scruffy/graph_state.rb', line 20 def point_markers_ticks @point_markers_ticks end |
#rasterizer ⇒ Object
Returns the value of attribute rasterizer.
23 24 25 |
# File 'lib/scruffy/graph_state.rb', line 23 def rasterizer @rasterizer end |
#theme ⇒ Object
Returns the value of attribute theme.
16 17 18 |
# File 'lib/scruffy/graph_state.rb', line 16 def theme @theme end |
#title ⇒ Object
Returns the value of attribute title.
13 14 15 |
# File 'lib/scruffy/graph_state.rb', line 13 def title @title end |
#value_formatter ⇒ Object
Returns the value of attribute value_formatter.
21 22 23 |
# File 'lib/scruffy/graph_state.rb', line 21 def value_formatter @value_formatter end |
#x_legend ⇒ Object
Returns the value of attribute x_legend.
14 15 16 |
# File 'lib/scruffy/graph_state.rb', line 14 def x_legend @x_legend end |
#y_legend ⇒ Object
Returns the value of attribute y_legend.
15 16 17 |
# File 'lib/scruffy/graph_state.rb', line 15 def y_legend @y_legend end |