BarChartDemo1.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0_05) on Thu Jul 31 14:50:29 CEST 2014 -->
  6. <title>BarChartDemo1 (JFreeChart Class Library (version 1.0.19-fx))</title>
  7. <meta name="date" content="2014-07-31">
  8. <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../../../../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="BarChartDemo1 (JFreeChart Class Library (version 1.0.19-fx))";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. var methods = {"i0":9};
  22. var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
  23. var altColor = "altColor";
  24. var rowColor = "rowColor";
  25. var tableTab = "tableTab";
  26. var activeTableTab = "activeTableTab";
  27. </script>
  28. <noscript>
  29. <div>JavaScript is disabled on your browser.</div>
  30. </noscript>
  31. <!-- ========= START OF TOP NAVBAR ======= -->
  32. <div class="topNav"><a name="navbar.top">
  33. <!-- -->
  34. </a>
  35. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  36. <a name="navbar.top.firstrow">
  37. <!-- -->
  38. </a>
  39. <ul class="navList" title="Navigation">
  40. <li><a href="../../../../overview-summary.html">Overview</a></li>
  41. <li><a href="package-summary.html">Package</a></li>
  42. <li class="navBarCell1Rev">Class</li>
  43. <li><a href="class-use/BarChartDemo1.html">Use</a></li>
  44. <li><a href="package-tree.html">Tree</a></li>
  45. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  46. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  47. <li><a href="../../../../help-doc.html">Help</a></li>
  48. </ul>
  49. </div>
  50. <div class="subNav">
  51. <ul class="navList">
  52. <li>Prev&nbsp;Class</li>
  53. <li><a href="../../../../org/jfree/chart/demo/PieChartDemo1.html" title="class in org.jfree.chart.demo"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  54. </ul>
  55. <ul class="navList">
  56. <li><a href="../../../../index.html?org/jfree/chart/demo/BarChartDemo1.html" target="_top">Frames</a></li>
  57. <li><a href="BarChartDemo1.html" target="_top">No&nbsp;Frames</a></li>
  58. </ul>
  59. <ul class="navList" id="allclasses_navbar_top">
  60. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  61. </ul>
  62. <div>
  63. <script type="text/javascript"><!--
  64. allClassesLink = document.getElementById("allclasses_navbar_top");
  65. if(window==top) {
  66. allClassesLink.style.display = "block";
  67. }
  68. else {
  69. allClassesLink.style.display = "none";
  70. }
  71. //-->
  72. </script>
  73. </div>
  74. <div>
  75. <ul class="subNavList">
  76. <li>Summary:&nbsp;</li>
  77. <li><a href="#nested.classes.inherited.from.class.javax.swing.JFrame">Nested</a>&nbsp;|&nbsp;</li>
  78. <li><a href="#fields.inherited.from.class.javax.swing.JFrame">Field</a>&nbsp;|&nbsp;</li>
  79. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  80. <li><a href="#method.summary">Method</a></li>
  81. </ul>
  82. <ul class="subNavList">
  83. <li>Detail:&nbsp;</li>
  84. <li>Field&nbsp;|&nbsp;</li>
  85. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  86. <li><a href="#method.detail">Method</a></li>
  87. </ul>
  88. </div>
  89. <a name="skip.navbar.top">
  90. <!-- -->
  91. </a></div>
  92. <!-- ========= END OF TOP NAVBAR ========= -->
  93. <!-- ======== START OF CLASS DATA ======== -->
  94. <div class="header">
  95. <div class="subTitle">org.jfree.chart.demo</div>
  96. <h2 title="Class BarChartDemo1" class="title">Class BarChartDemo1</h2>
  97. </div>
  98. <div class="contentContainer">
  99. <ul class="inheritance">
  100. <li>java.lang.Object</li>
  101. <li>
  102. <ul class="inheritance">
  103. <li>java.awt.Component</li>
  104. <li>
  105. <ul class="inheritance">
  106. <li>java.awt.Container</li>
  107. <li>
  108. <ul class="inheritance">
  109. <li>java.awt.Window</li>
  110. <li>
  111. <ul class="inheritance">
  112. <li>java.awt.Frame</li>
  113. <li>
  114. <ul class="inheritance">
  115. <li>javax.swing.JFrame</li>
  116. <li>
  117. <ul class="inheritance">
  118. <li>org.jfree.ui.ApplicationFrame</li>
  119. <li>
  120. <ul class="inheritance">
  121. <li>org.jfree.chart.demo.BarChartDemo1</li>
  122. </ul>
  123. </li>
  124. </ul>
  125. </li>
  126. </ul>
  127. </li>
  128. </ul>
  129. </li>
  130. </ul>
  131. </li>
  132. </ul>
  133. </li>
  134. </ul>
  135. </li>
  136. </ul>
  137. <div class="description">
  138. <ul class="blockList">
  139. <li class="blockList">
  140. <dl>
  141. <dt>All Implemented Interfaces:</dt>
  142. <dd>java.awt.event.WindowListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, java.util.EventListener, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants</dd>
  143. </dl>
  144. <hr>
  145. <br>
  146. <pre>public class <a href="../../../../src-html/org/jfree/chart/demo/BarChartDemo1.html#line.65">BarChartDemo1</a>
  147. extends org.jfree.ui.ApplicationFrame</pre>
  148. <div class="block">A simple demonstration application showing how to create a bar chart.</div>
  149. <dl>
  150. <dt><span class="seeLabel">See Also:</span></dt>
  151. <dd><a href="../../../../serialized-form.html#org.jfree.chart.demo.BarChartDemo1">Serialized Form</a></dd>
  152. </dl>
  153. </li>
  154. </ul>
  155. </div>
  156. <div class="summary">
  157. <ul class="blockList">
  158. <li class="blockList">
  159. <!-- ======== NESTED CLASS SUMMARY ======== -->
  160. <ul class="blockList">
  161. <li class="blockList"><a name="nested.class.summary">
  162. <!-- -->
  163. </a>
  164. <h3>Nested Class Summary</h3>
  165. <ul class="blockList">
  166. <li class="blockList"><a name="nested.classes.inherited.from.class.javax.swing.JFrame">
  167. <!-- -->
  168. </a>
  169. <h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.JFrame</h3>
  170. <code>javax.swing.JFrame.AccessibleJFrame</code></li>
  171. </ul>
  172. <ul class="blockList">
  173. <li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Frame">
  174. <!-- -->
  175. </a>
  176. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Frame</h3>
  177. <code>java.awt.Frame.AccessibleAWTFrame</code></li>
  178. </ul>
  179. <ul class="blockList">
  180. <li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Window">
  181. <!-- -->
  182. </a>
  183. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Window</h3>
  184. <code>java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type</code></li>
  185. </ul>
  186. <ul class="blockList">
  187. <li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Container">
  188. <!-- -->
  189. </a>
  190. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Container</h3>
  191. <code>java.awt.Container.AccessibleAWTContainer</code></li>
  192. </ul>
  193. <ul class="blockList">
  194. <li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Component">
  195. <!-- -->
  196. </a>
  197. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Component</h3>
  198. <code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li>
  199. </ul>
  200. </li>
  201. </ul>
  202. <!-- =========== FIELD SUMMARY =========== -->
  203. <ul class="blockList">
  204. <li class="blockList"><a name="field.summary">
  205. <!-- -->
  206. </a>
  207. <h3>Field Summary</h3>
  208. <ul class="blockList">
  209. <li class="blockList"><a name="fields.inherited.from.class.javax.swing.JFrame">
  210. <!-- -->
  211. </a>
  212. <h3>Fields inherited from class&nbsp;javax.swing.JFrame</h3>
  213. <code>accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled</code></li>
  214. </ul>
  215. <ul class="blockList">
  216. <li class="blockList"><a name="fields.inherited.from.class.java.awt.Frame">
  217. <!-- -->
  218. </a>
  219. <h3>Fields inherited from class&nbsp;java.awt.Frame</h3>
  220. <code>CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR</code></li>
  221. </ul>
  222. <ul class="blockList">
  223. <li class="blockList"><a name="fields.inherited.from.class.java.awt.Component">
  224. <!-- -->
  225. </a>
  226. <h3>Fields inherited from class&nbsp;java.awt.Component</h3>
  227. <code>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li>
  228. </ul>
  229. <ul class="blockList">
  230. <li class="blockList"><a name="fields.inherited.from.class.javax.swing.WindowConstants">
  231. <!-- -->
  232. </a>
  233. <h3>Fields inherited from interface&nbsp;javax.swing.WindowConstants</h3>
  234. <code>DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE</code></li>
  235. </ul>
  236. <ul class="blockList">
  237. <li class="blockList"><a name="fields.inherited.from.class.java.awt.image.ImageObserver">
  238. <!-- -->
  239. </a>
  240. <h3>Fields inherited from interface&nbsp;java.awt.image.ImageObserver</h3>
  241. <code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li>
  242. </ul>
  243. </li>
  244. </ul>
  245. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  246. <ul class="blockList">
  247. <li class="blockList"><a name="constructor.summary">
  248. <!-- -->
  249. </a>
  250. <h3>Constructor Summary</h3>
  251. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  252. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  253. <tr>
  254. <th class="colOne" scope="col">Constructor and Description</th>
  255. </tr>
  256. <tr class="altColor">
  257. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/demo/BarChartDemo1.html#BarChartDemo1-java.lang.String-">BarChartDemo1</a></span>(java.lang.String&nbsp;title)</code>
  258. <div class="block">Creates a new demo instance.</div>
  259. </td>
  260. </tr>
  261. </table>
  262. </li>
  263. </ul>
  264. <!-- ========== METHOD SUMMARY =========== -->
  265. <ul class="blockList">
  266. <li class="blockList"><a name="method.summary">
  267. <!-- -->
  268. </a>
  269. <h3>Method Summary</h3>
  270. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  271. <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
  272. <tr>
  273. <th class="colFirst" scope="col">Modifier and Type</th>
  274. <th class="colLast" scope="col">Method and Description</th>
  275. </tr>
  276. <tr id="i0" class="altColor">
  277. <td class="colFirst"><code>static void</code></td>
  278. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/demo/BarChartDemo1.html#main-java.lang.String:A-">main</a></span>(java.lang.String[]&nbsp;args)</code>
  279. <div class="block">Starting point for the demonstration application.</div>
  280. </td>
  281. </tr>
  282. </table>
  283. <ul class="blockList">
  284. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.ui.ApplicationFrame">
  285. <!-- -->
  286. </a>
  287. <h3>Methods inherited from class&nbsp;org.jfree.ui.ApplicationFrame</h3>
  288. <code>windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened</code></li>
  289. </ul>
  290. <ul class="blockList">
  291. <li class="blockList"><a name="methods.inherited.from.class.javax.swing.JFrame">
  292. <!-- -->
  293. </a>
  294. <h3>Methods inherited from class&nbsp;javax.swing.JFrame</h3>
  295. <code>addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update</code></li>
  296. </ul>
  297. <ul class="blockList">
  298. <li class="blockList"><a name="methods.inherited.from.class.java.awt.Frame">
  299. <!-- -->
  300. </a>
  301. <h3>Methods inherited from class&nbsp;java.awt.Frame</h3>
  302. <code>addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setBackground, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setOpacity, setResizable, setShape, setState, setTitle, setUndecorated</code></li>
  303. </ul>
  304. <ul class="blockList">
  305. <li class="blockList"><a name="methods.inherited.from.class.java.awt.Window">
  306. <!-- -->
  307. </a>
  308. <h3>Methods inherited from class&nbsp;java.awt.Window</h3>
  309. <code>addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBackground, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, setVisible, show, toBack, toFront</code></li>
  310. </ul>
  311. <ul class="blockList">
  312. <li class="blockList"><a name="methods.inherited.from.class.java.awt.Container">
  313. <!-- -->
  314. </a>
  315. <h3>Methods inherited from class&nbsp;java.awt.Container</h3>
  316. <code>add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate, validateTree</code></li>
  317. </ul>
  318. <ul class="blockList">
  319. <li class="blockList"><a name="methods.inherited.from.class.java.awt.Component">
  320. <!-- -->
  321. </a>
  322. <h3>Methods inherited from class&nbsp;java.awt.Component</h3>
  323. <code>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</code></li>
  324. </ul>
  325. <ul class="blockList">
  326. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  327. <!-- -->
  328. </a>
  329. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  330. <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
  331. </ul>
  332. <ul class="blockList">
  333. <li class="blockList"><a name="methods.inherited.from.class.java.awt.MenuContainer">
  334. <!-- -->
  335. </a>
  336. <h3>Methods inherited from interface&nbsp;java.awt.MenuContainer</h3>
  337. <code>getFont, postEvent</code></li>
  338. </ul>
  339. </li>
  340. </ul>
  341. </li>
  342. </ul>
  343. </div>
  344. <div class="details">
  345. <ul class="blockList">
  346. <li class="blockList">
  347. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  348. <ul class="blockList">
  349. <li class="blockList"><a name="constructor.detail">
  350. <!-- -->
  351. </a>
  352. <h3>Constructor Detail</h3>
  353. <a name="BarChartDemo1-java.lang.String-">
  354. <!-- -->
  355. </a>
  356. <ul class="blockListLast">
  357. <li class="blockList">
  358. <h4>BarChartDemo1</h4>
  359. <pre>public&nbsp;<a href="../../../../src-html/org/jfree/chart/demo/BarChartDemo1.html#line.81">BarChartDemo1</a>(java.lang.String&nbsp;title)</pre>
  360. <div class="block">Creates a new demo instance.</div>
  361. <dl>
  362. <dt><span class="paramLabel">Parameters:</span></dt>
  363. <dd><code>title</code> - the frame title.</dd>
  364. </dl>
  365. </li>
  366. </ul>
  367. </li>
  368. </ul>
  369. <!-- ============ METHOD DETAIL ========== -->
  370. <ul class="blockList">
  371. <li class="blockList"><a name="method.detail">
  372. <!-- -->
  373. </a>
  374. <h3>Method Detail</h3>
  375. <a name="main-java.lang.String:A-">
  376. <!-- -->
  377. </a>
  378. <ul class="blockListLast">
  379. <li class="blockList">
  380. <h4>main</h4>
  381. <pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/demo/BarChartDemo1.html#line.143">main</a>(java.lang.String[]&nbsp;args)</pre>
  382. <div class="block">Starting point for the demonstration application.</div>
  383. <dl>
  384. <dt><span class="paramLabel">Parameters:</span></dt>
  385. <dd><code>args</code> - ignored.</dd>
  386. </dl>
  387. </li>
  388. </ul>
  389. </li>
  390. </ul>
  391. </li>
  392. </ul>
  393. </div>
  394. </div>
  395. <!-- ========= END OF CLASS DATA ========= -->
  396. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  397. <div class="bottomNav"><a name="navbar.bottom">
  398. <!-- -->
  399. </a>
  400. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  401. <a name="navbar.bottom.firstrow">
  402. <!-- -->
  403. </a>
  404. <ul class="navList" title="Navigation">
  405. <li><a href="../../../../overview-summary.html">Overview</a></li>
  406. <li><a href="package-summary.html">Package</a></li>
  407. <li class="navBarCell1Rev">Class</li>
  408. <li><a href="class-use/BarChartDemo1.html">Use</a></li>
  409. <li><a href="package-tree.html">Tree</a></li>
  410. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  411. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  412. <li><a href="../../../../help-doc.html">Help</a></li>
  413. </ul>
  414. </div>
  415. <div class="subNav">
  416. <ul class="navList">
  417. <li>Prev&nbsp;Class</li>
  418. <li><a href="../../../../org/jfree/chart/demo/PieChartDemo1.html" title="class in org.jfree.chart.demo"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  419. </ul>
  420. <ul class="navList">
  421. <li><a href="../../../../index.html?org/jfree/chart/demo/BarChartDemo1.html" target="_top">Frames</a></li>
  422. <li><a href="BarChartDemo1.html" target="_top">No&nbsp;Frames</a></li>
  423. </ul>
  424. <ul class="navList" id="allclasses_navbar_bottom">
  425. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  426. </ul>
  427. <div>
  428. <script type="text/javascript"><!--
  429. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  430. if(window==top) {
  431. allClassesLink.style.display = "block";
  432. }
  433. else {
  434. allClassesLink.style.display = "none";
  435. }
  436. //-->
  437. </script>
  438. </div>
  439. <div>
  440. <ul class="subNavList">
  441. <li>Summary:&nbsp;</li>
  442. <li><a href="#nested.classes.inherited.from.class.javax.swing.JFrame">Nested</a>&nbsp;|&nbsp;</li>
  443. <li><a href="#fields.inherited.from.class.javax.swing.JFrame">Field</a>&nbsp;|&nbsp;</li>
  444. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  445. <li><a href="#method.summary">Method</a></li>
  446. </ul>
  447. <ul class="subNavList">
  448. <li>Detail:&nbsp;</li>
  449. <li>Field&nbsp;|&nbsp;</li>
  450. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  451. <li><a href="#method.detail">Method</a></li>
  452. </ul>
  453. </div>
  454. <a name="skip.navbar.bottom">
  455. <!-- -->
  456. </a></div>
  457. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  458. </body>
  459. </html>