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.
-
#point_markers ⇒ Object
Returns the value of attribute point_markers.
-
#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.
Instance Method Summary collapse
-
#initialize ⇒ GraphState
constructor
A new instance of GraphState.
Constructor Details
#initialize ⇒ GraphState
Returns a new instance of GraphState.
20 21 22 |
# File 'lib/scruffy/graph_state.rb', line 20 def initialize end |
Instance Attribute Details
#default_type ⇒ Object
Returns the value of attribute default_type.
15 16 17 |
# File 'lib/scruffy/graph_state.rb', line 15 def default_type @default_type end |
#point_markers ⇒ Object
Returns the value of attribute point_markers.
16 17 18 |
# File 'lib/scruffy/graph_state.rb', line 16 def point_markers @point_markers end |
#rasterizer ⇒ Object
Returns the value of attribute rasterizer.
18 19 20 |
# File 'lib/scruffy/graph_state.rb', line 18 def rasterizer @rasterizer end |
#theme ⇒ Object
Returns the value of attribute theme.
14 15 16 |
# File 'lib/scruffy/graph_state.rb', line 14 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.
17 18 19 |
# File 'lib/scruffy/graph_state.rb', line 17 def value_formatter @value_formatter end |