<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Class: Fox::FXTIFIcon
— 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::FXTIFIcon";
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 (F)</a> »
<span class='title'><span class='object_link'><a href="../Fox.html" title="Fox (module)">Fox</a></span></span>
»
<span class="title">FXTIFIcon</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>Class: Fox::FXTIFIcon
</h1>
<div class="box_info">
<dl>
<dt>Inherits:</dt>
<dd>
<span class="inheritName"><span class='object_link'><a href="FXIcon.html" title="Fox::FXIcon (class)">FXIcon</a></span></span>
<ul class="fullTree">
<li>Object</li>
<li class="next"><span class='object_link'><a href="FXObject.html" title="Fox::FXObject (class)">FXObject</a></span></li>
<li class="next"><span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></li>
<li class="next"><span class='object_link'><a href="FXDrawable.html" title="Fox::FXDrawable (class)">FXDrawable</a></span></li>
<li class="next"><span class='object_link'><a href="FXImage.html" title="Fox::FXImage (class)">FXImage</a></span></li>
<li class="next"><span class='object_link'><a href="FXIcon.html" title="Fox::FXIcon (class)">FXIcon</a></span></li>
<li class="next">Fox::FXTIFIcon</li>
</ul>
<a href="#" class="inheritanceTree">show all</a>
</dd>
</dl>
<dl>
<dt>Defined in:</dt>
<dd>rdoc-sources/FXTIFIcon.rb</dd>
</dl>
</div>
<h2>Overview</h2><div class="docstring">
<div class="discussion">
<p>Tagged Image File Format (TIFF) Icon</p>
</div>
</div>
<div class="tags">
</div>
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
<ul class="summary">
<li class="public ">
<span class="summary_signature">
<a href="#codec-instance_method" title="#codec (instance method)">#<strong>codec</strong> ⇒ Object </a>
</span>
<span class="summary_desc"><div class='inline'>
<p>Codec setting [Integer].</p>
</div></span>
</li>
</ul>
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXIcon.html" title="Fox::FXIcon (class)">FXIcon</a></span></h3>
<p class="inherited"><span class='object_link'><a href="FXIcon.html#transparentColor-instance_method" title="Fox::FXIcon#transparentColor (method)">#transparentColor</a></span></p>
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXImage.html" title="Fox::FXImage (class)">FXImage</a></span></h3>
<p class="inherited"><span class='object_link'><a href="FXImage.html#data-instance_method" title="Fox::FXImage#data (method)">#data</a></span>, <span class='object_link'><a href="FXImage.html#dataPtr-instance_method" title="Fox::FXImage#dataPtr (method)">#dataPtr</a></span>, <span class='object_link'><a href="FXImage.html#options-instance_method" title="Fox::FXImage#options (method)">#options</a></span>, <span class='object_link'><a href="FXImage.html#pixels-instance_method" title="Fox::FXImage#pixels (method)">#pixels</a></span></p>
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXDrawable.html" title="Fox::FXDrawable (class)">FXDrawable</a></span></h3>
<p class="inherited"><span class='object_link'><a href="FXDrawable.html#height-instance_method" title="Fox::FXDrawable#height (method)">#height</a></span>, <span class='object_link'><a href="FXDrawable.html#visual-instance_method" title="Fox::FXDrawable#visual (method)">#visual</a></span>, <span class='object_link'><a href="FXDrawable.html#width-instance_method" title="Fox::FXDrawable#width (method)">#width</a></span></p>
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></h3>
<p class="inherited"><span class='object_link'><a href="FXId.html#app-instance_method" title="Fox::FXId#app (method)">#app</a></span>, <span class='object_link'><a href="FXId.html#userData-instance_method" title="Fox::FXId#userData (method)">#userData</a></span>, <span class='object_link'><a href="FXId.html#xid-instance_method" title="Fox::FXId#xid (method)">#xid</a></span></p>
<h2>
Class Method Summary
<small><a href="#" class="summary_toggle">collapse</a></small>
</h2>
<ul class="summary">
<li class="public ">
<span class="summary_signature">
<a href="#fileExt-class_method" title="fileExt (class method)">.<strong>fileExt</strong> ⇒ Object </a>
</span>
<span class="summary_desc"><div class='inline'>
<p>Return the suggested file extension for this image type (“tif”).</p>
</div></span>
</li>
<li class="public ">
<span class="summary_signature">
<a href="#mimeType-class_method" title="mimeType (class method)">.<strong>mimeType</strong> ⇒ Object </a>
</span>
<span class="summary_desc"><div class='inline'>
<p>Return the MIME type for this image type.</p>
</div></span>
</li>
<li class="public ">
<span class="summary_signature">
<a href="#supported%3F-class_method" title="supported? (class method)">.<strong>supported?</strong> ⇒ Boolean </a>
</span>
<span class="summary_desc"><div class='inline'>
<p>Return <code>true</code> if TIF image file format is supported.</p>
</div></span>
</li>
</ul>
<h2>
Instance Method Summary
<small><a href="#" class="summary_toggle">collapse</a></small>
</h2>
<ul class="summary">
<li class="public ">
<span class="summary_signature">
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(a, pix = nil, clr = 0, opts = 0, width = 1, height = 1) ⇒ FXTIFIcon </a>
</span>
<span class="note title constructor">constructor</span>
<span class="summary_desc"><div class='inline'>
<p>Return an initialized FXTIFIcon instance.</p>
</div></span>
</li>
</ul>
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXImage.html" title="Fox::FXImage (class)">FXImage</a></span></h3>
<p class="inherited"><span class='object_link'><a href="FXImage.html#blend-instance_method" title="Fox::FXImage#blend (method)">#blend</a></span>, <span class='object_link'><a href="FXImage.html#crop-instance_method" title="Fox::FXImage#crop (method)">#crop</a></span>, <span class='object_link'><a href="FXImage.html#fade-instance_method" title="Fox::FXImage#fade (method)">#fade</a></span>, <span class='object_link'><a href="FXImage.html#fill-instance_method" title="Fox::FXImage#fill (method)">#fill</a></span>, <span class='object_link'><a href="FXImage.html#getPixel-instance_method" title="Fox::FXImage#getPixel (method)">#getPixel</a></span>, <span class='object_link'><a href="FXImage.html#gradient-instance_method" title="Fox::FXImage#gradient (method)">#gradient</a></span>, <span class='object_link'><a href="FXImage.html#hasAlpha%3F-instance_method" title="Fox::FXImage#hasAlpha? (method)">#hasAlpha?</a></span>, <span class='object_link'><a href="FXImage.html#hgradient-instance_method" title="Fox::FXImage#hgradient (method)">#hgradient</a></span>, <span class='object_link'><a href="FXImage.html#initialize_without_data_string-instance_method" title="Fox::FXImage#initialize_without_data_string (method)">#initialize_without_data_string</a></span>, <span class='object_link'><a href="FXImage.html#loadPixels-instance_method" title="Fox::FXImage#loadPixels (method)">#loadPixels</a></span>, <span class='object_link'><a href="FXImage.html#mirror-instance_method" title="Fox::FXImage#mirror (method)">#mirror</a></span>, <span class='object_link'><a href="FXImage.html#pixel_string-instance_method" title="Fox::FXImage#pixel_string (method)">#pixel_string</a></span>, <span class='object_link'><a href="FXImage.html#release-instance_method" title="Fox::FXImage#release (method)">#release</a></span>, <span class='object_link'><a href="FXImage.html#render-instance_method" title="Fox::FXImage#render (method)">#render</a></span>, <span class='object_link'><a href="FXImage.html#restore-instance_method" title="Fox::FXImage#restore (method)">#restore</a></span>, <span class='object_link'><a href="FXImage.html#rotate-instance_method" title="Fox::FXImage#rotate (method)">#rotate</a></span>, <span class='object_link'><a href="FXImage.html#savePixels-instance_method" title="Fox::FXImage#savePixels (method)">#savePixels</a></span>, <span class='object_link'><a href="FXImage.html#scale-instance_method" title="Fox::FXImage#scale (method)">#scale</a></span>, <span class='object_link'><a href="FXImage.html#setPixel-instance_method" title="Fox::FXImage#setPixel (method)">#setPixel</a></span>, <span class='object_link'><a href="FXImage.html#setPixels-instance_method" title="Fox::FXImage#setPixels (method)">#setPixels</a></span>, <span class='object_link'><a href="FXImage.html#setPixels_without_data_string-instance_method" title="Fox::FXImage#setPixels_without_data_string (method)">#setPixels_without_data_string</a></span>, <span class='object_link'><a href="FXImage.html#vgradient-instance_method" title="Fox::FXImage#vgradient (method)">#vgradient</a></span>, <span class='object_link'><a href="FXImage.html#xshear-instance_method" title="Fox::FXImage#xshear (method)">#xshear</a></span>, <span class='object_link'><a href="FXImage.html#yshear-instance_method" title="Fox::FXImage#yshear (method)">#yshear</a></span></p>
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXDrawable.html" title="Fox::FXDrawable (class)">FXDrawable</a></span></h3>
<p class="inherited"><span class='object_link'><a href="FXDrawable.html#resize-instance_method" title="Fox::FXDrawable#resize (method)">#resize</a></span></p>
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXId.html" title="Fox::FXId (class)">FXId</a></span></h3>
<p class="inherited"><span class='object_link'><a href="FXId.html#create-instance_method" title="Fox::FXId#create (method)">#create</a></span>, <span class='object_link'><a href="FXId.html#created%3F-instance_method" title="Fox::FXId#created? (method)">#created?</a></span>, <span class='object_link'><a href="FXId.html#destroy-instance_method" title="Fox::FXId#destroy (method)">#destroy</a></span>, <span class='object_link'><a href="FXId.html#detach-instance_method" title="Fox::FXId#detach (method)">#detach</a></span>, <span class='object_link'><a href="FXId.html#runOnUiThread-instance_method" title="Fox::FXId#runOnUiThread (method)">#runOnUiThread</a></span></p>
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="FXObject.html" title="Fox::FXObject (class)">FXObject</a></span></h3>
<p class="inherited"><span class='object_link'><a href="FXObject.html#bind-instance_method" title="Fox::FXObject#bind (method)">#bind</a></span>, <span class='object_link'><a href="FXObject.html#handle-instance_method" title="Fox::FXObject#handle (method)">#handle</a></span>, <span class='object_link'><a href="FXObject.html#load-instance_method" title="Fox::FXObject#load (method)">#load</a></span>, <span class='object_link'><a href="FXObject.html#save-instance_method" title="Fox::FXObject#save (method)">#save</a></span>, <span class='object_link'><a href="FXObject.html#subclasses-class_method" title="Fox::FXObject.subclasses (method)">subclasses</a></span></p>
<div id="constructor_details" class="method_details_list">
<h2>Constructor Details</h2>
<div class="method_details first">
<h3 class="signature first" id="initialize-instance_method">
#<strong>initialize</strong>(a, pix = nil, clr = 0, opts = 0, width = 1, height = 1) ⇒ <tt><span class='object_link'><a href="" title="Fox::FXTIFIcon (class)">FXTIFIcon</a></span></tt>
</h3><div class="docstring">
<div class="discussion">
<p>Return an initialized FXTIFIcon instance.</p>
<h4 id="label-Parameters-3A">Parameters:</h4>
<dl class="rdoc-list note-list"><dt><code>a</code>
<dd>
<p>an application instance <span class='object_link'><a href="FXApp.html" title="Fox::FXApp (class)">Fox::FXApp</a></span></p>
</dd><dt><code>pix</code>
<dd>
<p>a memory buffer formatted in TIFF file format [String]</p>
</dd><dt><code>clr</code>
<dd>
<p>transparency color <span class='object_link'><a href="FXColor.html" title="Fox::FXColor (class)">Fox::FXColor</a></span></p>
</dd><dt><code>opts</code>
<dd>
<p>options [Integer]</p>
</dd><dt><code>width</code>
<dd>
<p>width [Integer]</p>
</dd><dt><code>height</code>
<dd>
<p>height [Integer]</p>
</dd></dl>
</div>
</div>
<div class="tags">
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
34
35</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'rdoc-sources/FXTIFIcon.rb', line 34</span>
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_a'>a</span><span class='comma'>,</span> <span class='id identifier rubyid_pix'>pix</span><span class='op'>=</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_clr'>clr</span><span class='op'>=</span><span class='int'>0</span><span class='comma'>,</span> <span class='id identifier rubyid_opts'>opts</span><span class='op'>=</span><span class='int'>0</span><span class='comma'>,</span> <span class='id identifier rubyid_width'>width</span><span class='op'>=</span><span class='int'>1</span><span class='comma'>,</span> <span class='id identifier rubyid_height'>height</span><span class='op'>=</span><span class='int'>1</span><span class='rparen'>)</span> <span class='comment'># :yields: theTIFIcon
</span><span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>
<div id="instance_attr_details" class="attr_details">
<h2>Instance Attribute Details</h2>
<span id="codec=-instance_method"></span>
<div class="method_details first">
<h3 class="signature first" id="codec-instance_method">
#<strong>codec</strong> ⇒ <tt>Object</tt>
</h3><div class="docstring">
<div class="discussion">
<p>Codec setting [Integer]</p>
</div>
</div>
<div class="tags">
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
20
21
22</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'rdoc-sources/FXTIFIcon.rb', line 20</span>
<span class='kw'>def</span> <span class='id identifier rubyid_codec'>codec</span>
<span class='ivar'>@codec</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>
<div id="class_method_details" class="method_details_list">
<h2>Class Method Details</h2>
<div class="method_details first">
<h3 class="signature first" id="fileExt-class_method">
.<strong>fileExt</strong> ⇒ <tt>Object</tt>
</h3><div class="docstring">
<div class="discussion">
<p>Return the suggested file extension for this image type (“tif”).</p>
</div>
</div>
<div class="tags">
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
9</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'rdoc-sources/FXTIFIcon.rb', line 9</span>
<span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Fox::FXTIFIcon (class)">FXTIFIcon</a></span></span><span class='period'>.</span><span class='id identifier rubyid_fileExt'>fileExt</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
<div class="method_details ">
<h3 class="signature " id="mimeType-class_method">
.<strong>mimeType</strong> ⇒ <tt>Object</tt>
</h3><div class="docstring">
<div class="discussion">
<p>Return the MIME type for this image type</p>
</div>
</div>
<div class="tags">
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
14</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'rdoc-sources/FXTIFIcon.rb', line 14</span>
<span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Fox::FXTIFIcon (class)">FXTIFIcon</a></span></span><span class='period'>.</span><span class='id identifier rubyid_mimeType'>mimeType</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
<div class="method_details ">
<h3 class="signature " id="supported?-class_method">
.<strong>supported?</strong> ⇒ <tt>Boolean</tt>
</h3><div class="docstring">
<div class="discussion">
<p>Return <code>true</code> if TIF image file format is supported.</p>
</div>
</div>
<div class="tags">
<p class="tag_title">Returns:</p>
<ul class="return">
<li>
<span class='type'>(<tt>Boolean</tt>)</span>
</li>
</ul>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
17</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'rdoc-sources/FXTIFIcon.rb', line 17</span>
<span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Fox::FXTIFIcon (class)">FXTIFIcon</a></span></span><span class='period'>.</span><span class='id identifier rubyid_supported?'>supported?</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated on Fri Nov 27 21:10:50 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.24 (ruby-2.7.2).
</div>
</div>
</body>
</html>