CloneSet727


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
47201.000class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
144376
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/BarRenderer.java
247409
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYBarRenderer.java
Next
Last
Clone Instance
1
Line Count
44
Source Line
376
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/BarRenderer.java

/**
 * Returns the fallback position for positive item labels that don't fit
 * within a bar.
 *
 * @return The fallback position (<code>null</code> possible).
 *
 * @see #setPositiveItemLabelPositionFallback(ItemLabelPosition)
 */
public ItemLabelPosition getPositiveItemLabelPositionFallback() {
  return this.positiveItemLabelPositionFallback;
}

/**
 * Sets the fallback position for positive item labels that don't fit
 * within a bar, and sends a {@link RendererChangeEvent} to all registered
 * listeners.
 *
 * @param position  the position (<code>null</code> permitted).
 *
 * @see #getPositiveItemLabelPositionFallback()
 */
public void setPositiveItemLabelPositionFallback(ItemLabelPosition position) {
  this.positiveItemLabelPositionFallback = position;
  fireChangeEvent();
}

/**
 * Returns the fallback position for negative item labels that don't fit
 * within a bar.
 *
 * @return The fallback position (<code>null</code> possible).
 *
 * @see #setPositiveItemLabelPositionFallback(ItemLabelPosition)
 */
public ItemLabelPosition getNegativeItemLabelPositionFallback() {
  return this.negativeItemLabelPositionFallback;
}

/**
 * Sets the fallback position for negative item labels that don't fit
 * within a bar, and sends a {@link RendererChangeEvent} to all registered
 * listeners.
 *
 * @param position  the position (<code>null</code> permitted).
 *
 * @see #getNegativeItemLabelPositionFallback()
 */
public void setNegativeItemLabelPositionFallback(ItemLabelPosition position) {
  this.negativeItemLabelPositionFallback = position;
  fireChangeEvent();
}


First
Previous
Clone Instance
2
Line Count
47
Source Line
409
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYBarRenderer.java

/**
 * Returns the fallback position for positive item labels that don't fit 
 * within a bar.
 * 
 * @return The fallback position (<code>null</code> possible).
 * 
 * @see #setPositiveItemLabelPositionFallback(ItemLabelPosition)
 * @since 1.0.2
 */
public ItemLabelPosition getPositiveItemLabelPositionFallback() {
  return this.positiveItemLabelPositionFallback;
}

/**
 * Sets the fallback position for positive item labels that don't fit 
 * within a bar, and sends a {@link RendererChangeEvent} to all registered
 * listeners.
 * 
 * @param position  the position (<code>null</code> permitted).
 * 
 * @see #getPositiveItemLabelPositionFallback()
 * @since 1.0.2
 */
public void setPositiveItemLabelPositionFallback(ItemLabelPosition position) {
  this.positiveItemLabelPositionFallback = position;
  fireChangeEvent();
}

/**
 * Returns the fallback position for negative item labels that don't fit 
 * within a bar.
 * 
 * @return The fallback position (<code>null</code> possible).
 * 
 * @see #setNegativeItemLabelPositionFallback(ItemLabelPosition)
 * @since 1.0.2
 */
public ItemLabelPosition getNegativeItemLabelPositionFallback() {
  return this.negativeItemLabelPositionFallback;
}

/**
 * Sets the fallback position for negative item labels that don't fit 
 * within a bar, and sends a {@link RendererChangeEvent} to all registered
 * listeners.
 * 
 * @param position  the position (<code>null</code> permitted).
 * 
 * @see #getNegativeItemLabelPositionFallback()
 * @since 1.0.2
 */
public void setNegativeItemLabelPositionFallback(ItemLabelPosition position) {
  this.negativeItemLabelPositionFallback = position;
  fireChangeEvent();
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the fallback position for positive item labels that don't fit 
     * within a bar.
     * 
     * @return The fallback position (<code>null</code> possible).
     * 
     * @see #setPositiveItemLabelPositionFallback(ItemLabelPosition)
     * @since 1.0.2
     */
/**
     * Returns the fallback position for positive item labels that don't fit
     * within a bar.
     *
     * @return The fallback position (<code>null</code> possible).
     *
     * @see #setPositiveItemLabelPositionFallback(ItemLabelPosition)
     */
public ItemLabelPosition getPositiveItemLabelPositionFallback() {
  return this.positiveItemLabelPositionFallback;
}

/**
     * Sets the fallback position for positive item labels that don't fit 
     * within a bar, and sends a {@link RendererChangeEvent} to all registered
     * listeners.
     * 
     * @param position  the position (<code>null</code> permitted).
     * 
     * @see #getPositiveItemLabelPositionFallback()
     * @since 1.0.2
     */
/**
     * Sets the fallback position for positive item labels that don't fit
     * within a bar, and sends a {@link RendererChangeEvent} to all registered
     * listeners.
     *
     * @param position  the position (<code>null</code> permitted).
     *
     * @see #getPositiveItemLabelPositionFallback()
     */
public void setPositiveItemLabelPositionFallback(ItemLabelPosition position) {
  this.positiveItemLabelPositionFallback = position;
  fireChangeEvent();
}

/**
     * Returns the fallback position for negative item labels that don't fit 
     * within a bar.
     * 
     * @return The fallback position (<code>null</code> possible).
     * 
     * @see #setNegativeItemLabelPositionFallback(ItemLabelPosition)
     * @since 1.0.2
     */
/**
     * Returns the fallback position for negative item labels that don't fit
     * within a bar.
     *
     * @return The fallback position (<code>null</code> possible).
     *
     * @see #setPositiveItemLabelPositionFallback(ItemLabelPosition)
     */
public ItemLabelPosition getNegativeItemLabelPositionFallback() {
  return this.negativeItemLabelPositionFallback;
}

/**
     * Sets the fallback position for negative item labels that don't fit 
     * within a bar, and sends a {@link RendererChangeEvent} to all registered
     * listeners.
     * 
     * @param position  the position (<code>null</code> permitted).
     * 
     * @see #getNegativeItemLabelPositionFallback()
     * @since 1.0.2
     */
/**
     * Sets the fallback position for negative item labels that don't fit
     * within a bar, and sends a {@link RendererChangeEvent} to all registered
     * listeners.
     *
     * @param position  the position (<code>null</code> permitted).
     *
     * @see #getNegativeItemLabelPositionFallback()
     */
public void setNegativeItemLabelPositionFallback(ItemLabelPosition position) {
  this.negativeItemLabelPositionFallback = position;
  fireChangeEvent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None