Sha256: c5e9548d0f01c4d8a71519c530bc3d8732dd71ab741b5ac0718ec4dd9c27d026
Contents?: true
Size: 474 Bytes
Versions: 22
Compression:
Stored size: 474 Bytes
Contents
# ----------------------------------------------------------------------------- # Draws a clickable area for a gauge # # Author:: Fernand Galiana # ----------------------------------------------------------------------------- require 'ziya/gauges/support/base' module Ziya::Gauges::Support class Area < Base has_attribute :x, :y, :width, :height, :url, :target, :text, :font, :bold, :size, :color, :background_color, :alpha, :stop_sound end end
Version data entries
22 entries across 22 versions & 2 rubygems