Sha256: 16c056467e0cd2e8ff4fb5bc6f06586e1c7ff0435ff23ed04f2ea82fbd1d4f18

Contents?: true

Size: 844 Bytes

Versions: 11

Compression:

Stored size: 844 Bytes

Contents

# -----------------------------------------------------------------------------
# Draw an image on a chart. Can also be used to reference another chart and 
# embed it in the current chart. (See XML/SWF docs for composite charts )
#
# Author:: Fernand Galiana
# Date::   Dec 15th, 2006
# -----------------------------------------------------------------------------
module Ziya::Charts::Support
  # Renders the specified image (jpg/gif) on the chart. Must be set up within the draw
  # component.
  # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=draw
  # for additional documentation, examples and futher detail.          
  class Image < Base  
    has_attribute :layer, :transition, :delay, :duration, :url, :x, :y, :width,
                  :height, :rotation, :alpha, :bevel, :glow, :blur, :timeout, :retry
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
derailed-ziya-2.1.0 lib/ziya/charts/support/image.rb
derailed-ziya-2.1.1 lib/ziya/charts/support/image.rb
derailed-ziya-2.1.2 lib/ziya/charts/support/image.rb
derailed-ziya-2.1.3 lib/ziya/charts/support/image.rb
derailed-ziya-2.1.4 lib/ziya/charts/support/image.rb
derailed-ziya-2.1.5 lib/ziya/charts/support/image.rb
ziya-2.3.0 lib/ziya/charts/support/image.rb
ziya-2.1.9 lib/ziya/charts/support/image.rb
ziya-2.1.8 lib/ziya/charts/support/image.rb
ziya-2.1.7 lib/ziya/charts/support/image.rb
ziya-2.1.6 lib/ziya/charts/support/image.rb