Class: DYI::Shape::ImageReference

Inherits:
Image show all
Defined in:
lib/dyi/shape/base.rb

Overview

Since:

  • 1.0.0

Constant Summary

Constants inherited from GraphicalElement

GraphicalElement::CLASS_REGEXP

Constants inherited from Element

Element::ID_REGEXP

Instance Attribute Summary

Attributes inherited from Image

#file_path

Attributes inherited from Base

#anchor_href, #anchor_target, #attributes, #clipping, #parent

Attributes inherited from GraphicalElement

#css_class

Attributes inherited from Element

#description, #title

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

Returns:

  • (Boolean)

Since:

  • 1.0.0



766
767
768
# File 'lib/dyi/shape/base.rb', line 766

def include_external_file?
  true
end