123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="en">
- <head>
- <!-- Generated by javadoc (1.8.0_05) on Thu Jul 31 14:50:33 CEST 2014 -->
- <title>PiePlot3D (JFreeChart Class Library (version 1.0.19-fx))</title>
- <meta name="date" content="2014-07-31">
- <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
- <script type="text/javascript" src="../../../../script.js"></script>
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="PiePlot3D (JFreeChart Class Library (version 1.0.19-fx))";
- }
- }
- catch(err) {
- }
- //-->
- var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
- var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
- var altColor = "altColor";
- var rowColor = "rowColor";
- var tableTab = "tableTab";
- var activeTableTab = "activeTableTab";
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar.top">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.top.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../../overview-summary.html">Overview</a></li>
- <li><a href="package-summary.html">Package</a></li>
- <li class="navBarCell1Rev">Class</li>
- <li><a href="class-use/PiePlot3D.html">Use</a></li>
- <li><a href="package-tree.html">Tree</a></li>
- <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../../index-files/index-1.html">Index</a></li>
- <li><a href="../../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="../../../../org/jfree/chart/plot/PiePlot.html" title="class in org.jfree.chart.plot"><span class="typeNameLink">Prev Class</span></a></li>
- <li><a href="../../../../org/jfree/chart/plot/PiePlotState.html" title="class in org.jfree.chart.plot"><span class="typeNameLink">Next Class</span></a></li>
- </ul>
- <ul class="navList">
- <li><a href="../../../../index.html?org/jfree/chart/plot/PiePlot3D.html" target="_top">Frames</a></li>
- <li><a href="PiePlot3D.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <div>
- <ul class="subNavList">
- <li>Summary: </li>
- <li>Nested | </li>
- <li><a href="#fields.inherited.from.class.org.jfree.chart.plot.PiePlot">Field</a> | </li>
- <li><a href="#constructor.summary">Constr</a> | </li>
- <li><a href="#method.summary">Method</a></li>
- </ul>
- <ul class="subNavList">
- <li>Detail: </li>
- <li>Field | </li>
- <li><a href="#constructor.detail">Constr</a> | </li>
- <li><a href="#method.detail">Method</a></li>
- </ul>
- </div>
- <a name="skip.navbar.top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <!-- ======== START OF CLASS DATA ======== -->
- <div class="header">
- <div class="subTitle">org.jfree.chart.plot</div>
- <h2 title="Class PiePlot3D" class="title">Class PiePlot3D</h2>
- </div>
- <div class="contentContainer">
- <ul class="inheritance">
- <li>java.lang.Object</li>
- <li>
- <ul class="inheritance">
- <li><a href="../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">org.jfree.chart.plot.Plot</a></li>
- <li>
- <ul class="inheritance">
- <li><a href="../../../../org/jfree/chart/plot/PiePlot.html" title="class in org.jfree.chart.plot">org.jfree.chart.plot.PiePlot</a></li>
- <li>
- <ul class="inheritance">
- <li>org.jfree.chart.plot.PiePlot3D</li>
- </ul>
- </li>
- </ul>
- </li>
- </ul>
- </li>
- </ul>
- <div class="description">
- <ul class="blockList">
- <li class="blockList">
- <dl>
- <dt>All Implemented Interfaces:</dt>
- <dd>java.io.Serializable, java.lang.Cloneable, java.util.EventListener, <a href="../../../../org/jfree/chart/event/AnnotationChangeListener.html" title="interface in org.jfree.chart.event">AnnotationChangeListener</a>, <a href="../../../../org/jfree/chart/event/AxisChangeListener.html" title="interface in org.jfree.chart.event">AxisChangeListener</a>, <a href="../../../../org/jfree/chart/event/MarkerChangeListener.html" title="interface in org.jfree.chart.event">MarkerChangeListener</a>, <a href="../../../../org/jfree/chart/LegendItemSource.html" title="interface in org.jfree.chart">LegendItemSource</a>, <a href="../../../../org/jfree/data/general/DatasetChangeListener.html" title="interface in org.jfree.data.general">DatasetChangeListener</a>, org.jfree.util.PublicCloneable</dd>
- </dl>
- <hr>
- <br>
- <pre>public class <a href="../../../../src-html/org/jfree/chart/plot/PiePlot3D.html#line.130">PiePlot3D</a>
- extends <a href="../../../../org/jfree/chart/plot/PiePlot.html" title="class in org.jfree.chart.plot">PiePlot</a>
- implements java.io.Serializable</pre>
- <div class="block">A plot that displays data in the form of a 3D pie chart, using data from
- any class that implements the <a href="../../../../org/jfree/data/general/PieDataset.html" title="interface in org.jfree.data.general"><code>PieDataset</code></a> interface.
- <P>
- Although this class extends <a href="../../../../org/jfree/chart/plot/PiePlot.html" title="class in org.jfree.chart.plot"><code>PiePlot</code></a>, it does not currently support
- exploded sections.</div>
- <dl>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../serialized-form.html#org.jfree.chart.plot.PiePlot3D">Serialized Form</a></dd>
- </dl>
- </li>
- </ul>
- </div>
- <div class="summary">
- <ul class="blockList">
- <li class="blockList">
- <!-- =========== FIELD SUMMARY =========== -->
- <ul class="blockList">
- <li class="blockList"><a name="field.summary">
- <!-- -->
- </a>
- <h3>Field Summary</h3>
- <ul class="blockList">
- <li class="blockList"><a name="fields.inherited.from.class.org.jfree.chart.plot.PiePlot">
- <!-- -->
- </a>
- <h3>Fields inherited from class org.jfree.chart.plot.<a href="../../../../org/jfree/chart/plot/PiePlot.html" title="class in org.jfree.chart.plot">PiePlot</a></h3>
- <code><a href="../../../../org/jfree/chart/plot/PiePlot.html#DEFAULT_INTERIOR_GAP">DEFAULT_INTERIOR_GAP</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#DEFAULT_LABEL_BACKGROUND_PAINT">DEFAULT_LABEL_BACKGROUND_PAINT</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#DEFAULT_LABEL_FONT">DEFAULT_LABEL_FONT</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#DEFAULT_LABEL_OUTLINE_PAINT">DEFAULT_LABEL_OUTLINE_PAINT</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#DEFAULT_LABEL_OUTLINE_STROKE">DEFAULT_LABEL_OUTLINE_STROKE</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#DEFAULT_LABEL_PAINT">DEFAULT_LABEL_PAINT</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#DEFAULT_LABEL_SHADOW_PAINT">DEFAULT_LABEL_SHADOW_PAINT</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#DEFAULT_MINIMUM_ARC_ANGLE_TO_DRAW">DEFAULT_MINIMUM_ARC_ANGLE_TO_DRAW</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#DEFAULT_START_ANGLE">DEFAULT_START_ANGLE</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#localizationResources">localizationResources</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#MAX_INTERIOR_GAP">MAX_INTERIOR_GAP</a></code></li>
- </ul>
- <ul class="blockList">
- <li class="blockList"><a name="fields.inherited.from.class.org.jfree.chart.plot.Plot">
- <!-- -->
- </a>
- <h3>Fields inherited from class org.jfree.chart.plot.<a href="../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></h3>
- <code><a href="../../../../org/jfree/chart/plot/Plot.html#DEFAULT_BACKGROUND_ALPHA">DEFAULT_BACKGROUND_ALPHA</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#DEFAULT_BACKGROUND_PAINT">DEFAULT_BACKGROUND_PAINT</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#DEFAULT_FOREGROUND_ALPHA">DEFAULT_FOREGROUND_ALPHA</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#DEFAULT_INSETS">DEFAULT_INSETS</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#DEFAULT_LEGEND_ITEM_BOX">DEFAULT_LEGEND_ITEM_BOX</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#DEFAULT_LEGEND_ITEM_CIRCLE">DEFAULT_LEGEND_ITEM_CIRCLE</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#DEFAULT_OUTLINE_PAINT">DEFAULT_OUTLINE_PAINT</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#DEFAULT_OUTLINE_STROKE">DEFAULT_OUTLINE_STROKE</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#MINIMUM_HEIGHT_TO_DRAW">MINIMUM_HEIGHT_TO_DRAW</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#MINIMUM_WIDTH_TO_DRAW">MINIMUM_WIDTH_TO_DRAW</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#ZERO">ZERO</a></code></li>
- </ul>
- </li>
- </ul>
- <!-- ======== CONSTRUCTOR SUMMARY ======== -->
- <ul class="blockList">
- <li class="blockList"><a name="constructor.summary">
- <!-- -->
- </a>
- <h3>Constructor Summary</h3>
- <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
- <caption><span>Constructors</span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colOne" scope="col">Constructor and Description</th>
- </tr>
- <tr class="altColor">
- <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PiePlot3D.html#PiePlot3D--">PiePlot3D</a></span>()</code>
- <div class="block">Creates a new instance with no dataset.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PiePlot3D.html#PiePlot3D-org.jfree.data.general.PieDataset-">PiePlot3D</a></span>(<a href="../../../../org/jfree/data/general/PieDataset.html" title="interface in org.jfree.data.general">PieDataset</a> dataset)</code>
- <div class="block">Creates a pie chart with a three dimensional effect using the specified
- dataset.</div>
- </td>
- </tr>
- </table>
- </li>
- </ul>
- <!-- ========== METHOD SUMMARY =========== -->
- <ul class="blockList">
- <li class="blockList"><a name="method.summary">
- <!-- -->
- </a>
- <h3>Method Summary</h3>
- <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
- <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tr id="i0" class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PiePlot3D.html#draw-java.awt.Graphics2D-java.awt.geom.Rectangle2D-java.awt.geom.Point2D-org.jfree.chart.plot.PlotState-org.jfree.chart.plot.PlotRenderingInfo-">draw</a></span>(java.awt.Graphics2D g2,
- java.awt.geom.Rectangle2D plotArea,
- java.awt.geom.Point2D anchor,
- <a href="../../../../org/jfree/chart/plot/PlotState.html" title="class in org.jfree.chart.plot">PlotState</a> parentState,
- <a href="../../../../org/jfree/chart/plot/PlotRenderingInfo.html" title="class in org.jfree.chart.plot">PlotRenderingInfo</a> info)</code>
- <div class="block">Draws the plot on a Java 2D graphics device (such as the screen or a
- printer).</div>
- </td>
- </tr>
- <tr id="i1" class="rowColor">
- <td class="colFirst"><code>protected void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PiePlot3D.html#drawSide-java.awt.Graphics2D-java.awt.geom.Rectangle2D-java.awt.geom.Arc2D-java.awt.geom.Area-java.awt.geom.Area-java.awt.Paint-java.awt.Paint-java.awt.Stroke-boolean-boolean-">drawSide</a></span>(java.awt.Graphics2D g2,
- java.awt.geom.Rectangle2D plotArea,
- java.awt.geom.Arc2D arc,
- java.awt.geom.Area front,
- java.awt.geom.Area back,
- java.awt.Paint paint,
- java.awt.Paint outlinePaint,
- java.awt.Stroke outlineStroke,
- boolean drawFront,
- boolean drawBack)</code>
- <div class="block">Draws the side of a pie section.</div>
- </td>
- </tr>
- <tr id="i2" class="altColor">
- <td class="colFirst"><code>boolean</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PiePlot3D.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object obj)</code>
- <div class="block">Tests this plot for equality with an arbitrary object.</div>
- </td>
- </tr>
- <tr id="i3" class="rowColor">
- <td class="colFirst"><code>boolean</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PiePlot3D.html#getDarkerSides--">getDarkerSides</a></span>()</code>
- <div class="block">Returns a flag that controls whether or not the sides of the pie chart
- are rendered using a darker colour.</div>
- </td>
- </tr>
- <tr id="i4" class="altColor">
- <td class="colFirst"><code>double</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PiePlot3D.html#getDepthFactor--">getDepthFactor</a></span>()</code>
- <div class="block">Returns the depth factor for the chart.</div>
- </td>
- </tr>
- <tr id="i5" class="rowColor">
- <td class="colFirst"><code>java.lang.String</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PiePlot3D.html#getPlotType--">getPlotType</a></span>()</code>
- <div class="block">Returns a short string describing the type of plot.</div>
- </td>
- </tr>
- <tr id="i6" class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PiePlot3D.html#setDarkerSides-boolean-">setDarkerSides</a></span>(boolean darker)</code>
- <div class="block">Sets a flag that controls whether or not the sides of the pie chart
- are rendered using a darker colour, and sends a <a href="../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a>
- to all registered listeners.</div>
- </td>
- </tr>
- <tr id="i7" class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PiePlot3D.html#setDepthFactor-double-">setDepthFactor</a></span>(double factor)</code>
- <div class="block">Sets the pie depth as a percentage of the height of the plot area, and
- sends a <a href="../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a> to all registered listeners.</div>
- </td>
- </tr>
- </table>
- <ul class="blockList">
- <li class="blockList"><a name="methods.inherited.from.class.org.jfree.chart.plot.PiePlot">
- <!-- -->
- </a>
- <h3>Methods inherited from class org.jfree.chart.plot.<a href="../../../../org/jfree/chart/plot/PiePlot.html" title="class in org.jfree.chart.plot">PiePlot</a></h3>
- <code><a href="../../../../org/jfree/chart/plot/PiePlot.html#clearSectionOutlinePaints-boolean-">clearSectionOutlinePaints</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#clearSectionOutlineStrokes-boolean-">clearSectionOutlineStrokes</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#clearSectionPaints-boolean-">clearSectionPaints</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#clone--">clone</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#drawItem-java.awt.Graphics2D-int-java.awt.geom.Rectangle2D-org.jfree.chart.plot.PiePlotState-int-">drawItem</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#drawLabels-java.awt.Graphics2D-java.util.List-double-java.awt.geom.Rectangle2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.PiePlotState-">drawLabels</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#drawLeftLabel-java.awt.Graphics2D-org.jfree.chart.plot.PiePlotState-org.jfree.chart.plot.PieLabelRecord-">drawLeftLabel</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#drawLeftLabels-org.jfree.data.KeyedValues-java.awt.Graphics2D-java.awt.geom.Rectangle2D-java.awt.geom.Rectangle2D-float-org.jfree.chart.plot.PiePlotState-">drawLeftLabels</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#drawPie-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.PlotRenderingInfo-">drawPie</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#drawRightLabel-java.awt.Graphics2D-org.jfree.chart.plot.PiePlotState-org.jfree.chart.plot.PieLabelRecord-">drawRightLabel</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#drawRightLabels-org.jfree.data.KeyedValues-java.awt.Graphics2D-java.awt.geom.Rectangle2D-java.awt.geom.Rectangle2D-float-org.jfree.chart.plot.PiePlotState-">drawRightLabels</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#drawSimpleLabels-java.awt.Graphics2D-java.util.List-double-java.awt.geom.Rectangle2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.PiePlotState-">drawSimpleLabels</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getArcBounds-java.awt.geom.Rectangle2D-java.awt.geom.Rectangle2D-double-double-double-">getArcBounds</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getArcCenter-org.jfree.chart.plot.PiePlotState-java.lang.Comparable-">getArcCenter</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getAutoPopulateSectionOutlinePaint--">getAutoPopulateSectionOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getAutoPopulateSectionOutlineStroke--">getAutoPopulateSectionOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getAutoPopulateSectionPaint--">getAutoPopulateSectionPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getBaseSectionOutlinePaint--">getBaseSectionOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getBaseSectionOutlineStroke--">getBaseSectionOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getBaseSectionPaint--">getBaseSectionPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getDataset--">getDataset</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getDirection--">getDirection</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getExplodePercent-java.lang.Comparable-">getExplodePercent</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getExplodePercent-int-">getExplodePercent</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getIgnoreNullValues--">getIgnoreNullValues</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getIgnoreZeroValues--">getIgnoreZeroValues</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getInteriorGap--">getInteriorGap</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelBackgroundPaint--">getLabelBackgroundPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelDistributor--">getLabelDistributor</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelFont--">getLabelFont</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelGap--">getLabelGap</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelGenerator--">getLabelGenerator</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelLinkDepth--">getLabelLinkDepth</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelLinkMargin--">getLabelLinkMargin</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelLinkPaint--">getLabelLinkPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelLinkStroke--">getLabelLinkStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelLinkStyle--">getLabelLinkStyle</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelLinksVisible--">getLabelLinksVisible</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelOutlinePaint--">getLabelOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelOutlineStroke--">getLabelOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelPadding--">getLabelPadding</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelPaint--">getLabelPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLabelShadowPaint--">getLabelShadowPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLegendItems--">getLegendItems</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLegendItemShape--">getLegendItemShape</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLegendLabelGenerator--">getLegendLabelGenerator</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLegendLabelToolTipGenerator--">getLegendLabelToolTipGenerator</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getLegendLabelURLGenerator--">getLegendLabelURLGenerator</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getMaximumExplodePercent--">getMaximumExplodePercent</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getMaximumLabelWidth--">getMaximumLabelWidth</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getMinimumArcAngleToDraw--">getMinimumArcAngleToDraw</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getPieIndex--">getPieIndex</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getSectionKey-int-">getSectionKey</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getSectionOutlinePaint--">getSectionOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getSectionOutlinePaint-java.lang.Comparable-">getSectionOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getSectionOutlinePaint-int-">getSectionOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getSectionOutlineStroke--">getSectionOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getSectionOutlineStroke-java.lang.Comparable-">getSectionOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getSectionOutlineStroke-int-">getSectionOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getSectionOutlinesVisible--">getSectionOutlinesVisible</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getSectionPaint--">getSectionPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getSectionPaint-java.lang.Comparable-">getSectionPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getSectionPaint-int-">getSectionPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getShadowGenerator--">getShadowGenerator</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getShadowPaint--">getShadowPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getShadowXOffset--">getShadowXOffset</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getShadowYOffset--">getShadowYOffset</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getSimpleLabelOffset--">getSimpleLabelOffset</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getSimpleLabels--">getSimpleLabels</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getStartAngle--">getStartAngle</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getToolTipGenerator--">getToolTipGenerator</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#getURLGenerator--">getURLGenerator</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#handleMouseWheelRotation-int-">handleMouseWheelRotation</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#initialise-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.PiePlot-java.lang.Integer-org.jfree.chart.plot.PlotRenderingInfo-">initialise</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#isCircular--">isCircular</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#lookupSectionOutlinePaint-java.lang.Comparable-">lookupSectionOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#lookupSectionOutlinePaint-java.lang.Comparable-boolean-">lookupSectionOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#lookupSectionOutlineStroke-java.lang.Comparable-">lookupSectionOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#lookupSectionOutlineStroke-java.lang.Comparable-boolean-">lookupSectionOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#lookupSectionPaint-java.lang.Comparable-">lookupSectionPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#lookupSectionPaint-java.lang.Comparable-boolean-">lookupSectionPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#lookupSectionPaint-java.lang.Comparable-org.jfree.chart.plot.PiePlotState-">lookupSectionPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setAutoPopulateSectionOutlinePaint-boolean-">setAutoPopulateSectionOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setAutoPopulateSectionOutlineStroke-boolean-">setAutoPopulateSectionOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setAutoPopulateSectionPaint-boolean-">setAutoPopulateSectionPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setBaseSectionOutlinePaint-java.awt.Paint-">setBaseSectionOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setBaseSectionOutlineStroke-java.awt.Stroke-">setBaseSectionOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setBaseSectionPaint-java.awt.Paint-">setBaseSectionPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setCircular-boolean-">setCircular</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setCircular-boolean-boolean-">setCircular</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setDataset-org.jfree.data.general.PieDataset-">setDataset</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setDirection-org.jfree.util.Rotation-">setDirection</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setExplodePercent-java.lang.Comparable-double-">setExplodePercent</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setExplodePercent-int-double-">setExplodePercent</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setIgnoreNullValues-boolean-">setIgnoreNullValues</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setIgnoreZeroValues-boolean-">setIgnoreZeroValues</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setInteriorGap-double-">setInteriorGap</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelBackgroundPaint-java.awt.Paint-">setLabelBackgroundPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelDistributor-org.jfree.chart.plot.AbstractPieLabelDistributor-">setLabelDistributor</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelFont-java.awt.Font-">setLabelFont</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelGap-double-">setLabelGap</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelGenerator-org.jfree.chart.labels.PieSectionLabelGenerator-">setLabelGenerator</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelLinkMargin-double-">setLabelLinkMargin</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelLinkPaint-java.awt.Paint-">setLabelLinkPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelLinkStroke-java.awt.Stroke-">setLabelLinkStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelLinkStyle-org.jfree.chart.plot.PieLabelLinkStyle-">setLabelLinkStyle</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelLinksVisible-boolean-">setLabelLinksVisible</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelOutlinePaint-java.awt.Paint-">setLabelOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelOutlineStroke-java.awt.Stroke-">setLabelOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelPadding-org.jfree.ui.RectangleInsets-">setLabelPadding</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelPaint-java.awt.Paint-">setLabelPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLabelShadowPaint-java.awt.Paint-">setLabelShadowPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLegendItemShape-java.awt.Shape-">setLegendItemShape</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLegendLabelGenerator-org.jfree.chart.labels.PieSectionLabelGenerator-">setLegendLabelGenerator</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLegendLabelToolTipGenerator-org.jfree.chart.labels.PieSectionLabelGenerator-">setLegendLabelToolTipGenerator</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setLegendLabelURLGenerator-org.jfree.chart.urls.PieURLGenerator-">setLegendLabelURLGenerator</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setMaximumLabelWidth-double-">setMaximumLabelWidth</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setMinimumArcAngleToDraw-double-">setMinimumArcAngleToDraw</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setPieIndex-int-">setPieIndex</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setSectionOutlinePaint-java.lang.Comparable-java.awt.Paint-">setSectionOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setSectionOutlinePaint-int-java.awt.Paint-">setSectionOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setSectionOutlinePaint-java.awt.Paint-">setSectionOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setSectionOutlineStroke-java.lang.Comparable-java.awt.Stroke-">setSectionOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setSectionOutlineStroke-int-java.awt.Stroke-">setSectionOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setSectionOutlineStroke-java.awt.Stroke-">setSectionOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setSectionOutlinesVisible-boolean-">setSectionOutlinesVisible</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setSectionPaint-java.lang.Comparable-java.awt.Paint-">setSectionPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setSectionPaint-int-java.awt.Paint-">setSectionPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setSectionPaint-java.awt.Paint-">setSectionPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setShadowGenerator-org.jfree.chart.util.ShadowGenerator-">setShadowGenerator</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setShadowPaint-java.awt.Paint-">setShadowPaint</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setShadowXOffset-double-">setShadowXOffset</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setShadowYOffset-double-">setShadowYOffset</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setSimpleLabelOffset-org.jfree.ui.RectangleInsets-">setSimpleLabelOffset</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setSimpleLabels-boolean-">setSimpleLabels</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setStartAngle-double-">setStartAngle</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setToolTipGenerator-org.jfree.chart.labels.PieToolTipGenerator-">setToolTipGenerator</a>, <a href="../../../../org/jfree/chart/plot/PiePlot.html#setURLGenerator-org.jfree.chart.urls.PieURLGenerator-">setURLGenerator</a></code></li>
- </ul>
- <ul class="blockList">
- <li class="blockList"><a name="methods.inherited.from.class.org.jfree.chart.plot.Plot">
- <!-- -->
- </a>
- <h3>Methods inherited from class org.jfree.chart.plot.<a href="../../../../org/jfree/chart/plot/Plot.html" title="class in org.jfree.chart.plot">Plot</a></h3>
- <code><a href="../../../../org/jfree/chart/plot/Plot.html#addChangeListener-org.jfree.chart.event.PlotChangeListener-">addChangeListener</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#annotationChanged-org.jfree.chart.event.AnnotationChangeEvent-">annotationChanged</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#axisChanged-org.jfree.chart.event.AxisChangeEvent-">axisChanged</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#createAndAddEntity-java.awt.geom.Rectangle2D-org.jfree.chart.plot.PlotRenderingInfo-java.lang.String-java.lang.String-">createAndAddEntity</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#datasetChanged-org.jfree.data.general.DatasetChangeEvent-">datasetChanged</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#drawBackground-java.awt.Graphics2D-java.awt.geom.Rectangle2D-">drawBackground</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#drawBackgroundImage-java.awt.Graphics2D-java.awt.geom.Rectangle2D-">drawBackgroundImage</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#drawNoDataMessage-java.awt.Graphics2D-java.awt.geom.Rectangle2D-">drawNoDataMessage</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#drawOutline-java.awt.Graphics2D-java.awt.geom.Rectangle2D-">drawOutline</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#fillBackground-java.awt.Graphics2D-java.awt.geom.Rectangle2D-">fillBackground</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#fillBackground-java.awt.Graphics2D-java.awt.geom.Rectangle2D-org.jfree.chart.plot.PlotOrientation-">fillBackground</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#fireChangeEvent--">fireChangeEvent</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getBackgroundAlpha--">getBackgroundAlpha</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getBackgroundImage--">getBackgroundImage</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getBackgroundImageAlignment--">getBackgroundImageAlignment</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getBackgroundImageAlpha--">getBackgroundImageAlpha</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getBackgroundPaint--">getBackgroundPaint</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getDatasetGroup--">getDatasetGroup</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getDrawingSupplier--">getDrawingSupplier</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getForegroundAlpha--">getForegroundAlpha</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getInsets--">getInsets</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getNoDataMessage--">getNoDataMessage</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getNoDataMessageFont--">getNoDataMessageFont</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getNoDataMessagePaint--">getNoDataMessagePaint</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getOutlinePaint--">getOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getOutlineStroke--">getOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getParent--">getParent</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getRectX-double-double-double-org.jfree.ui.RectangleEdge-">getRectX</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getRectY-double-double-double-org.jfree.ui.RectangleEdge-">getRectY</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#getRootPlot--">getRootPlot</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#handleClick-int-int-org.jfree.chart.plot.PlotRenderingInfo-">handleClick</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#isNotify--">isNotify</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#isOutlineVisible--">isOutlineVisible</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#isSubplot--">isSubplot</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#markerChanged-org.jfree.chart.event.MarkerChangeEvent-">markerChanged</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#notifyListeners-org.jfree.chart.event.PlotChangeEvent-">notifyListeners</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#removeChangeListener-org.jfree.chart.event.PlotChangeListener-">removeChangeListener</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#resolveDomainAxisLocation-org.jfree.chart.axis.AxisLocation-org.jfree.chart.plot.PlotOrientation-">resolveDomainAxisLocation</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#resolveRangeAxisLocation-org.jfree.chart.axis.AxisLocation-org.jfree.chart.plot.PlotOrientation-">resolveRangeAxisLocation</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setBackgroundAlpha-float-">setBackgroundAlpha</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setBackgroundImage-java.awt.Image-">setBackgroundImage</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setBackgroundImageAlignment-int-">setBackgroundImageAlignment</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setBackgroundImageAlpha-float-">setBackgroundImageAlpha</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setBackgroundPaint-java.awt.Paint-">setBackgroundPaint</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setDatasetGroup-org.jfree.data.general.DatasetGroup-">setDatasetGroup</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setDrawingSupplier-org.jfree.chart.plot.DrawingSupplier-">setDrawingSupplier</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setDrawingSupplier-org.jfree.chart.plot.DrawingSupplier-boolean-">setDrawingSupplier</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setForegroundAlpha-float-">setForegroundAlpha</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setInsets-org.jfree.ui.RectangleInsets-">setInsets</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setInsets-org.jfree.ui.RectangleInsets-boolean-">setInsets</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setNoDataMessage-java.lang.String-">setNoDataMessage</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setNoDataMessageFont-java.awt.Font-">setNoDataMessageFont</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setNoDataMessagePaint-java.awt.Paint-">setNoDataMessagePaint</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setNotify-boolean-">setNotify</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setOutlinePaint-java.awt.Paint-">setOutlinePaint</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setOutlineStroke-java.awt.Stroke-">setOutlineStroke</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setOutlineVisible-boolean-">setOutlineVisible</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#setParent-org.jfree.chart.plot.Plot-">setParent</a>, <a href="../../../../org/jfree/chart/plot/Plot.html#zoom-double-">zoom</a></code></li>
- </ul>
- <ul class="blockList">
- <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
- <!-- -->
- </a>
- <h3>Methods inherited from class java.lang.Object</h3>
- <code>finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
- </ul>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div class="details">
- <ul class="blockList">
- <li class="blockList">
- <!-- ========= CONSTRUCTOR DETAIL ======== -->
- <ul class="blockList">
- <li class="blockList"><a name="constructor.detail">
- <!-- -->
- </a>
- <h3>Constructor Detail</h3>
- <a name="PiePlot3D--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>PiePlot3D</h4>
- <pre>public <a href="../../../../src-html/org/jfree/chart/plot/PiePlot3D.html#line.150">PiePlot3D</a>()</pre>
- <div class="block">Creates a new instance with no dataset.</div>
- </li>
- </ul>
- <a name="PiePlot3D-org.jfree.data.general.PieDataset-">
- <!-- -->
- </a>
- <ul class="blockListLast">
- <li class="blockList">
- <h4>PiePlot3D</h4>
- <pre>public <a href="../../../../src-html/org/jfree/chart/plot/PiePlot3D.html#line.160">PiePlot3D</a>(<a href="../../../../org/jfree/data/general/PieDataset.html" title="interface in org.jfree.data.general">PieDataset</a> dataset)</pre>
- <div class="block">Creates a pie chart with a three dimensional effect using the specified
- dataset.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>dataset</code> - the dataset (<code>null</code> permitted).</dd>
- </dl>
- </li>
- </ul>
- </li>
- </ul>
- <!-- ============ METHOD DETAIL ========== -->
- <ul class="blockList">
- <li class="blockList"><a name="method.detail">
- <!-- -->
- </a>
- <h3>Method Detail</h3>
- <a name="getDepthFactor--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getDepthFactor</h4>
- <pre>public double <a href="../../../../src-html/org/jfree/chart/plot/PiePlot3D.html#line.172">getDepthFactor</a>()</pre>
- <div class="block">Returns the depth factor for the chart.</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>The depth factor.</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/chart/plot/PiePlot3D.html#setDepthFactor-double-"><code>setDepthFactor(double)</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="setDepthFactor-double-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>setDepthFactor</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/chart/plot/PiePlot3D.html#line.184">setDepthFactor</a>(double factor)</pre>
- <div class="block">Sets the pie depth as a percentage of the height of the plot area, and
- sends a <a href="../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a> to all registered listeners.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>factor</code> - the depth factor (for example, 0.20 is twenty percent).</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/chart/plot/PiePlot3D.html#getDepthFactor--"><code>getDepthFactor()</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="getDarkerSides--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getDarkerSides</h4>
- <pre>public boolean <a href="../../../../src-html/org/jfree/chart/plot/PiePlot3D.html#line.199">getDarkerSides</a>()</pre>
- <div class="block">Returns a flag that controls whether or not the sides of the pie chart
- are rendered using a darker colour.</div>
- <dl>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>A boolean.</dd>
- <dt><span class="simpleTagLabel">Since:</span></dt>
- <dd>1.0.7</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/chart/plot/PiePlot3D.html#setDarkerSides-boolean-"><code>setDarkerSides(boolean)</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="setDarkerSides-boolean-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>setDarkerSides</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/chart/plot/PiePlot3D.html#line.215">setDarkerSides</a>(boolean darker)</pre>
- <div class="block">Sets a flag that controls whether or not the sides of the pie chart
- are rendered using a darker colour, and sends a <a href="../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a>
- to all registered listeners.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>darker</code> - true to darken the sides, false to use the default
- behaviour.</dd>
- <dt><span class="simpleTagLabel">Since:</span></dt>
- <dd>1.0.7.</dd>
- <dt><span class="seeLabel">See Also:</span></dt>
- <dd><a href="../../../../org/jfree/chart/plot/PiePlot3D.html#getDarkerSides--"><code>getDarkerSides()</code></a></dd>
- </dl>
- </li>
- </ul>
- <a name="draw-java.awt.Graphics2D-java.awt.geom.Rectangle2D-java.awt.geom.Point2D-org.jfree.chart.plot.PlotState-org.jfree.chart.plot.PlotRenderingInfo-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>draw</h4>
- <pre>public void <a href="../../../../src-html/org/jfree/chart/plot/PiePlot3D.html#line.234">draw</a>(java.awt.Graphics2D g2,
- java.awt.geom.Rectangle2D plotArea,
- java.awt.geom.Point2D anchor,
- <a href="../../../../org/jfree/chart/plot/PlotState.html" title="class in org.jfree.chart.plot">PlotState</a> parentState,
- <a href="../../../../org/jfree/chart/plot/PlotRenderingInfo.html" title="class in org.jfree.chart.plot">PlotRenderingInfo</a> info)</pre>
- <div class="block">Draws the plot on a Java 2D graphics device (such as the screen or a
- printer). This method is called by the
- <a href="../../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart"><code>JFreeChart</code></a> class, you don't normally need
- to call it yourself.</div>
- <dl>
- <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
- <dd><code><a href="../../../../org/jfree/chart/plot/PiePlot.html#draw-java.awt.Graphics2D-java.awt.geom.Rectangle2D-java.awt.geom.Point2D-org.jfree.chart.plot.PlotState-org.jfree.chart.plot.PlotRenderingInfo-">draw</a></code> in class <code><a href="../../../../org/jfree/chart/plot/PiePlot.html" title="class in org.jfree.chart.plot">PiePlot</a></code></dd>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>g2</code> - the graphics device.</dd>
- <dd><code>plotArea</code> - the area within which the plot should be drawn.</dd>
- <dd><code>anchor</code> - the anchor point.</dd>
- <dd><code>parentState</code> - the state from the parent plot, if there is one.</dd>
- <dd><code>info</code> - collects info about the drawing
- (<code>null</code> permitted).</dd>
- </dl>
- </li>
- </ul>
- <a name="drawSide-java.awt.Graphics2D-java.awt.geom.Rectangle2D-java.awt.geom.Arc2D-java.awt.geom.Area-java.awt.geom.Area-java.awt.Paint-java.awt.Paint-java.awt.Stroke-boolean-boolean-">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>drawSide</h4>
- <pre>protected void <a href="../../../../src-html/org/jfree/chart/plot/PiePlot3D.html#line.636">drawSide</a>(java.awt.Graphics2D g2,
- java.awt.geom.Rectangle2D plotArea,
- java.awt.geom.Arc2D arc,
- java.awt.geom.Area front,
- java.awt.geom.Area back,
- java.awt.Paint paint,
- java.awt.Paint outlinePaint,
- java.awt.Stroke outlineStroke,
- boolean drawFront,
- boolean drawBack)</pre>
- <div class="block">Draws the side of a pie section.</div>
- <dl>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>g2</code> - the graphics device.</dd>
- <dd><code>plotArea</code> - the plot area.</dd>
- <dd><code>arc</code> - the arc.</dd>
- <dd><code>front</code> - the front of the pie.</dd>
- <dd><code>back</code> - the back of the pie.</dd>
- <dd><code>paint</code> - the color.</dd>
- <dd><code>outlinePaint</code> - the outline paint.</dd>
- <dd><code>outlineStroke</code> - the outline stroke.</dd>
- <dd><code>drawFront</code> - draw the front?</dd>
- <dd><code>drawBack</code> - draw the back?</dd>
- </dl>
- </li>
- </ul>
- <a name="getPlotType--">
- <!-- -->
- </a>
- <ul class="blockList">
- <li class="blockList">
- <h4>getPlotType</h4>
- <pre>public java.lang.String <a href="../../../../src-html/org/jfree/chart/plot/PiePlot3D.html#line.1000">getPlotType</a>()</pre>
- <div class="block">Returns a short string describing the type of plot.</div>
- <dl>
- <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
- <dd><code><a href="../../../../org/jfree/chart/plot/PiePlot.html#getPlotType--">getPlotType</a></code> in class <code><a href="../../../../org/jfree/chart/plot/PiePlot.html" title="class in org.jfree.chart.plot">PiePlot</a></code></dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd><i>Pie 3D Plot</i>.</dd>
- </dl>
- </li>
- </ul>
- <a name="equals-java.lang.Object-">
- <!-- -->
- </a>
- <ul class="blockListLast">
- <li class="blockList">
- <h4>equals</h4>
- <pre>public boolean <a href="../../../../src-html/org/jfree/chart/plot/PiePlot3D.html#line.1038">equals</a>(java.lang.Object obj)</pre>
- <div class="block">Tests this plot for equality with an arbitrary object.</div>
- <dl>
- <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
- <dd><code><a href="../../../../org/jfree/chart/plot/PiePlot.html#equals-java.lang.Object-">equals</a></code> in class <code><a href="../../../../org/jfree/chart/plot/PiePlot.html" title="class in org.jfree.chart.plot">PiePlot</a></code></dd>
- <dt><span class="paramLabel">Parameters:</span></dt>
- <dd><code>obj</code> - the object (<code>null</code> permitted).</dd>
- <dt><span class="returnLabel">Returns:</span></dt>
- <dd>A boolean.</dd>
- </dl>
- </li>
- </ul>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- </div>
- <!-- ========= END OF CLASS DATA ========= -->
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar.bottom">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.bottom.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../../overview-summary.html">Overview</a></li>
- <li><a href="package-summary.html">Package</a></li>
- <li class="navBarCell1Rev">Class</li>
- <li><a href="class-use/PiePlot3D.html">Use</a></li>
- <li><a href="package-tree.html">Tree</a></li>
- <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../../index-files/index-1.html">Index</a></li>
- <li><a href="../../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="../../../../org/jfree/chart/plot/PiePlot.html" title="class in org.jfree.chart.plot"><span class="typeNameLink">Prev Class</span></a></li>
- <li><a href="../../../../org/jfree/chart/plot/PiePlotState.html" title="class in org.jfree.chart.plot"><span class="typeNameLink">Next Class</span></a></li>
- </ul>
- <ul class="navList">
- <li><a href="../../../../index.html?org/jfree/chart/plot/PiePlot3D.html" target="_top">Frames</a></li>
- <li><a href="PiePlot3D.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <div>
- <ul class="subNavList">
- <li>Summary: </li>
- <li>Nested | </li>
- <li><a href="#fields.inherited.from.class.org.jfree.chart.plot.PiePlot">Field</a> | </li>
- <li><a href="#constructor.summary">Constr</a> | </li>
- <li><a href="#method.summary">Method</a></li>
- </ul>
- <ul class="subNavList">
- <li>Detail: </li>
- <li>Field | </li>
- <li><a href="#constructor.detail">Constr</a> | </li>
- <li><a href="#method.detail">Method</a></li>
- </ul>
- </div>
- <a name="skip.navbar.bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- </body>
- </html>
|