Java Doc for StandardXYItemRenderer.java in  » Chart » jfreechart » org » jfree » chart » renderer » xy » 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.xy 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jfree.chart.renderer.xy.AbstractXYItemRenderer
   org.jfree.chart.renderer.xy.StandardXYItemRenderer

All known Subclasses:   org.jfree.chart.renderer.xy.CyclicXYItemRenderer,
StandardXYItemRenderer
public class StandardXYItemRenderer extends AbstractXYItemRenderer implements XYItemRenderer,Cloneable,PublicCloneable,Serializable(Code)
Standard item renderer for an XYPlot . This class can draw (a) shapes at each point, or (b) lines between points, or (c) both shapes and lines.

This renderer has been retained for historical reasons and, in general, you should use the XYLineAndShapeRenderer class instead.


Inner Class :public static class State extends XYItemRendererState

Field Summary
final public static  intDISCONTINUOUS
     Constant for the type of rendering (discontinuous lines).
final public static  intDISCONTINUOUS_LINES
     Constant for the type of rendering (discontinuous lines).
final public static  intIMAGES
     Constant for the type of rendering (images only).
final public static  intLINES
     Constant for the type of rendering (lines only).
final public static  intSHAPES
     Constant for the type of rendering (shapes only).
final public static  intSHAPES_AND_LINES
     Constant for the type of rendering (shapes and lines).

Constructor Summary
public  StandardXYItemRenderer()
     Constructs a new renderer.
public  StandardXYItemRenderer(int type)
     Constructs a new renderer.
public  StandardXYItemRenderer(int type, XYToolTipGenerator toolTipGenerator)
     Constructs a new renderer.
public  StandardXYItemRenderer(int type, XYToolTipGenerator toolTipGenerator, XYURLGenerator urlGenerator)
     Constructs a new renderer.

Method Summary
public  Objectclone()
     Returns a clone of the renderer.
public  voiddrawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)
     Draws the visual representation of a single data item.
public  booleanequals(Object obj)
     Tests this renderer for equality with another object.
Parameters:
  obj - the object (null permitted).
public  booleangetBaseShapesFilled()
     Returns the base 'shape filled' attribute.
public  booleangetBaseShapesVisible()
     Returns true if shapes are being plotted by the renderer.
public  booleangetDrawSeriesLineAsPath()
     Returns a flag that controls whether or not each series is drawn as a single path.
public  doublegetGapThreshold()
     Returns the gap threshold for discontinuous lines.
public  UnitTypegetGapThresholdType()
     Returns the gap threshold type (relative or absolute).
protected  ImagegetImage(Plot plot, int series, int item, double x, double y)
     Returns the image used to draw a single data item.
Parameters:
  plot - the plot (can be used to obtain standard color information etc).
Parameters:
  series - the series index.
Parameters:
  item - the item index.
Parameters:
  x - the x value of the item.
Parameters:
  y - the y value of the item.
protected  PointgetImageHotspot(Plot plot, int series, int item, double x, double y, Image image)
     Returns the hotspot of the image used to draw a single data item. The hotspot is the point relative to the top left of the image that should indicate the data item.
public  booleangetItemShapeFilled(int series, int item)
     Returns the flag used to control whether or not the shape for an item is filled.

The default implementation passes control to the getSeriesShapesFilled method.

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  ShapegetLegendLine()
     Returns the shape used to represent a line in the legend.
public  booleangetPlotDiscontinuous()
     Returns a flag that controls whether or not the renderer shows discontinuous lines.
public  booleangetPlotImages()
     Returns true if images are being plotted by the renderer.
public  booleangetPlotLines()
     Returns true if lines are being plotted by the renderer.
public  BooleangetSeriesShapesFilled(int series)
     Returns the flag used to control whether or not the shapes for a series are filled.
Parameters:
  series - the series index (zero-based).
public  BooleangetShapesFilled()
     Returns the override flag that controls whether or not shapes are filled for ALL series.
public  XYItemRendererStateinitialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info)
     Initialises the renderer.

This method will be called before the first item is rendered, giving the renderer an opportunity to initialise any state information it wants to maintain.

public  voidsetBaseShapesFilled(boolean flag)
     Sets the base 'shapes filled' flag.
