Class: Roku720BlackRois

Inherits:
RokuBlackRois show all
Defined in:
lib/rois/roku/roku_720/roku_720_black_rois.rb

Overview

The Roku720BlackRois class defines the black ROIs common to all Roku 720p devices.

Instance Method Summary collapse

Methods inherited from RokuBlackRois

#exit_guide_blackscreen

Methods inherited from BlackRois

#SAMPLE, #initialize, #new

Constructor Details

This class inherits a constructor from BlackRois

Instance Method Details

#boot_screenObject



7
8
9
10
# File 'lib/rois/roku/roku_720/roku_720_black_rois.rb', line 7

def boot_screen
  new(:x => 114, :y => 78, :width => 1086, :height => 140, :blackness => 255,
      :ref_img => 'tsimages/reference/roku/720/boot/boot_screen.jpg')
end

#guide_current_channel_highlightedObject



17
18
19
20
# File 'lib/rois/roku/roku_720/roku_720_black_rois.rb', line 17

def guide_current_channel_highlighted
  new(:x => 3, :y => 336, :width => 7, :height => 7, :blackness => 45,
     :ref_img => 'tsimages/reference/roku/roku_guide_current_channel_highlight.JPG')
end

#mini_guide_black_frameObject



32
33
34
35
# File 'lib/rois/roku/roku_720/roku_720_black_rois.rb', line 32

def mini_guide_black_frame
  new(:x => 1108, :y => 150, :width => 72, :height => 31, :blackness => 45,
      :ref_img => 'tsimages/reference/roku/mini_guide_black_frame.JPG')
end

#on_demand_box_art_blackObject



27
28
29
30
# File 'lib/rois/roku/roku_720/roku_720_black_rois.rb', line 27

def on_demand_box_art_black
  new(:x => 549, :y => 215, :width => 182, :height => 227, :blackness => 45,
      :ref_img => 'tsimages/reference/roku/on_demand_page.JPG')
end

#product_page_box_artObject



22
23
24
25
# File 'lib/rois/roku/roku_720/roku_720_black_rois.rb', line 22

def product_page_box_art
  new(:x => 104, :y => 170, :width => 100, :height => 100, :blackness => 45,
     :ref_img => 'tsimages/reference/roku/roku_guide_on_next_box_art.JPG')
end

#start_screenObject



12
13
14
15
# File 'lib/rois/roku/roku_720/roku_720_black_rois.rb', line 12

def start_screen
  new(:blackness => 80, :x => 43, :y => 183, :width => 249, :height => 50,
      :ref_img => 'tsimages/reference/roku/app_start_screen.JPG')
end