Class: Scruffy::GraphState

Inherits:
Object
  • Object
show all
Defined in:
lib/scruffy/graph_state.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGraphState

Returns a new instance of GraphState.



25
26
27
# File 'lib/scruffy/graph_state.rb', line 25

def initialize
  
end

Instance Attribute Details

#default_typeObject

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_formatterObject

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_markersObject

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_rotationObject

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_ticksObject

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

#rasterizerObject

Returns the value of attribute rasterizer.



23
24
25
# File 'lib/scruffy/graph_state.rb', line 23

def rasterizer
  @rasterizer
end

#themeObject

Returns the value of attribute theme.



16
17
18
# File 'lib/scruffy/graph_state.rb', line 16

def theme
  @theme
end

#titleObject

Returns the value of attribute title.



13
14
15
# File 'lib/scruffy/graph_state.rb', line 13

def title
  @title
end

#value_formatterObject

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_legendObject

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_legendObject

Returns the value of attribute y_legend.



15
16
17
# File 'lib/scruffy/graph_state.rb', line 15

def y_legend
  @y_legend
end