public  voidsetBaseShapesVisible(boolean flag)
     Sets the flag that controls whether or not a shape is plotted at each data point.
public  voidsetDrawSeriesLineAsPath(boolean flag)
     Sets the flag that controls whether or not each series is drawn as a single path.
public  voidsetGapThreshold(double t)
     Sets the gap threshold for discontinuous lines.
public  voidsetGapThresholdType(UnitType thresholdType)
     Sets the gap threshold type.
public  voidsetLegendLine(Shape line)
     Sets the shape used as a line in each legend item and sends a RendererChangeEvent to all registered listeners.
public  voidsetPlotDiscontinuous(boolean flag)
     Sets the flag that controls whether or not the renderer shows discontinuous lines, and sends a RendererChangeEvent to all registered listeners.
public  voidsetPlotImages(boolean flag)
     Sets the flag that controls whether or not an image is drawn at each data point.
public  voidsetPlotLines(boolean flag)
     Sets the flag that controls whether or not a line is plotted between each data point.
public  voidsetSeriesShapesFilled(int series, Boolean flag)
     Sets the 'shapes filled' flag for a series.
public  voidsetShapesFilled(boolean filled)
     Sets the 'shapes filled' for ALL series.
public  voidsetShapesFilled(Boolean filled)
     Sets the override flag that controls whether or not shapes are filled for ALL series and sends a RendererChangeEvent to all registered listeners.

Field Detail
DISCONTINUOUS
final public static int DISCONTINUOUS(Code)
Constant for the type of rendering (discontinuous lines).



DISCONTINUOUS_LINES
final public static int DISCONTINUOUS_LINES(Code)
Constant for the type of rendering (discontinuous lines).



IMAGES
final public static int IMAGES(Code)
Constant for the type of rendering (images only).



LINES
final public static int LINES(Code)
Constant for the type of rendering (lines only).



SHAPES
final public static int SHAPES(Code)
Constant for the type of rendering (shapes only).



SHAPES_AND_LINES
final public static int SHAPES_AND_LINES(Code)
Constant for the type of rendering (shapes and lines).




Constructor Detail
StandardXYItemRenderer
public StandardXYItemRenderer()(Code)
Constructs a new renderer.



StandardXYItemRenderer
public StandardXYItemRenderer(int type)(Code)
Constructs a new renderer. To specify the type of renderer, use one of the constants: StandardXYItemRenderer.SHAPES , StandardXYItemRenderer.LINES or StandardXYItemRenderer.SHAPES_AND_LINES .
Parameters:
  type - the type.



StandardXYItemRenderer
public StandardXYItemRenderer(int type, XYToolTipGenerator toolTipGenerator)(Code)
Constructs a new renderer. To specify the type of renderer, use one of the constants: StandardXYItemRenderer.SHAPES , StandardXYItemRenderer.LINES or StandardXYItemRenderer.SHAPES_AND_LINES .
Parameters:
  type - the type of renderer.
Parameters:
  toolTipGenerator - the item label generator (null permitted).



StandardXYItemRenderer
public StandardXYItemRenderer(int type, XYToolTipGenerator toolTipGenerator, XYURLGenerator urlGenerator)(Code)
Constructs a new renderer. To specify the type of renderer, use one of the constants: StandardXYItemRenderer.SHAPES , StandardXYItemRenderer.LINES or StandardXYItemRenderer.SHAPES_AND_LINES .
Parameters:
  type - the type of renderer.
Parameters:
  toolTipGenerator - the item label generator (null permitted).
Parameters:
  urlGenerator - the URL generator.




Method Detail
clone
public Object clone() throws CloneNotSupportedException(Code)
Returns a clone of the renderer. A clone.
throws:
  CloneNotSupportedException - if the renderer cannot be cloned.



drawItem
public void drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)(Code)
Draws the visual representation of a single data item.
Parameters:
  g2 - the graphics device.
Parameters:
  state - the renderer state.
Parameters:
  dataArea - the area within which the data is being drawn.
Parameters:
  info - collects information about the drawing.
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:
  series - the series index (zero-based).
Parameters:
  item - the item index (zero-based).
Parameters:
  crosshairState - crosshair information for the plot (null permitted).
Parameters:
  pass - the pass index.



