![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/libs/absol-acomp/out/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Class: ClusterIconStyle</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> </head> <body> <div id="main"> <h1 class="page-title">Class: ClusterIconStyle</h1> <section> <header> <h2><span class="attribs"><span class="type-signature"></span></span>ClusterIconStyle<span class="signature">()</span><span class="type-signature"></span></h2> <div class="class-description">This class represents the object for values in the <code>styles</code> array passed to the <a href="MarkerClusterer.html">MarkerClusterer</a> constructor. The element in this array that is used to style the cluster icon is determined by calling the <code>calculator</code> function.</div> </header> <article> <div class="container-overview"> <h2>Constructor</h2> <h4 class="name" id="ClusterIconStyle"><span class="type-signature"></span>new ClusterIconStyle<span class="signature">()</span><span class="type-signature"></span></h4> <h5 class="subsection-title">Properties:</h5> <table class="props"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Attributes</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>url</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last">The URL of the cluster icon image file. Required.</td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last">The display height (in pixels) of the cluster icon. Required.</td> </tr> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last">The display width (in pixels) of the cluster icon. Required.</td> </tr> <tr> <td class="name"><code>anchorText</code></td> <td class="type"> <span class="param-type">Array</span> </td> <td class="attributes"> <optional><br> </td> <td class="default"> </td> <td class="description last">The position (in pixels) from the center of the cluster icon to where the text label is to be centered and drawn. The format is <code>[yoffset, xoffset]</code> where <code>yoffset</code> increases as you go down from center and <code>xoffset</code> increases to the right of center. The default is <code>[0, 0]</code>.</td> </tr> <tr> <td class="name"><code>anchorIcon</code></td> <td class="type"> <span class="param-type">Array</span> </td> <td class="attributes"> <optional><br> </td> <td class="default"> </td> <td class="description last">The anchor position (in pixels) of the cluster icon. This is the spot on the cluster icon that is to be aligned with the cluster position. The format is <code>[yoffset, xoffset]</code> where <code>yoffset</code> increases as you go down and <code>xoffset</code> increases to the right of the top-left corner of the icon. The default anchor position is the center of the cluster icon.</td> </tr> <tr> <td class="name"><code>textColor</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> <optional><br> </td> <td class="default"> "black" </td> <td class="description last">The color of the label text shown on the cluster icon.</td> </tr> <tr> <td class="name"><code>textSize</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> <optional><br> </td> <td class="default"> 11 </td> <td class="description last">The size (in pixels) of the label text shown on the cluster icon.</td> </tr> <tr> <td class="name"><code>textDecoration</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> <optional><br> </td> <td class="default"> "none" </td> <td class="description last">The value of the CSS <code>text-decoration</code> property for the label text shown on the cluster icon.</td> </tr> <tr> <td class="name"><code>fontWeight</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> <optional><br> </td> <td class="default"> "bold" </td> <td class="description last">The value of the CSS <code>font-weight</code> property for the label text shown on the cluster icon.</td> </tr> <tr> <td class="name"><code>fontStyle</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> <optional><br> </td> <td class="default"> "normal" </td> <td class="description last">The value of the CSS <code>font-style</code> property for the label text shown on the cluster icon.</td> </tr> <tr> <td class="name"><code>fontFamily</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> <optional><br> </td> <td class="default"> "Arial,sans-serif" </td> <td class="description last">The value of the CSS <code>font-family</code> property for the label text shown on the cluster icon.</td> </tr> <tr> <td class="name"><code>backgroundPosition</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> <optional><br> </td> <td class="default"> "0 0" </td> <td class="description last">The position of the cluster icon image within the image defined by <code>url</code>. The format is <code>"xpos ypos"</code> (the same format as for the CSS <code>background-position</code> property). You must set this property appropriately when the image defined by <code>url</code> represents a sprite containing multiple images. Note that the position <i>must</i> be specified in px units.</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="absol-acomp.js.html">absol-acomp.js</a>, <a href="absol-acomp.js.html#line38528">line 38528</a> </li></ul></dd> </dl> </div> </article> </section> </div> <nav> <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="-_anonymous_-__webpack_modules__.13886-OMTBaseType.html">OMTBaseType</a></li><li><a href="-_anonymous_-__webpack_modules__.16700-ResizeSystem.html">ResizeSystem</a></li><li><a href="-_anonymous_-__webpack_modules__.21769-CalendarInput.html">CalendarInput</a></li><li><a href="-_anonymous_-__webpack_modules__.22483-FlexiconButton.html">FlexiconButton</a></li><li><a href="-_anonymous_-__webpack_modules__.25590-ContextCaptor.html">ContextCaptor</a></li><li><a href="-_anonymous_-__webpack_modules__.27268-TTHeadRow.html">TTHeadRow</a></li><li><a href="-_anonymous_-__webpack_modules__.27386-ChromeCalendar.html">ChromeCalendar</a></li><li><a href="-_anonymous_-__webpack_modules__.27718-DropPanelStack.html">DropPanelStack</a></li><li><a href="-_anonymous_-__webpack_modules__.39421-DateInput.html">DateInput</a></li><li><a href="-_anonymous_-__webpack_modules__.43766-DropPanel.html">DropPanel</a></li><li><a href="-_anonymous_-__webpack_modules__.57401-CircleSectionLabel.html">CircleSectionLabel</a></li><li><a href="-_anonymous_-__webpack_modules__.58982_STATE_TO_STRING.html">STATE_TO_STRING</a></li><li><a href="-_anonymous_-__webpack_modules__.70402-SearchTextInput.html">SearchTextInput</a></li><li><a href="-_anonymous_-__webpack_modules__.86841-DateInput2.html">DateInput2</a></li><li><a href="-_anonymous_-__webpack_modules__.87114-Cluster.html">Cluster</a></li><li><a href="-_anonymous_-__webpack_modules__.87114-MarkerClusterer.html">MarkerClusterer</a></li><li><a href="-_anonymous_-__webpack_modules__.92759-Rectangle_A.html">A</a></li><li><a href="-_anonymous_-__webpack_modules__.93252-Activity.html">Activity</a></li><li><a href="-_anonymous_-__webpack_modules__.93252-Application.html">Application</a></li><li><a href="-_anonymous_-__webpack_modules__.94589-Time24Input.html">Time24Input</a></li><li><a href="ClusterIconInfo.html">ClusterIconInfo</a></li><li><a href="ClusterIconStyle.html">ClusterIconStyle</a></li><li><a href="MarkerClustererOptions.html">MarkerClustererOptions</a></li></ul><h3>Events</h3><ul><li><a href="MarkerClusterer.html#event:click">click</a></li><li><a href="MarkerClusterer.html#event:clusteringbegin">clusteringbegin</a></li><li><a href="MarkerClusterer.html#event:clusteringend">clusteringend</a></li><li><a href="MarkerClusterer.html#event:mouseout">mouseout</a></li><li><a href="MarkerClusterer.html#event:mouseover">mouseover</a></li></ul><h3><a href="global.html">Global</a></h3> </nav> <br class="clear"> <footer> Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Wed Jan 04 2023 18:23:09 GMT+0700 (Indochina Time) </footer> <script> prettyPrint(); </script> <script src="scripts/linenumber.js"> </script> </body> </html>