Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 190 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/BlockContainer.java |
2 | 2 | 97 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/EmptyBlock.java |
3 | 2 | 260 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/LabelBlock.java |
4 | 2 | 499 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/LegendTitle.java |
5 | 2 | 461 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/PaintScaleLegend.java |
6 | 2 | 670 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/TextTitle.java |
| |||||
/** * Draws the container and all the blocks within it. * * @param g2 the graphics device. * @param area the area. */ public void draw(Graphics2D g2, Rectangle2D area) { draw(g2, area, null); } |
| |||||
/** * Draws the block. Since the block is empty, there is nothing to draw * except the optional border. * * @param g2 the graphics device. * @param area the area. */ public void draw(Graphics2D g2, Rectangle2D area) { draw(g2, area, null); } |
| |||||
/** * Draws the block. * * @param g2 the graphics device. * @param area the area. */ public void draw(Graphics2D g2, Rectangle2D area) { draw(g2, area, null); } |
| |||||
/** * Draws the title on a Java 2D graphics device (such as the screen or a * printer). * * @param g2 the graphics device. * @param area the available area for the title. */ public void draw(Graphics2D g2, Rectangle2D area) { draw(g2, area, null); } |
| |||||
/** * Draws the legend within the specified area. * * @param g2 the graphics target (<code>null</code> not permitted). * @param area the drawing area (<code>null</code> not permitted). */ public void draw(Graphics2D g2, Rectangle2D area) { draw(g2, area, null); } |
| |||||
/** * Draws the title on a Java 2D graphics device (such as the screen or a * printer). * * @param g2 the graphics device. * @param area the area allocated for the title. */ public void draw(Graphics2D g2, Rectangle2D area) { draw(g2, area, null); } |
| |||
/** * Draws the container and all the blocks within it. * * @param g2 the graphics device. * @param area the area. */ /** * Draws the block. Since the block is empty, there is nothing to draw * except the optional border. * * @param g2 the graphics device. * @param area the area. */ /** * Draws the block. * * @param g2 the graphics device. * @param area the area. */ /** * Draws the title on a Java 2D graphics device (such as the screen or a * printer). * * @param g2 the graphics device. * @param area the available area for the title. */ /** * Draws the title on a Java 2D graphics device (such as the screen or a * printer). * * @param g2 the graphics device. * @param area the area allocated for the title. */ /** * Draws the legend within the specified area. * * @param g2 the graphics target (<code>null</code> not permitted). * @param area the drawing area (<code>null</code> not permitted). */ public void draw(Graphics2D g2, Rectangle2D area) { draw(g2, area, null); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |