PieChartDemo1.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  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>PieChartDemo1 (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="PieChartDemo1 (JFreeChart Class Library (version 1.0.19-fx))";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. var methods = {"i0":9,"i1":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/PieChartDemo1.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><a href="../../../../org/jfree/chart/demo/BarChartDemo1.html" title="class in org.jfree.chart.demo"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  53. <li><a href="../../../../org/jfree/chart/demo/TimeSeriesChartDemo1.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/PieChartDemo1.html" target="_top">Frames</a></li>
  57. <li><a href="PieChartDemo1.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 PieChartDemo1" class="title">Class PieChartDemo1</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.PieChartDemo1</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/PieChartDemo1.html#line.72">PieChartDemo1</a>
  147. extends org.jfree.ui.ApplicationFrame</pre>
  148. <div class="block">A simple demonstration application showing how to create a pie chart using
  149. data from a <a href="../../../../org/jfree/data/general/DefaultPieDataset.html" title="class in org.jfree.data.general"><code>DefaultPieDataset</code></a>.</div>
  150. <dl>
  151. <dt><span class="seeLabel">See Also:</span></dt>
  152. <dd><a href="../../../../serialized-form.html#org.jfree.chart.demo.PieChartDemo1">Serialized Form</a></dd>
  153. </dl>
  154. </li>
  155. </ul>
  156. </div>
  157. <div class="summary">
  158. <ul class="blockList">
  159. <li class="blockList">
  160. <!-- ======== NESTED CLASS SUMMARY ======== -->
  161. <ul class="blockList">
  162. <li class="blockList"><a name="nested.class.summary">
  163. <!-- -->
  164. </a>
  165. <h3>Nested Class Summary</h3>
  166. <ul class="blockList">
  167. <li class="blockList"><a name="nested.classes.inherited.from.class.javax.swing.JFrame">
  168. <!-- -->
  169. </a>
  170. <h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.JFrame</h3>
  171. <code>javax.swing.JFrame.AccessibleJFrame</code></li>
  172. </ul>
  173. <ul class="blockList">
  174. <li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Frame">
  175. <!-- -->
  176. </a>
  177. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Frame</h3>
  178. <code>java.awt.Frame.AccessibleAWTFrame</code></li>
  179. </ul>
  180. <ul class="blockList">
  181. <li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Window">
  182. <!-- -->
  183. </a>
  184. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Window</h3>
  185. <code>java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type</code></li>
  186. </ul>
  187. <ul class="blockList">
  188. <li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Container">
  189. <!-- -->
  190. </a>
  191. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Container</h3>
  192. <code>java.awt.Container.AccessibleAWTContainer</code></li>
  193. </ul>
  194. <ul class="blockList">
  195. <li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Component">
  196. <!-- -->
  197. </a>
  198. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Component</h3>
  199. <code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li>
  200. </ul>
  201. </li>
  202. </ul>
  203. <!-- =========== FIELD SUMMARY =========== -->
  204. <ul class="blockList">
  205. <li class="blockList"><a name="field.summary">
  206. <!-- -->
  207. </a>
  208. <h3>Field Summary</h3>
  209. <ul class="blockList">
  210. <li class="blockList"><a name="fields.inherited.from.class.javax.swing.JFrame">
  211. <!-- -->
  212. </a>
  213. <h3>Fields inherited from class&nbsp;javax.swing.JFrame</h3>
  214. <code>accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled</code></li>
  215. </ul>
  216. <ul class="blockList">
  217. <li class="blockList"><a name="fields.inherited.from.class.java.awt.Frame">
  218. <!-- -->
  219. </a>
  220. <h3>Fields inherited from class&nbsp;java.awt.Frame</h3>
  221. <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>
  222. </ul>
  223. <ul class="blockList">
  224. <li class="blockList"><a name="fields.inherited.from.class.java.awt.Component">
  225. <!-- -->
  226. </a>
  227. <h3>Fields inherited from class&nbsp;java.awt.Component</h3>
  228. <code>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li>
  229. </ul>
  230. <ul class="blockList">
  231. <li class="blockList"><a name="fields.inherited.from.class.javax.swing.WindowConstants">
  232. <!-- -->
  233. </a>
  234. <h3>Fields inherited from interface&nbsp;javax.swing.WindowConstants</h3>
  235. <code>DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE</code></li>
  236. </ul>
  237. <ul class="blockList">
  238. <li class="blockList"><a name="fields.inherited.from.class.java.awt.image.ImageObserver">
  239. <!-- -->
  240. </a>
  241. <h3>Fields inherited from interface&nbsp;java.awt.image.ImageObserver</h3>
  242. <code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li>
  243. </ul>
  244. </li>
  245. </ul>
  246. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  247. <ul class="blockList">
  248. <li class="blockList"><a name="constructor.summary">
  249. <!-- -->
  250. </a>
  251. <h3>Constructor Summary</h3>
  252. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  253. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  254. <tr>
  255. <th class="colOne" scope="col">Constructor and Description</th>
  256. </tr>
  257. <tr class="altColor">
  258. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/demo/PieChartDemo1.html#PieChartDemo1-java.lang.String-">PieChartDemo1</a></span>(java.lang.String&nbsp;title)</code>
  259. <div class="block">Default constructor.</div>
  260. </td>
  261. </tr>
  262. </table>
  263. </li>
  264. </ul>
  265. <!-- ========== METHOD SUMMARY =========== -->
  266. <ul class="blockList">
  267. <li class="blockList"><a name="method.summary">
  268. <!-- -->
  269. </a>
  270. <h3>Method Summary</h3>
  271. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  272. <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>
  273. <tr>
  274. <th class="colFirst" scope="col">Modifier and Type</th>
  275. <th class="colLast" scope="col">Method and Description</th>
  276. </tr>
  277. <tr id="i0" class="altColor">
  278. <td class="colFirst"><code>static javax.swing.JPanel</code></td>
  279. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/demo/PieChartDemo1.html#createDemoPanel--">createDemoPanel</a></span>()</code>
  280. <div class="block">Creates a panel for the demo (used by SuperDemo.java).</div>
  281. </td>
  282. </tr>
  283. <tr id="i1" class="rowColor">
  284. <td class="colFirst"><code>static void</code></td>
  285. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/demo/PieChartDemo1.html#main-java.lang.String:A-">main</a></span>(java.lang.String[]&nbsp;args)</code>
  286. <div class="block">Starting point for the demonstration application.</div>
  287. </td>
  288. </tr>
  289. </table>
  290. <ul class="blockList">
  291. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.ui.ApplicationFrame">
  292. <!-- -->
  293. </a>
  294. <h3>Methods inherited from class&nbsp;org.jfree.ui.ApplicationFrame</h3>
  295. <code>windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened</code></li>
  296. </ul>
  297. <ul class="blockList">
  298. <li class="blockList"><a name="methods.inherited.from.class.javax.swing.JFrame">
  299. <!-- -->
  300. </a>
  301. <h3>Methods inherited from class&nbsp;javax.swing.JFrame</h3>
  302. <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>
  303. </ul>
  304. <ul class="blockList">
  305. <li class="blockList"><a name="methods.inherited.from.class.java.awt.Frame">
  306. <!-- -->
  307. </a>
  308. <h3>Methods inherited from class&nbsp;java.awt.Frame</h3>
  309. <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>
  310. </ul>
  311. <ul class="blockList">
  312. <li class="blockList"><a name="methods.inherited.from.class.java.awt.Window">
  313. <!-- -->
  314. </a>
  315. <h3>Methods inherited from class&nbsp;java.awt.Window</h3>
  316. <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>
  317. </ul>
  318. <ul class="blockList">
  319. <li class="blockList"><a name="methods.inherited.from.class.java.awt.Container">
  320. <!-- -->
  321. </a>
  322. <h3>Methods inherited from class&nbsp;java.awt.Container</h3>
  323. <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>
  324. </ul>
  325. <ul class="blockList">
  326. <li class="blockList"><a name="methods.inherited.from.class.java.awt.Component">
  327. <!-- -->
  328. </a>
  329. <h3>Methods inherited from class&nbsp;java.awt.Component</h3>
  330. <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>
  331. </ul>
  332. <ul class="blockList">
  333. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  334. <!-- -->
  335. </a>
  336. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  337. <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
  338. </ul>
  339. <ul class="blockList">
  340. <li class="blockList"><a name="methods.inherited.from.class.java.awt.MenuContainer">
  341. <!-- -->
  342. </a>
  343. <h3>Methods inherited from interface&nbsp;java.awt.MenuContainer</h3>
  344. <code>getFont, postEvent</code></li>
  345. </ul>
  346. </li>
  347. </ul>
  348. </li>
  349. </ul>
  350. </div>
  351. <div class="details">
  352. <ul class="blockList">
  353. <li class="blockList">
  354. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  355. <ul class="blockList">
  356. <li class="blockList"><a name="constructor.detail">
  357. <!-- -->
  358. </a>
  359. <h3>Constructor Detail</h3>
  360. <a name="PieChartDemo1-java.lang.String-">
  361. <!-- -->
  362. </a>
  363. <ul class="blockListLast">
  364. <li class="blockList">
  365. <h4>PieChartDemo1</h4>
  366. <pre>public&nbsp;<a href="../../../../src-html/org/jfree/chart/demo/PieChartDemo1.html#line.88">PieChartDemo1</a>(java.lang.String&nbsp;title)</pre>
  367. <div class="block">Default constructor.</div>
  368. <dl>
  369. <dt><span class="paramLabel">Parameters:</span></dt>
  370. <dd><code>title</code> - the frame title.</dd>
  371. </dl>
  372. </li>
  373. </ul>
  374. </li>
  375. </ul>
  376. <!-- ============ METHOD DETAIL ========== -->
  377. <ul class="blockList">
  378. <li class="blockList"><a name="method.detail">
  379. <!-- -->
  380. </a>
  381. <h3>Method Detail</h3>
  382. <a name="createDemoPanel--">
  383. <!-- -->
  384. </a>
  385. <ul class="blockList">
  386. <li class="blockList">
  387. <h4>createDemoPanel</h4>
  388. <pre>public static&nbsp;javax.swing.JPanel&nbsp;<a href="../../../../src-html/org/jfree/chart/demo/PieChartDemo1.html#line.190">createDemoPanel</a>()</pre>
  389. <div class="block">Creates a panel for the demo (used by SuperDemo.java).</div>
  390. <dl>
  391. <dt><span class="returnLabel">Returns:</span></dt>
  392. <dd>A panel.</dd>
  393. </dl>
  394. </li>
  395. </ul>
  396. <a name="main-java.lang.String:A-">
  397. <!-- -->
  398. </a>
  399. <ul class="blockListLast">
  400. <li class="blockList">
  401. <h4>main</h4>
  402. <pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/demo/PieChartDemo1.html#line.204">main</a>(java.lang.String[]&nbsp;args)</pre>
  403. <div class="block">Starting point for the demonstration application.</div>
  404. <dl>
  405. <dt><span class="paramLabel">Parameters:</span></dt>
  406. <dd><code>args</code> - ignored.</dd>
  407. </dl>
  408. </li>
  409. </ul>
  410. </li>
  411. </ul>
  412. </li>
  413. </ul>
  414. </div>
  415. </div>
  416. <!-- ========= END OF CLASS DATA ========= -->
  417. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  418. <div class="bottomNav"><a name="navbar.bottom">
  419. <!-- -->
  420. </a>
  421. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  422. <a name="navbar.bottom.firstrow">
  423. <!-- -->
  424. </a>
  425. <ul class="navList" title="Navigation">
  426. <li><a href="../../../../overview-summary.html">Overview</a></li>
  427. <li><a href="package-summary.html">Package</a></li>
  428. <li class="navBarCell1Rev">Class</li>
  429. <li><a href="class-use/PieChartDemo1.html">Use</a></li>
  430. <li><a href="package-tree.html">Tree</a></li>
  431. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  432. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  433. <li><a href="../../../../help-doc.html">Help</a></li>
  434. </ul>
  435. </div>
  436. <div class="subNav">
  437. <ul class="navList">
  438. <li><a href="../../../../org/jfree/chart/demo/BarChartDemo1.html" title="class in org.jfree.chart.demo"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  439. <li><a href="../../../../org/jfree/chart/demo/TimeSeriesChartDemo1.html" title="class in org.jfree.chart.demo"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  440. </ul>
  441. <ul class="navList">
  442. <li><a href="../../../../index.html?org/jfree/chart/demo/PieChartDemo1.html" target="_top">Frames</a></li>
  443. <li><a href="PieChartDemo1.html" target="_top">No&nbsp;Frames</a></li>
  444. </ul>
  445. <ul class="navList" id="allclasses_navbar_bottom">
  446. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  447. </ul>
  448. <div>
  449. <script type="text/javascript"><!--
  450. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  451. if(window==top) {
  452. allClassesLink.style.display = "block";
  453. }
  454. else {
  455. allClassesLink.style.display = "none";
  456. }
  457. //-->
  458. </script>
  459. </div>
  460. <div>
  461. <ul class="subNavList">
  462. <li>Summary:&nbsp;</li>
  463. <li><a href="#nested.classes.inherited.from.class.javax.swing.JFrame">Nested</a>&nbsp;|&nbsp;</li>
  464. <li><a href="#fields.inherited.from.class.javax.swing.JFrame">Field</a>&nbsp;|&nbsp;</li>
  465. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  466. <li><a href="#method.summary">Method</a></li>
  467. </ul>
  468. <ul class="subNavList">
  469. <li>Detail:&nbsp;</li>
  470. <li>Field&nbsp;|&nbsp;</li>
  471. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  472. <li><a href="#method.detail">Method</a></li>
  473. </ul>
  474. </div>
  475. <a name="skip.navbar.bottom">
  476. <!-- -->
  477. </a></div>
  478. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  479. </body>
  480. </html>