Class: DYI::Shape::ImageReference
- Inherits:
-
Image
- Object
- Element
- GraphicalElement
- Base
- Rectangle
- Image
- DYI::Shape::ImageReference
- Defined in:
- lib/dyi/shape/base.rb
Overview
Constant Summary
Constants inherited from GraphicalElement
GraphicalElement::CLASS_REGEXP
Constants inherited from Element
Instance Attribute Summary
Attributes inherited from Image
Attributes inherited from Base
#anchor_href, #anchor_target, #attributes, #clipping, #parent
Attributes inherited from GraphicalElement
Attributes inherited from Element
Instance Method Summary collapse
Methods inherited from Image
#has_uri_reference?, #initialize, #write_as
Methods inherited from Rectangle
#bottom, #center, create_on_corner, create_on_width_height, #initialize, #left, #right, #top, #write_as
Methods inherited from Base
#add_animation, #add_painting_animation, #add_transform_animation, #animate?, #animations, #clear_clipping, #draw_on, #has_marker?, #has_uri_reference?, #root_element?, #root_node?, #rotate, #scale, #set_clipping, #set_clipping_shapes, #set_event, #skew_x, #skew_y, #transform, #translate
Methods inherited from GraphicalElement
#add_css_class, #add_event_listener, #css_classes, #event_listeners, #event_target?, #remove_css_class, #remove_event_listener, #set_event, #to_reused_source
Methods inherited from Element
#canvas, #child_elements, #has_uri_reference?, #id, #id=, #inner_id
Constructor Details
This class inherits a constructor from DYI::Shape::Image
Instance Method Details
#include_external_file? ⇒ Boolean
766 767 768 |
# File 'lib/dyi/shape/base.rb', line 766 def include_external_file? true end |