Sha256: 87889d12993d094faf80b38505749f1efa16cdf2a2f5d581060fc3b94768d924
Contents?: true
Size: 778 Bytes
Versions: 11
Compression:
Stored size: 778 Bytes
Contents
# ----------------------------------------------------------------------------- # Draws a button on a chart # # Author:: Fernand Galiana # ----------------------------------------------------------------------------- module Ziya::Charts::Support # Button component to draw a a button 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 Button < Base has_attribute :layer, :transition, :delay, :duration, :url_idle, :url_over, :url_press, :x, :y, :width, :height, :alpha, :bevel, :glow, :blur, :shadow, :timeout, :retry end end
Version data entries
11 entries across 11 versions & 2 rubygems