Sha256: f60df31c2f433e2c0720b04bf3ab7a1674a2eec2f55582bcf90ca504592c5227

Contents?: true

Size: 767 Bytes

Versions: 11

Compression:

Stored size: 767 Bytes

Contents

# -----------------------------------------------------------------------------
# Draws some text on a chart
#
# Author:: Fernand Galiana
# Date::   Dec 15th, 2006
# -----------------------------------------------------------------------------
module Ziya::Components
  # Text component to draw text 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 Text < Base  
    has_attribute :layer, :transition, :delay, :duration, :x, :y, :width,
                  :height, :h_align, :v_align, :rotation, :font, :bold, :size,
                  :color, :alpha, :shadow, :bevel, :glow, :blur, :text
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
derailed-ziya-2.0.4 lib/ziya/components/text.rb
derailed-ziya-2.0.6 lib/ziya/components/text.rb
derailed-ziya-2.0.8 lib/ziya/components/text.rb
ziya-2.0.0 lib/ziya/components/text.rb
ziya-2.0.1 lib/ziya/components/text.rb
ziya-2.0.2 lib/ziya/components/text.rb
ziya-2.0.6 lib/ziya/components/text.rb
ziya-2.0.7 lib/ziya/components/text.rb
ziya-2.0.5 lib/ziya/components/text.rb
ziya-2.0.4 lib/ziya/components/text.rb
ziya-2.0.3 lib/ziya/components/text.rb