Java Doc for BoxAndWhiskerRenderer.java in  » Chart » jfreechart » org » jfree » chart » renderer » category » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Chart » jfreechart » org.jfree.chart.renderer.category 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
   org.jfree.chart.renderer.category.BoxAndWhiskerRenderer

BoxAndWhiskerRenderer
public class BoxAndWhiskerRenderer extends AbstractCategoryItemRenderer implements Cloneable,PublicCloneable,Serializable(Code)
A box-and-whisker renderer. This renderer requires a BoxAndWhiskerCategoryDataset and is for use with the CategoryPlot class.



Constructor Summary
public  BoxAndWhiskerRenderer()
     Default constructor.

Method Summary
public  voiddrawHorizontalItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)
     Draws the visual representation of a single data item when the plot has a horizontal orientation.
public  voiddrawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)
     Draw a single data item.
public  voiddrawVerticalItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)
     Draws the visual representation of a single data item when the plot has a vertical orientation.
public  booleanequals(Object obj)
     Tests this renderer for equality with an arbitrary object.
Parameters:
  obj - the object (null permitted).
public  PaintgetArtifactPaint()
     Returns the paint used to color the median and average markers.
public  booleangetFillBox()
     Returns the flag that controls whether or not the box is filled.
public  doublegetItemMargin()
     Returns the item margin.
public  LegendItemgetLegendItem(int datasetIndex, int series)
     Returns a legend item for a series.
Parameters:
  datasetIndex - the dataset index (zero-based).
Parameters:
  series - the series index (zero-based).
public  CategoryItemRendererStateinitialise(Graphics2D g2, Rectangle2D dataArea, CategoryPlot plot, int rendererIndex, PlotRenderingInfo info)
     Initialises the renderer.
public  voidsetArtifactPaint(Paint paint)
     Sets the paint used to color the median and average markers and sends a RendererChangeEvent to all registered listeners.
public  voidsetFillBox(boolean flag)
     Sets the flag that controls whether or not the box is filled and sends a RendererChangeEvent to all registered listeners.
public  voidsetItemMargin(double margin)
     Sets the item margin and sends a RendererChangeEvent to all registered listeners.


Constructor Detail
BoxAndWhiskerRenderer
public BoxAndWhiskerRenderer()(Code)
Default constructor.




Method Detail
drawHorizontalItem
public void drawHorizontalItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)(Code)
Draws the visual representation of a single data item when the plot has a horizontal orientation.
Parameters:
  g2 - the graphics device.
Parameters:
  state - the renderer state.
Parameters:
  dataArea - the area within which the plot is being drawn.
Parameters:
  plot - the plot (can be used to obtain standard color information etc).
Parameters:
  domainAxis - the domain axis.
Parameters:
  rangeAxis - the range axis.
Parameters:
  dataset - the dataset.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).



drawItem
public void drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)(Code)
Draw a single data item.
Parameters:
  g2 - the graphics device.
Parameters:
  state - the renderer state.
Parameters:
  dataArea - the area in which the data is drawn.
Parameters:
  plot - the plot.
Parameters:
  domainAxis - the domain axis.
Parameters:
  rangeAxis - the range axis.
Parameters:
  dataset - the data.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).
Parameters:
  pass - the pass index.



drawVerticalItem
public void drawVerticalItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)(Code)
Draws the visual representation of a single data item when the plot has a vertical orientation.
Parameters:
  g2 - the graphics device.
Parameters:
  state - the renderer state.
Parameters:
  dataArea - the area within which the plot is being drawn.
Parameters:
  plot - the plot (can be used to obtain standard color information etc).
Parameters:
  domainAxis - the domain axis.
Parameters:
  rangeAxis - the range axis.
Parameters:
  dataset - the dataset.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).



equals
public boolean equals(Object obj)(Code)
Tests this renderer for equality with an arbitrary object.
Parameters:
  obj - the object (null permitted). true or false.



getArtifactPaint
public Paint getArtifactPaint()(Code)
Returns the paint used to color the median and average markers. The paint used to draw the median and average markers (nevernull).
See Also:   BoxAndWhiskerRenderer.setArtifactPaint(Paint)



getFillBox
public boolean getFillBox()(Code)
Returns the flag that controls whether or not the box is filled. A boolean.
See Also:   BoxAndWhiskerRenderer.setFillBox(boolean)



getItemMargin
public double getItemMargin()(Code)
Returns the item margin. This is a percentage of the available space that is allocated to the space between items in the chart. The margin.
See Also:   BoxAndWhiskerRenderer.setItemMargin(double)



getLegendItem
public LegendItem getLegendItem(int datasetIndex, int series)(Code)
Returns a legend item for a series.
Parameters:
  datasetIndex - the dataset index (zero-based).
Parameters:
  series - the series index (zero-based). The legend item (possibly null).



initialise
public CategoryItemRendererState initialise(Graphics2D g2, Rectangle2D dataArea, CategoryPlot plot, int rendererIndex, PlotRenderingInfo info)(Code)
Initialises the renderer. This method gets called once at the start of the process of drawing a chart.
Parameters:
  g2 - the graphics device.
Parameters:
  dataArea - the area in which the data is to be plotted.
Parameters:
  plot - the plot.
Parameters:
  rendererIndex - the renderer index.
Parameters:
  info - collects chart rendering information for return to caller. The renderer state.



setArtifactPaint
public void setArtifactPaint(Paint paint)(Code)
Sets the paint used to color the median and average markers and sends a RendererChangeEvent to all registered listeners.
Parameters:
  paint - the paint (null not permitted).
