index.html 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <title>JsDoc Reference - Index</title>
  7. <meta name="generator" content="JsDoc Toolkit" />
  8. <style type="text/css">
  9. /* default.css */
  10. body
  11. {
  12. font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
  13. width: 800px;
  14. }
  15. .header
  16. {
  17. clear: both;
  18. background-color: #ccc;
  19. padding: 8px;
  20. }
  21. h1
  22. {
  23. font-size: 150%;
  24. font-weight: bold;
  25. padding: 0;
  26. margin: 1em 0 0 .3em;
  27. }
  28. hr
  29. {
  30. border: none 0;
  31. border-top: 1px solid #7F8FB1;
  32. height: 1px;
  33. }
  34. pre.code
  35. {
  36. display: block;
  37. padding: 8px;
  38. border: 1px dashed #ccc;
  39. }
  40. #index
  41. {
  42. margin-top: 24px;
  43. float: left;
  44. width: 160px;
  45. position: absolute;
  46. left: 8px;
  47. background-color: #F3F3F3;
  48. padding: 8px;
  49. }
  50. #content
  51. {
  52. margin-left: 190px;
  53. width: 600px;
  54. }
  55. .classList
  56. {
  57. list-style-type: none;
  58. padding: 0;
  59. margin: 0 0 0 8px;
  60. font-family: arial, sans-serif;
  61. font-size: 1em;
  62. overflow: auto;
  63. }
  64. .classList li
  65. {
  66. padding: 0;
  67. margin: 0 0 8px 0;
  68. }
  69. .summaryTable { width: 100%; }
  70. h1.classTitle
  71. {
  72. font-size:170%;
  73. line-height:130%;
  74. }
  75. h2 { font-size: 110%; }
  76. caption, div.sectionTitle
  77. {
  78. background-color: #7F8FB1;
  79. color: #fff;
  80. font-size:130%;
  81. text-align: left;
  82. padding: 2px 6px 2px 6px;
  83. border: 1px #7F8FB1 solid;
  84. }
  85. div.sectionTitle { margin-bottom: 8px; }
  86. .summaryTable thead { display: none; }
  87. .summaryTable td
  88. {
  89. vertical-align: top;
  90. padding: 4px;
  91. border-bottom: 1px #7F8FB1 solid;
  92. border-right: 1px #7F8FB1 solid;
  93. }
  94. /*col#summaryAttributes {}*/
  95. .summaryTable td.attributes
  96. {
  97. border-left: 1px #7F8FB1 solid;
  98. width: 140px;
  99. text-align: right;
  100. }
  101. td.attributes, .fixedFont
  102. {
  103. line-height: 15px;
  104. color: #002EBE;
  105. font-family: "Courier New",Courier,monospace;
  106. font-size: 13px;
  107. }
  108. .summaryTable td.nameDescription
  109. {
  110. text-align: left;
  111. font-size: 13px;
  112. line-height: 15px;
  113. }
  114. .summaryTable td.nameDescription, .description
  115. {
  116. line-height: 15px;
  117. padding: 4px;
  118. padding-left: 4px;
  119. }
  120. pre
  121. {
  122. border-left: solid 10px #ddd;
  123. padding-left: 1.5em;
  124. }
  125. .summaryTable { margin-bottom: 8px; }
  126. ul.inheritsList
  127. {
  128. list-style: square;
  129. margin-left: 20px;
  130. padding-left: 0;
  131. }
  132. .detailList {
  133. margin-left: 20px;
  134. line-height: 15px;
  135. }
  136. .detailList dt { margin-left: 20px; }
  137. .detailList .heading
  138. {
  139. font-weight: bold;
  140. padding-bottom: 6px;
  141. margin-left: 0;
  142. }
  143. .light, td.attributes, .light a:link, .light a:visited
  144. {
  145. color: #777;
  146. font-style: italic;
  147. }
  148. .fineprint
  149. {
  150. text-align: right;
  151. font-size: 10px;
  152. }
  153. </style>
  154. </head>
  155. <body>
  156. <div id="header">
  157. </div>
  158. <div id="index">
  159. <div align="center"><a href="index.html">Class Index</a>
  160. | <a href="files.html">File Index</a></div>
  161. <hr />
  162. <h2>Classes</h2>
  163. <ul class="classList">
  164. <li><i><a href="symbols/_global_.html">_global_</a></i></li>
  165. <li><a href="symbols/Array.html">Array</a></li>
  166. <li><a href="symbols/Date.html">Date</a></li>
  167. <li><a href="symbols/pv.html">pv</a></li>
  168. <li><a href="symbols/pv.Anchor.html">pv.Anchor</a></li>
  169. <li><a href="symbols/pv.Area.html">pv.Area</a></li>
  170. <li><a href="symbols/pv.Bar.html">pv.Bar</a></li>
  171. <li><a href="symbols/pv.Color.html">pv.Color</a></li>
  172. <li><a href="symbols/pv.Color.Hsl.html">pv.Color.Hsl</a></li>
  173. <li><a href="symbols/pv.Color.Rgb.html">pv.Color.Rgb</a></li>
  174. <li><a href="symbols/pv.Colors.html">pv.Colors</a></li>
  175. <li><a href="symbols/pv.Dot.html">pv.Dot</a></li>
  176. <li><a href="symbols/pv.Flatten.html">pv.Flatten</a></li>
  177. <li><a href="symbols/pv.Image.html">pv.Image</a></li>
  178. <li><a href="symbols/pv.Label.html">pv.Label</a></li>
  179. <li><a href="symbols/pv.Layout.grid.html">pv.Layout.grid</a></li>
  180. <li><a href="symbols/pv.Layout.icicle.html">pv.Layout.icicle</a></li>
  181. <li><a href="symbols/pv.Layout.stack.html">pv.Layout.stack</a></li>
  182. <li><a href="symbols/pv.Layout.sunburst.html">pv.Layout.sunburst</a></li>
  183. <li><a href="symbols/pv.Layout.treemap.html">pv.Layout.treemap</a></li>
  184. <li><a href="symbols/pv.Line.html">pv.Line</a></li>
  185. <li><a href="symbols/pv.Mark.html">pv.Mark</a></li>
  186. <li><a href="symbols/pv.Nest.html">pv.Nest</a></li>
  187. <li><a href="symbols/pv.ns.html">pv.ns</a></li>
  188. <li><a href="symbols/pv.Panel.html">pv.Panel</a></li>
  189. <li><a href="symbols/pv.Rule.html">pv.Rule</a></li>
  190. <li><a href="symbols/pv.Scale.linear.html">pv.Scale.linear</a></li>
  191. <li><a href="symbols/pv.Scale.log.html">pv.Scale.log</a></li>
  192. <li><a href="symbols/pv.Scale.ordinal.html">pv.Scale.ordinal</a></li>
  193. <li><a href="symbols/pv.Tree.html">pv.Tree</a></li>
  194. <li><a href="symbols/pv.Vector.html">pv.Vector</a></li>
  195. <li><a href="symbols/pv.version.html">pv.version</a></li>
  196. <li><a href="symbols/pv.Wedge.html">pv.Wedge</a></li>
  197. </ul>
  198. <hr />
  199. </div>
  200. <div id="content">
  201. <h1 class="classTitle">Class Index</h1>
  202. <div>
  203. <h2><a href="symbols/_global_.html">_global_</a></h2>
  204. </div>
  205. <hr />
  206. <div>
  207. <h2><a href="symbols/Array.html">Array</a></h2>
  208. The built-in Array class.
  209. </div>
  210. <hr />
  211. <div>
  212. <h2><a href="symbols/Date.html">Date</a></h2>
  213. The built-in Date class.
  214. </div>
  215. <hr />
  216. <div>
  217. <h2><a href="symbols/pv.html">pv</a></h2>
  218. The top-level Protovis namespace, <tt>pv</tt>.
  219. </div>
  220. <hr />
  221. <div>
  222. <h2><a href="symbols/pv.Anchor.html">pv.Anchor</a></h2>
  223. Represents an anchor on a given mark.
  224. </div>
  225. <hr />
  226. <div>
  227. <h2><a href="symbols/pv.Area.html">pv.Area</a></h2>
  228. Represents an area mark: the solid area between two series of
  229. connected line segments.
  230. </div>
  231. <hr />
  232. <div>
  233. <h2><a href="symbols/pv.Bar.html">pv.Bar</a></h2>
  234. Represents a bar: an axis-aligned rectangle that can be stroked and
  235. filled.
  236. </div>
  237. <hr />
  238. <div>
  239. <h2><a href="symbols/pv.Color.html">pv.Color</a></h2>
  240. Represents an abstract (possibly translucent) color.
  241. </div>
  242. <hr />
  243. <div>
  244. <h2><a href="symbols/pv.Color.Hsl.html">pv.Color.Hsl</a></h2>
  245. Represents a color in HSL space.
  246. </div>
  247. <hr />
  248. <div>
  249. <h2><a href="symbols/pv.Color.Rgb.html">pv.Color.Rgb</a></h2>
  250. Represents a color in RGB space.
  251. </div>
  252. <hr />
  253. <div>
  254. <h2><a href="symbols/pv.Colors.html">pv.Colors</a></h2>
  255. A collection of standard color palettes for categorical encoding.
  256. </div>
  257. <hr />
  258. <div>
  259. <h2><a href="symbols/pv.Dot.html">pv.Dot</a></h2>
  260. Represents a dot; a dot is simply a sized glyph centered at a given
  261. point that can also be stroked and filled.
  262. </div>
  263. <hr />
  264. <div>
  265. <h2><a href="symbols/pv.Flatten.html">pv.Flatten</a></h2>
  266. Represents a flatten operator for the specified array.
  267. </div>
  268. <hr />
  269. <div>
  270. <h2><a href="symbols/pv.Image.html">pv.Image</a></h2>
  271. Represents an image.
  272. </div>
  273. <hr />
  274. <div>
  275. <h2><a href="symbols/pv.Label.html">pv.Label</a></h2>
  276. Represents a text label, allowing textual annotation of other marks or
  277. arbitrary text within the visualization.
  278. </div>
  279. <hr />
  280. <div>
  281. <h2><a href="symbols/pv.Layout.grid.html">pv.Layout.grid</a></h2>
  282. A grid layout with regularly-sized rows and columns.
  283. </div>
  284. <hr />
  285. <div>
  286. <h2><a href="symbols/pv.Layout.icicle.html">pv.Layout.icicle</a></h2>
  287. A tree layout in the form of an icicle.
  288. </div>
  289. <hr />
  290. <div>
  291. <h2><a href="symbols/pv.Layout.stack.html">pv.Layout.stack</a></h2>
  292. A layout for stacking marks vertically or horizontally, using the
  293. <i>cousin</i> instance.
  294. </div>
  295. <hr />
  296. <div>
  297. <h2><a href="symbols/pv.Layout.sunburst.html">pv.Layout.sunburst</a></h2>
  298. A tree layout in the form of a sunburst.
  299. </div>
  300. <hr />
  301. <div>
  302. <h2><a href="symbols/pv.Layout.treemap.html">pv.Layout.treemap</a></h2>
  303. A tree layout in the form of an treemap.
  304. </div>
  305. <hr />
  306. <div>
  307. <h2><a href="symbols/pv.Line.html">pv.Line</a></h2>
  308. Represents a series of connected line segments, or <i>polyline</i>,
  309. that can be stroked with a configurable color and thickness.
  310. </div>
  311. <hr />
  312. <div>
  313. <h2><a href="symbols/pv.Mark.html">pv.Mark</a></h2>
  314. Represents a data-driven graphical mark.
  315. </div>
  316. <hr />
  317. <div>
  318. <h2><a href="symbols/pv.Nest.html">pv.Nest</a></h2>
  319. Represents a Nest operator for the specified array.
  320. </div>
  321. <hr />
  322. <div>
  323. <h2><a href="symbols/pv.ns.html">pv.ns</a></h2>
  324. Namespace constants for SVG, XMLNS, and XLINK.
  325. </div>
  326. <hr />
  327. <div>
  328. <h2><a href="symbols/pv.Panel.html">pv.Panel</a></h2>
  329. Represents a container mark.
  330. </div>
  331. <hr />
  332. <div>
  333. <h2><a href="symbols/pv.Rule.html">pv.Rule</a></h2>
  334. Represents a horizontal or vertical rule.
  335. </div>
  336. <hr />
  337. <div>
  338. <h2><a href="symbols/pv.Scale.linear.html">pv.Scale.linear</a></h2>
  339. Represents a linear scale.
  340. </div>
  341. <hr />
  342. <div>
  343. <h2><a href="symbols/pv.Scale.log.html">pv.Scale.log</a></h2>
  344. Represents a log scale.
  345. </div>
  346. <hr />
  347. <div>
  348. <h2><a href="symbols/pv.Scale.ordinal.html">pv.Scale.ordinal</a></h2>
  349. Represents an ordinal scale.
  350. </div>
  351. <hr />
  352. <div>
  353. <h2><a href="symbols/pv.Tree.html">pv.Tree</a></h2>
  354. Represents a tree operator for the specified array.
  355. </div>
  356. <hr />
  357. <div>
  358. <h2><a href="symbols/pv.Vector.html">pv.Vector</a></h2>
  359. Represents a two-dimensional vector; a 2-tuple <i>&#x27e8;x,
  360. y&#x27e9;</i>.
  361. </div>
  362. <hr />
  363. <div>
  364. <h2><a href="symbols/pv.version.html">pv.version</a></h2>
  365. Protovis major and minor version numbers.
  366. </div>
  367. <hr />
  368. <div>
  369. <h2><a href="symbols/pv.Wedge.html">pv.Wedge</a></h2>
  370. Represents a wedge, or pie slice.
  371. </div>
  372. <hr />
  373. </div>
  374. <div class="fineprint" style="clear:both">
  375. Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.3.0 on Tue Oct 06 2009 09:59:03 GMT-0700 (PDT)
  376. </div>
  377. </body>
  378. </html>