Methods

Class Index

Quicksearch

Ziya::Charts::ImagePie

Public Class Methods

new( license=nil, chart_id=nil ) click to toggle source

Creates an area chart

:license:the XML/SWF charts license
:chart_id:the name of the chart style sheet.

    # File lib/ziya/charts/image_pie.rb, line 13
13:     def initialize( license=nil, chart_id=nil )
14:       super( license, chart_id )
15:       @type = "image pie"      
16:     end

secsequence

--- SEC00037

seccomment

--- ""

method_list

--- 
- methods: 
  - visibility: public
    aref: M000116
    name: new
    sourcecode: "    <span class=\"ruby-comment cmt\"># File lib/ziya/charts/image_pie.rb, line 13</span>\n\
      13:     <span class=\"ruby-keyword kw\">def</span> <span class=\"ruby-identifier\">initialize</span>( <span class=\"ruby-identifier\">license</span>=<span class=\"ruby-keyword kw\">nil</span>, <span class=\"ruby-identifier\">chart_id</span>=<span class=\"ruby-keyword kw\">nil</span> )\n\
      14:       <span class=\"ruby-keyword kw\">super</span>( <span class=\"ruby-identifier\">license</span>, <span class=\"ruby-identifier\">chart_id</span> )\n\
      15:       <span class=\"ruby-ivar\">@type</span> = <span class=\"ruby-value str\">&quot;image pie&quot;</span>      \n\
      16:     <span class=\"ruby-keyword kw\">end</span>"
    m_desc: |-
      <p>
      Creates an area chart
      </p>
      <table>
      <tr><td valign="top"><tt>:license</tt>:</td><td>the XML/SWF charts license
      
      </td></tr>
      <tr><td valign="top"><tt>:chart_id</tt>:</td><td>the name of the chart style sheet.
      
      </td></tr>
      </table>
    params: ( license=nil, chart_id=nil )
  category: Class
  type: Public

sectitle

--- 

[Validate]

Generated with the Darkfish Rdoc Generator.