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.



20
21
22
# File 'lib/scruffy/graph_state.rb', line 20

def initialize
  
end

Instance Attribute Details

#default_typeObject

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_markersObject

Returns the value of attribute point_markers.



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

def point_markers
  @point_markers
end

#rasterizerObject

Returns the value of attribute rasterizer.



18
19
20
# File 'lib/scruffy/graph_state.rb', line 18

def rasterizer
  @rasterizer
end

#themeObject

Returns the value of attribute theme.



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

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.



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

def value_formatter
  @value_formatter
end