Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
18 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 186 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/StackedBarRenderer3D.java |
2 | 18 | 131 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/StackedXYBarRenderer.java |
| |||||
/** * Returns <code>true</code> if the renderer displays each item value as * a percentage (so that the stacked bars add to 100%), and * <code>false</code> otherwise. * * @return A boolean. * * @since 1.0.2 */ public boolean getRenderAsPercentages() { return this.renderAsPercentages; } /** * Sets the flag that controls whether the renderer displays each item * value as a percentage (so that the stacked bars add to 100%), and sends * a {@link RendererChangeEvent} to all registered listeners. * * @param asPercentages the flag. * * @since 1.0.2 */ public void setRenderAsPercentages(boolean asPercentages) { this.renderAsPercentages = asPercentages; fireChangeEvent(); } |
| |||||
/** * Returns <code>true</code> if the renderer displays each item value as * a percentage (so that the stacked bars add to 100%), and * <code>false</code> otherwise. * * @return A boolean. * * @see #setRenderAsPercentages(boolean) * * @since 1.0.5 */ public boolean getRenderAsPercentages() { return this.renderAsPercentages; } /** * Sets the flag that controls whether the renderer displays each item * value as a percentage (so that the stacked bars add to 100%), and sends * a {@link RendererChangeEvent} to all registered listeners. * * @param asPercentages the flag. * * @see #getRenderAsPercentages() * * @since 1.0.5 */ public void setRenderAsPercentages(boolean asPercentages) { this.renderAsPercentages = asPercentages; fireChangeEvent(); } |
| |||
/** * Returns <code>true</code> if the renderer displays each item value as * a percentage (so that the stacked bars add to 100%), and * <code>false</code> otherwise. * * @return A boolean. * * @see #setRenderAsPercentages(boolean) * * @since 1.0.5 */ /** * Returns <code>true</code> if the renderer displays each item value as * a percentage (so that the stacked bars add to 100%), and * <code>false</code> otherwise. * * @return A boolean. * * @since 1.0.2 */ public boolean getRenderAsPercentages() { return this.renderAsPercentages; } /** * Sets the flag that controls whether the renderer displays each item * value as a percentage (so that the stacked bars add to 100%), and sends * a {@link RendererChangeEvent} to all registered listeners. * * @param asPercentages the flag. * * @see #getRenderAsPercentages() * * @since 1.0.5 */ /** * Sets the flag that controls whether the renderer displays each item * value as a percentage (so that the stacked bars add to 100%), and sends * a {@link RendererChangeEvent} to all registered listeners. * * @param asPercentages the flag. * * @since 1.0.2 */ public void setRenderAsPercentages(boolean asPercentages) { this.renderAsPercentages = asPercentages; fireChangeEvent(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |