Class: FunFX::Flex::Elements::FlexAxisRenderer

Inherits:
FlexObject 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 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

#can_drop_labels?Boolean

Returns:

  • (Boolean)


527
528
529
# File 'lib/funfx/flex/elements.rb', line 527

def can_drop_labels?
  get_property_value('canDropLabels', TrueClass)
end

#can_stagger?Boolean

Returns:

  • (Boolean)


531
532
533
# File 'lib/funfx/flex/elements.rb', line 531

def can_stagger?
  get_property_value('canStagger', TrueClass)
end

#height_limitObject



515
516
517
# File 'lib/funfx/flex/elements.rb', line 515

def height_limit
  get_property_value('heightLimit', Integer)
end

#label_gapObject



535
536
537
# File 'lib/funfx/flex/elements.rb', line 535

def label_gap
  get_property_value('labelGap', Integer)
end

#label_rotationObject



539
540
541
# File 'lib/funfx/flex/elements.rb', line 539

def label_rotation
  get_property_value('labelRotation', Integer)
end

#lengthObject



519
520
521
# File 'lib/funfx/flex/elements.rb', line 519

def length
  get_property_value('length', Integer)
end

#minor_tick_lengthObject



543
544
545
# File 'lib/funfx/flex/elements.rb', line 543

def minor_tick_length
  get_property_value('minorTickLength', Integer)
end

#minor_tick_placementObject



547
548
549
# File 'lib/funfx/flex/elements.rb', line 547

def minor_tick_placement
  get_property_value('minorTickPlacement', String)
end

#minor_ticksObject



571
572
573
# File 'lib/funfx/flex/elements.rb', line 571

def minor_ticks
  get_property_value('minorTicks', String)
end

#placementObject



523
524
525
# File 'lib/funfx/flex/elements.rb', line 523

def placement
  get_property_value('placement', String)
end

#show_labels?Boolean

Returns:

  • (Boolean)


551
552
553
# File 'lib/funfx/flex/elements.rb', line 551

def show_labels?
  get_property_value('showLabels', TrueClass)
end

#show_line?Boolean

Returns:

  • (Boolean)


555
556
557
# File 'lib/funfx/flex/elements.rb', line 555

def show_line?
  get_property_value('showLine', TrueClass)
end

#tick_lengthObject



559
560
561
# File 'lib/funfx/flex/elements.rb', line 559

def tick_length
  get_property_value('tickLength', Integer)
end

#tick_placementObject



563
564
565
# File 'lib/funfx/flex/elements.rb', line 563

def tick_placement
  get_property_value('tickPlacement', String)
end

#ticksObject



567
568
569
# File 'lib/funfx/flex/elements.rb', line 567

def ticks
  get_property_value('ticks', String)
end