Class: EideticRML::Widgets::Star
- Includes:
- Shape
- Defined in:
- lib/erml_widgets.rb
Instance Attribute Summary
Attributes inherited from Widget
#disabled, #height_pct, #max_height_pct, #max_width_pct, #parent, #printed, #visible, #width_pct
Instance Method Summary collapse
- #points(value = nil) ⇒ Object
- #r(value = nil) ⇒ Object
- #reverse(value = nil) ⇒ Object
- #rotation(value = nil) ⇒ Object
Methods included from HasLocation
Methods inherited from Widget
#after_layout, #align, #attributes, #before_layout, #border, #border_bottom, #border_left, #border_right, #border_top, #bottom, #clone, #colspan, #content_bottom, #content_height, #content_left, #content_right, #content_top, #content_width, #default_padding_bottom, #default_padding_left, #default_padding_right, #default_padding_top, #display, #display_for_page, #fill, #font, #font_color, #font_size, #font_style, #font_weight, #has_height?, #has_width?, #height, #id, #initialize, #initialize_copy, #klass, #layout_widget, #leaf?, #leaves, #left, #margin, #margin_bottom, #margin_left, #margin_right, #margin_top, #max_content_height, #max_height, #max_height_avail, #max_width, #non_content_height, #non_content_width, #origin_x, #origin_y, #padding, #padding_bottom, #padding_left, #padding_right, #padding_top, #path, #position, #preferred_height, #preferred_width, #print, #right, #root, #root_page, #rotate, #rowspan, #selector_tag, #shift, #tag, #top, #units, #width, #z_index
Methods included from Support
#from_units, parse_measurement, parse_measurement_pts, #to_units
Constructor Details
This class inherits a constructor from EideticRML::Widgets::Widget
Instance Method Details
#points(value = nil) ⇒ Object
946 947 948 |
# File 'lib/erml_widgets.rb', line 946 def points(value=nil) # TODO end |
#r(value = nil) ⇒ Object
950 951 952 |
# File 'lib/erml_widgets.rb', line 950 def r(value=nil) # TODO end |
#reverse(value = nil) ⇒ Object
938 939 940 |
# File 'lib/erml_widgets.rb', line 938 def reverse(value=nil) # TODO end |
#rotation(value = nil) ⇒ Object
942 943 944 |
# File 'lib/erml_widgets.rb', line 942 def rotation(value=nil) # TODO end |