equals
public boolean equals(Object obj)(Code)
Tests this renderer for equality with another object.
Parameters:
  obj - the object (null permitted). A boolean.



getBaseShapesFilled
public boolean getBaseShapesFilled()(Code)
Returns the base 'shape filled' attribute. The base flag.
See Also:   StandardXYItemRenderer.setBaseShapesFilled(boolean)



getBaseShapesVisible
public boolean getBaseShapesVisible()(Code)
Returns true if shapes are being plotted by the renderer. true if shapes are being plotted by the renderer.
See Also:   StandardXYItemRenderer.setBaseShapesVisible



getDrawSeriesLineAsPath
public boolean getDrawSeriesLineAsPath()(Code)
Returns a flag that controls whether or not each series is drawn as a single path. A boolean.
See Also:   StandardXYItemRenderer.setDrawSeriesLineAsPath(boolean)



getGapThreshold
public double getGapThreshold()(Code)
Returns the gap threshold for discontinuous lines. The gap threshold.
See Also:   StandardXYItemRenderer.setGapThreshold(double)



getGapThresholdType
public UnitType getGapThresholdType()(Code)
Returns the gap threshold type (relative or absolute). The type.
See Also:   StandardXYItemRenderer.setGapThresholdType(UnitType)



getImage
protected Image getImage(Plot plot, int series, int item, double x, double y)(Code)
Returns the image used to draw a single data item.
Parameters:
  plot - the plot (can be used to obtain standard color information etc).
Parameters:
  series - the series index.
Parameters:
  item - the item index.
Parameters:
  x - the x value of the item.
Parameters:
  y - the y value of the item. The image.
See Also:   StandardXYItemRenderer.getPlotImages()



getImageHotspot
protected Point getImageHotspot(Plot plot, int series, int item, double x, double y, Image image)(Code)
Returns the hotspot of the image used to draw a single data item. The hotspot is the point relative to the top left of the image that should indicate the data item. The default is the center of the image.
Parameters:
  plot - the plot (can be used to obtain standard color information etc).
Parameters:
  image - the image (can be used to get size information about the image)
Parameters:
  series - the series index
Parameters:
  item - the item index
Parameters:
  x - the x value of the item
Parameters:
  y - the y value of the item The hotspot used to draw the data item.



getItemShapeFilled
public boolean getItemShapeFilled(int series, int item)(Code)
Returns the flag used to control whether or not the shape for an item is filled.

The default implementation passes control to the getSeriesShapesFilled method. You can override this method if you require different behaviour.
Parameters:
  series - the series index (zero-based).
Parameters:
  item - the item index (zero-based). A boolean.
See Also:   StandardXYItemRenderer.getSeriesShapesFilled(int)




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). A legend item for the series.



getLegendLine
public Shape getLegendLine()(Code)
Returns the shape used to represent a line in the legend. The legend line (never null).
See Also:   StandardXYItemRenderer.setLegendLine(Shape)



getPlotDiscontinuous
public boolean getPlotDiscontinuous()(Code)
Returns a flag that controls whether or not the renderer shows discontinuous lines. true if lines should be discontinuous.



getPlotImages
public boolean getPlotImages()(Code)
Returns true if images are being plotted by the renderer. true if images are being plotted by the renderer.
See Also:   StandardXYItemRenderer.setPlotImages(boolean)



getPlotLines
public boolean getPlotLines()(Code)
Returns true if lines are being plotted by the renderer. true if lines are being plotted by the renderer.
See Also:   StandardXYItemRenderer.setPlotLines(boolean)



getSeriesShapesFilled
public Boolean getSeriesShapesFilled(int series)(Code)
Returns the flag used to control whether or not the shapes for a series are filled.
Parameters:
  series - the series index (zero-based). A boolean.



getShapesFilled
public Boolean getShapesFilled()(Code)
Returns the override flag that controls whether or not shapes are filled for ALL series. The flag (possibly null).
since:
   1.0.5



initialise
public XYItemRendererState initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info)(Code)
Initialises the renderer.

This method will be called before the first item is rendered, giving the renderer an opportunity to initialise any state information it wants to maintain. The renderer can do nothing if it chooses.
Parameters:
  g2 - the graphics device.
Parameters:
  dataArea - the area inside the axes.
Parameters:
  plot - the plot.
