Class: FunFX::Flex::Elements::FlexPieSeries

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

#callout_gapObject



2043
2044
2045
# File 'lib/funfx/flex/elements.rb', line 2043

def callout_gap
  get_property_value('calloutGap', Integer)
end

#explode_radiusObject



2011
2012
2013
# File 'lib/funfx/flex/elements.rb', line 2011

def explode_radius
  get_property_value('explodeRadius', Integer)
end

#fieldObject



2015
2016
2017
# File 'lib/funfx/flex/elements.rb', line 2015

def field
  get_property_value('field', String)
end

#font_sizeObject



2039
2040
2041
# File 'lib/funfx/flex/elements.rb', line 2039

def font_size
  get_property_value('fontSize', Integer)
end

#inner_radiusObject



2035
2036
2037
# File 'lib/funfx/flex/elements.rb', line 2035

def inner_radius
  get_property_value('innerRadius', Integer)
end

#inside_label_size_limitObject



2031
2032
2033
# File 'lib/funfx/flex/elements.rb', line 2031

def inside_label_size_limit
  get_property_value('insideLabelSizeLimit', Integer)
end

#label_positionObject



2051
2052
2053
# File 'lib/funfx/flex/elements.rb', line 2051

def label_position
  get_property_value('labelPosition', String)
end

#max_label_radiusObject



2019
2020
2021
# File 'lib/funfx/flex/elements.rb', line 2019

def max_label_radius
  get_property_value('maxLabelRadius', Integer)
end

#name_fieldObject



2023
2024
2025
# File 'lib/funfx/flex/elements.rb', line 2023

def name_field
  get_property_value('nameField', String)
end

#outer_radiusObject



2027
2028
2029
# File 'lib/funfx/flex/elements.rb', line 2027

def outer_radius
  get_property_value('outerRadius', Integer)
end

#start_angleObject



2047
2048
2049
# File 'lib/funfx/flex/elements.rb', line 2047

def start_angle
  get_property_value('startAngle', Integer)
end