See Also:   BoxAndWhiskerRenderer.getArtifactPaint()



setFillBox
public void setFillBox(boolean flag)(Code)
Sets the flag that controls whether or not the box is filled and sends a RendererChangeEvent to all registered listeners.
Parameters:
  flag - the flag.
See Also:   BoxAndWhiskerRenderer.getFillBox()



setItemMargin
public void setItemMargin(double margin)(Code)
Sets the item margin and sends a RendererChangeEvent to all registered listeners.
Parameters:
  margin - the margin (a percentage).
See Also:   BoxAndWhiskerRenderer.getItemMargin()



Methods inherited from org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
protected void addItemEntity(EntityCollection entities, CategoryDataset dataset, int row, int column, Shape hotspot)(Code)(Java Doc)
protected Point2D calculateDomainMarkerTextAnchorPoint(Graphics2D g2, PlotOrientation orientation, Rectangle2D dataArea, Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetType, RectangleAnchor anchor)(Code)(Java Doc)
protected Point2D calculateRangeMarkerTextAnchorPoint(Graphics2D g2, PlotOrientation orientation, Rectangle2D dataArea, Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetType, RectangleAnchor anchor)(Code)(Java Doc)
public Object clone() throws CloneNotSupportedException(Code)(Java Doc)
protected CategoryItemRendererState createState(PlotRenderingInfo info)(Code)(Java Doc)
public void drawBackground(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea)(Code)(Java Doc)
public void drawDomainGridline(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea, double value)(Code)(Java Doc)
public void drawDomainMarker(Graphics2D g2, CategoryPlot plot, CategoryAxis axis, CategoryMarker marker, Rectangle2D dataArea)(Code)(Java Doc)
protected void drawItemLabel(Graphics2D g2, PlotOrientation orientation, CategoryDataset dataset, int row, int column, double x, double y, boolean negative)(Code)(Java Doc)
public void drawOutline(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea)(Code)(Java Doc)
public void drawRangeGridline(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Rectangle2D dataArea, double value)(Code)(Java Doc)
public void drawRangeMarker(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
public Range findRangeBounds(CategoryDataset dataset)(Code)(Java Doc)
public CategoryItemLabelGenerator getBaseItemLabelGenerator()(Code)(Java Doc)
public CategoryURLGenerator getBaseItemURLGenerator()(Code)(Java Doc)
public CategoryToolTipGenerator getBaseToolTipGenerator()(Code)(Java Doc)
public int getColumnCount()(Code)(Java Doc)
protected CategoryAxis getDomainAxis(CategoryPlot plot, int index)(Code)(Java Doc)
public DrawingSupplier getDrawingSupplier()(Code)(Java Doc)
public CategoryItemLabelGenerator getItemLabelGenerator(int row, int column)(Code)(Java Doc)
public CategoryURLGenerator getItemURLGenerator(int row, int column)(Code)(Java Doc)
public LegendItem getLegendItem(int datasetIndex, int series)(Code)(Java Doc)
public CategorySeriesLabelGenerator getLegendItemLabelGenerator()(Code)(Java Doc)
public CategorySeriesLabelGenerator getLegendItemToolTipGenerator()(Code)(Java Doc)
public CategorySeriesLabelGenerator getLegendItemURLGenerator()(Code)(Java Doc)
public LegendItemCollection getLegendItems()(Code)(Java Doc)
public int getPassCount()(Code)(Java Doc)
public CategoryPlot getPlot()(Code)(Java Doc)
protected ValueAxis getRangeAxis(CategoryPlot plot, int index)(Code)(Java Doc)
public int getRowCount()(Code)(Java Doc)
public CategoryItemLabelGenerator getSeriesItemLabelGenerator(int series)(Code)(Java Doc)
public CategoryURLGenerator getSeriesItemURLGenerator(int series)(Code)(Java Doc)
public CategoryToolTipGenerator getSeriesToolTipGenerator(int series)(Code)(Java Doc)
public CategoryToolTipGenerator getToolTipGenerator(int row, int column)(Code)(Java Doc)
public CategoryToolTipGenerator getToolTipGenerator()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public CategoryItemRendererState initialise(Graphics2D g2, Rectangle2D dataArea, CategoryPlot plot, int rendererIndex, PlotRenderingInfo info)(Code)(Java Doc)
public void setBaseItemLabelGenerator(CategoryItemLabelGenerator generator)(Code)(Java Doc)
public void setBaseItemURLGenerator(CategoryURLGenerator generator)(Code)(Java Doc)
public void setBaseToolTipGenerator(CategoryToolTipGenerator generator)(Code)(Java Doc)
public void setItemLabelGenerator(CategoryItemLabelGenerator generator)(Code)(Java Doc)
public void setItemURLGenerator(CategoryURLGenerator generator)(Code)(Java Doc)
public void setLegendItemLabelGenerator(CategorySeriesLabelGenerator generator)(Code)(Java Doc)
public void setLegendItemToolTipGenerator(CategorySeriesLabelGenerator generator)(Code)(Java Doc)
public void setLegendItemURLGenerator(CategorySeriesLabelGenerator generator)(Code)(Java Doc)
public void setPlot(CategoryPlot plot)(Code)(Java Doc)
public void setSeriesItemLabelGenerator(int series, CategoryItemLabelGenerator generator)(Code)(Java Doc)
public void setSeriesItemURLGenerator(int series, CategoryURLGenerator generator)(Code)(Java Doc)
public void setSeriesToolTipGenerator(int series, CategoryToolTipGenerator generator)(Code)(Java Doc)
public void setToolTipGenerator(CategoryToolTipGenerator generator)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.