Public Member Functions | |
| XYTreeRenderer () | |
| Constructs a new renderer. | |
| void | SetScaleFactor (double fScaleFactor) |
| Sets the scale factor, which controls how large trees appear on the screen. | |
| double | GetScaleFactor () |
| Gets the scale factor, which controls how large trees appear on the screen. | |
| void | drawItem (Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairInfo crosshairInfo, int pass) |
| Draws the visual representation of a single data item. | |
| Object | clone () throws CloneNotSupportedException |
| Returns a clone of the renderer. | |
Private Attributes | |
| double | m_fScaleFactor = 0.25 |
| Controls how large trees appear on the screen. | |
The renderer expects the dataset to be an XYZDataset.
Original author of XYBubbleRenderer, upon which this is based - David Gilbert
Title: Data Visualizer
Description:
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
|
Returns a clone of the renderer.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Draws the visual representation of a single data item.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
|
Gets the scale factor, which controls how large trees appear on the screen.
|
|
|
Sets the scale factor, which controls how large trees appear on the screen.
|
1.4.6-NO