Codebase list ruby-fxruby / run/f762db3d-88aa-4cf6-acc2-33e3fa65a958/upstream docs / Fox / Canvas.html
run/f762db3d-88aa-4cf6-acc2-33e3fa65a958/upstream

Tree @run/f762db3d-88aa-4cf6-acc2-33e3fa65a958/upstream (Download .tar.gz)

Canvas.html @run/f762db3d-88aa-4cf6-acc2-33e3fa65a958/upstreamraw · history · blame

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
  Module: Fox::Canvas
  
    &mdash; FXRuby API Documentation
  
</title>

  <link rel="stylesheet" href="../css/style.css" type="text/css" />

  <link rel="stylesheet" href="../css/common.css" type="text/css" />

<script type="text/javascript">
  pathId = "Fox::Canvas";
  relpath = '../';
</script>


  <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>

  <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>


  </head>
  <body>
    <div class="nav_wrap">
      <iframe id="nav" src="../class_list.html?1"></iframe>
      <div id="resizer"></div>
    </div>

    <div id="main" tabindex="-1">
      <div id="header">
        <div id="menu">
  
    <a href="../_index.html">Index (C)</a> &raquo;
    <span class='title'><span class='object_link'><a href="../Fox.html" title="Fox (module)">Fox</a></span></span>
     &raquo; 
    <span class="title">Canvas</span>
  
</div>

        <div id="search">
  
    <a class="full_list_link" id="class_list_link"
        href="../class_list.html">

        <svg width="24" height="24">
          <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
          <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
          <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
        </svg>
    </a>
  
</div>
        <div class="clear"></div>
      </div>

      <div id="content"><h1>Module: Fox::Canvas
  
  
  
</h1>
<div class="box_info">
  

  
  
  
  
  

  

  
  <dl>
    <dt>Defined in:</dt>
    <dd>lib/fox16/canvas.rb</dd>
  </dl>
  
</div>

<h2>Overview</h2><div class="docstring">
  <div class="discussion">
    
<p>The Canvas module defines a framework similar to that provided by Tk’s Canvas widget (and subsequent improvements, such as GNOME’s Canvas and wxWindows’ Object Graphics Library).</p>

<p>Links</p>

<h5 id="label-"></h5>

<p>Tk’s Canvas Widget</p>

<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_http'>http</span><span class='symbol'>:/</span><span class='op'>/</span><span class='id identifier rubyid_starship'>starship</span><span class='period'>.</span><span class='id identifier rubyid_python'>python</span><span class='period'>.</span><span class='id identifier rubyid_net'>net</span><span class='op'>/</span><span class='id identifier rubyid_crew'>crew</span><span class='op'>/</span><span class='id identifier rubyid_fredrik'>fredrik</span><span class='op'>/</span><span class='id identifier rubyid_tkmanual'>tkmanual</span><span class='op'>/</span><span class='id identifier rubyid_canvas'>canvas</span><span class='period'>.</span><span class='id identifier rubyid_html'>html</span>
<span class='id identifier rubyid_http'>http</span><span class='symbol'>:/</span><span class='op'>/</span><span class='id identifier rubyid_www'>www</span><span class='period'>.</span><span class='id identifier rubyid_dci'>dci</span><span class='period'>.</span><span class='id identifier rubyid_clrc'>clrc</span><span class='period'>.</span><span class='id identifier rubyid_ac'>ac</span><span class='period'>.</span><span class='id identifier rubyid_uk'>uk</span><span class='op'>/</span><span class='const'>Publications</span><span class='op'>/</span><span class='const'>Cookbook</span><span class='op'>/</span><span class='id identifier rubyid_chap4'>chap4</span><span class='period'>.</span><span class='id identifier rubyid_html'>html</span>
</code></pre>

<p>GNOME’s Canvas Widget</p>

<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_http'>http</span><span class='symbol'>:/</span><span class='op'>/</span><span class='id identifier rubyid_developer'>developer</span><span class='period'>.</span><span class='id identifier rubyid_gnome'>gnome</span><span class='period'>.</span><span class='id identifier rubyid_org'>org</span><span class='op'>/</span><span class='id identifier rubyid_doc'>doc</span><span class='op'>/</span><span class='id identifier rubyid_whitepapers'>whitepapers</span><span class='op'>/</span><span class='id identifier rubyid_canvas'>canvas</span><span class='op'>/</span><span class='id identifier rubyid_canvas'>canvas</span><span class='period'>.</span><span class='id identifier rubyid_html'>html</span>
</code></pre>


  </div>
</div>
<div class="tags">
  

</div><h2>Defined Under Namespace</h2>
<p class="children">
  
    
  
    
      <strong class="classes">Classes:</strong> <span class='object_link'><a href="Canvas/CanvasError.html" title="Fox::Canvas::CanvasError (class)">CanvasError</a></span>, <span class='object_link'><a href="Canvas/CircleShape.html" title="Fox::Canvas::CircleShape (class)">CircleShape</a></span>, <span class='object_link'><a href="Canvas/ImageShape.html" title="Fox::Canvas::ImageShape (class)">ImageShape</a></span>, <span class='object_link'><a href="Canvas/LineShape.html" title="Fox::Canvas::LineShape (class)">LineShape</a></span>, <span class='object_link'><a href="Canvas/PolygonShape.html" title="Fox::Canvas::PolygonShape (class)">PolygonShape</a></span>, <span class='object_link'><a href="Canvas/RectangleShape.html" title="Fox::Canvas::RectangleShape (class)">RectangleShape</a></span>, <span class='object_link'><a href="Canvas/SelectionPolicy.html" title="Fox::Canvas::SelectionPolicy (class)">SelectionPolicy</a></span>, <span class='object_link'><a href="Canvas/Shape.html" title="Fox::Canvas::Shape (class)">Shape</a></span>, <span class='object_link'><a href="Canvas/ShapeCanvas.html" title="Fox::Canvas::ShapeCanvas (class)">ShapeCanvas</a></span>, <span class='object_link'><a href="Canvas/ShapeGroup.html" title="Fox::Canvas::ShapeGroup (class)">ShapeGroup</a></span>, <span class='object_link'><a href="Canvas/SingleSelectionPolicy.html" title="Fox::Canvas::SingleSelectionPolicy (class)">SingleSelectionPolicy</a></span>, <span class='object_link'><a href="Canvas/TextShape.html" title="Fox::Canvas::TextShape (class)">TextShape</a></span>
    
  
</p>









</div>

      <div id="footer">
  Generated on Mon Jan  2 11:47:22 2023 by
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
  0.9.28 (ruby-3.1.2).
</div>

    </div>
  </body>
</html>