Parameters:
  data - the data.
Parameters:
  info - an optional info collection object to return data back to the caller. The renderer state.




setBaseShapesFilled
public void setBaseShapesFilled(boolean flag)(Code)
Sets the base 'shapes filled' flag.
Parameters:
  flag - the flag.
See Also:   StandardXYItemRenderer.getBaseShapesFilled()



setBaseShapesVisible
public void setBaseShapesVisible(boolean flag)(Code)
Sets the flag that controls whether or not a shape is plotted at each data point.
Parameters:
  flag - the flag.
See Also:   StandardXYItemRenderer.getBaseShapesVisible



setDrawSeriesLineAsPath
public void setDrawSeriesLineAsPath(boolean flag)(Code)
Sets the flag that controls whether or not each series is drawn as a single path.
Parameters:
  flag - the flag.
See Also:   StandardXYItemRenderer.getDrawSeriesLineAsPath()



setGapThreshold
public void setGapThreshold(double t)(Code)
Sets the gap threshold for discontinuous lines.
Parameters:
  t - the threshold.
See Also:   StandardXYItemRenderer.getGapThreshold()



setGapThresholdType
public void setGapThresholdType(UnitType thresholdType)(Code)
Sets the gap threshold type.
Parameters:
  thresholdType - the type (null not permitted).
See Also:   StandardXYItemRenderer.getGapThresholdType()



setLegendLine
public void setLegendLine(Shape line)(Code)
Sets the shape used as a line in each legend item and sends a RendererChangeEvent to all registered listeners.
Parameters:
  line - the line (null not permitted).
See Also:   StandardXYItemRenderer.getLegendLine()



setPlotDiscontinuous
public void setPlotDiscontinuous(boolean flag)(Code)
Sets the flag that controls whether or not the renderer shows discontinuous lines, and sends a RendererChangeEvent to all registered listeners.
Parameters:
  flag - the new flag value.
since:
   1.0.5



setPlotImages
public void setPlotImages(boolean flag)(Code)
Sets the flag that controls whether or not an image is drawn at each data point.
Parameters:
  flag - the flag.
See Also:   StandardXYItemRenderer.getPlotImages()



setPlotLines
public void setPlotLines(boolean flag)(Code)
Sets the flag that controls whether or not a line is plotted between each data point.
Parameters:
  flag - the flag.
See Also:   StandardXYItemRenderer.getPlotLines()



setSeriesShapesFilled
public void setSeriesShapesFilled(int series, Boolean flag)(Code)
Sets the 'shapes filled' flag for a series.
Parameters:
  series - the series index (zero-based).
Parameters:
  flag - the flag.
See Also:   StandardXYItemRenderer.getSeriesShapesFilled(int)



setShapesFilled
public void setShapesFilled(boolean filled)(Code)
Sets the 'shapes filled' for ALL series.
Parameters:
  filled - the flag.
See Also:   StandardXYItemRenderer.setShapesFilled(Boolean)



setShapesFilled
public void setShapesFilled(Boolean filled)(Code)
Sets the override flag that controls whether or not shapes are filled for ALL series and sends a RendererChangeEvent to all registered listeners.
Parameters:
  filled - the flag (null permitted).
See Also:   StandardXYItemRenderer.setShapesFilled(boolean)



