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