Class: FunFX::Flex::Elements::FlexBarSeries

Inherits:
FlexSeries show all
Includes:
TabularData
Defined in:
lib/funfx/flex/elements.rb

Constant Summary

Constants inherited from FunFX::Flex::Element

FunFX::Flex::Element::MAX_TRIES

Instance Attribute Summary

Attributes inherited from FunFX::Flex::Element

#flex_app, #flex_locator

Instance Method Summary collapse

Methods included from TabularData

#column_names, #num_columns, #num_rows, #values

Methods inherited from FlexSeries

#click, #double_click, #item_roll_over

Methods inherited from FlexObject

#automation_class_name, #automation_index, #automation_name, #change_focus, #class_name, #current_state, #enabled?, #error_color, #error_string, #focus_enabled?, #id, #num_automation_children, #percent_height, #percent_width, #scale_x, #scale_y, #theme_color, #tool_tip, #use_hand_cursor?

Methods inherited from FlexDisplayObject

#alpha, #click, #height, #mouse_enabled?, #mouse_move, #tab_children?, #tab_enabled?, #tab_index, #visible?, #width, #x, #y

Methods inherited from FunFX::Flex::Element

#fire_event, #flex_invoke, #get_property_value, #get_tabular_property_value, #initialize, #invoke_tabular_method, #label_element, #raise_if_funfx_error, #shift_case

Constructor Details

This class inherits a constructor from FunFX::Flex::Element

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FunFX::Flex::Element

Instance Method Details

#bar_width_ratioObject



2171
2172
2173
# File 'lib/funfx/flex/elements.rb', line 2171

def bar_width_ratio
  get_property_value('barWidthRatio', Integer)
end

#max_bar_widthObject



2175
2176
2177
# File 'lib/funfx/flex/elements.rb', line 2175

def max_bar_width
  get_property_value('maxBarWidth', Integer)
end

#min_fieldObject



2179
2180
2181
# File 'lib/funfx/flex/elements.rb', line 2179

def min_field
  get_property_value('minField', String)
end

#offsetObject



2183
2184
2185
# File 'lib/funfx/flex/elements.rb', line 2183

def offset
  get_property_value('offset', Integer)
end

#x_fieldObject



2187
2188
2189
# File 'lib/funfx/flex/elements.rb', line 2187

def x_field
  get_property_value('xField', String)
end

#y_fieldObject



2191
2192
2193
# File 'lib/funfx/flex/elements.rb', line 2191

def y_field
  get_property_value('yField', String)
end