Methods inherited from org.jfree.chart.renderer.xy.AbstractXYItemRenderer
public void addAnnotation(XYAnnotation annotation)(Code)(Java Doc)
public void addAnnotation(XYAnnotation annotation, Layer layer)(Code)(Java Doc)
protected void addEntity(EntityCollection entities, Shape area, XYDataset dataset, int series, int item, double entityX, double entityY)(Code)(Java Doc)
protected Point2D calculateDomainMarkerTextAnchorPoint(Graphics2D g2, PlotOrientation orientation, Rectangle2D dataArea, Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetType, RectangleAnchor anchor)(Code)(Java Doc)
protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public void drawAnnotations(Graphics2D g2, Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, Layer layer, PlotRenderingInfo info)(Code)(Java Doc)
public void drawDomainGridLine(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double value)(Code)(Java Doc)
public void drawDomainLine(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double value, Paint paint, Stroke stroke)(Code)(Java Doc)
public void drawDomainMarker(Graphics2D g2, XYPlot plot, ValueAxis domainAxis, Marker marker, Rectangle2D dataArea)(Code)(Java Doc)
protected void drawItemLabel(Graphics2D g2, PlotOrientation orientation, XYDataset dataset, int series, int item, double x, double y, boolean negative)(Code)(Java Doc)
public void drawRangeLine(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double value, Paint paint, Stroke stroke)(Code)(Java Doc)
public void drawRangeMarker(Graphics2D g2, XYPlot plot, ValueAxis rangeAxis, Marker marker, Rectangle2D dataArea)(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
public void fillDomainGridBand(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double start, double end)(Code)(Java Doc)
public void fillRangeGridBand(Graphics2D g2, XYPlot plot, ValueAxis axis, Rectangle2D dataArea, double start, double end)(Code)(Java Doc)
public Range findDomainBounds(XYDataset dataset)(Code)(Java Doc)
public Range findRangeBounds(XYDataset dataset)(Code)(Java Doc)
public XYItemLabelGenerator getBaseItemLabelGenerator()(Code)(Java Doc)
public XYToolTipGenerator getBaseToolTipGenerator()(Code)(Java Doc)
public int getDefaultEntityRadius()(Code)(Java Doc)
public DrawingSupplier getDrawingSupplier()(Code)(Java Doc)
public XYItemLabelGenerator getItemLabelGenerator(int series, int item)(Code)(Java Doc)
public XYItemLabelGenerator getItemLabelGenerator()(Code)(Java Doc)
public LegendItem getLegendItem(int datasetIndex, int series)(Code)(Java Doc)
public XYSeriesLabelGenerator getLegendItemLabelGenerator()(Code)(Java Doc)
public XYSeriesLabelGenerator getLegendItemToolTipGenerator()(Code)(Java Doc)
public XYSeriesLabelGenerator getLegendItemURLGenerator()(Code)(Java Doc)
public LegendItemCollection getLegendItems()(Code)(Java Doc)
public int getPassCount()(Code)(Java Doc)
public XYPlot getPlot()(Code)(Java Doc)
public XYItemLabelGenerator getSeriesItemLabelGenerator(int series)(Code)(Java Doc)
public XYToolTipGenerator getSeriesToolTipGenerator(int series)(Code)(Java Doc)
public XYToolTipGenerator getToolTipGenerator(int series, int item)(Code)(Java Doc)
public XYToolTipGenerator getToolTipGenerator()(Code)(Java Doc)
public XYURLGenerator getURLGenerator()(Code)(Java Doc)
public XYItemRendererState initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info)(Code)(Java Doc)
public boolean removeAnnotation(XYAnnotation annotation)(Code)(Java Doc)
public void removeAnnotations()(Code)(Java Doc)
public void setBaseItemLabelGenerator(XYItemLabelGenerator generator)(Code)(Java Doc)
public void setBaseToolTipGenerator(XYToolTipGenerator generator)(Code)(Java Doc)
public void setDefaultEntityRadius(int radius)(Code)(Java Doc)
public void setItemLabelGenerator(XYItemLabelGenerator generator)(Code)(Java Doc)
public void setLegendItemLabelGenerator(XYSeriesLabelGenerator generator)(Code)(Java Doc)
public void setLegendItemToolTipGenerator(XYSeriesLabelGenerator generator)(Code)(Java Doc)
public void setLegendItemURLGenerator(XYSeriesLabelGenerator generator)(Code)(Java Doc)
public void setPlot(XYPlot plot)(Code)(Java Doc)
public void setSeriesItemLabelGenerator(int series, XYItemLabelGenerator generator)(Code)(Java Doc)
public void setSeriesToolTipGenerator(int series, XYToolTipGenerator generator)(Code)(Java Doc)
public void setToolTipGenerator(XYToolTipGenerator generator)(Code)(Java Doc)
public void setURLGenerator(XYURLGenerator urlGenerator)(Code)(Java Doc)
protected void updateCrosshairValues(CrosshairState crosshairState, double x, double y, double transX, double transY, PlotOrientation orientation)(Code)(Java Doc)
protected void updateCrosshairValues(CrosshairState crosshairState, double x, double y, int domainAxisIndex, int rangeAxisIndex, double transX, double transY, PlotOrientation orientation)(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.