Sha256: d1ca9af08657e50af87df5afe2f97ca90280464a392e17b67511587fe2827ea4
Contents?: true
Size: 839 Bytes
Versions: 11
Compression:
Stored size: 839 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::Components # 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