1. new DialPlot class jfree.orgFor now, it is just following the same convention as the Arc2D class. But all the DialPlot is in the 'experimental' folder in this release, so that I can get this sort of feedback and tweak the API before moving it across to the standard JFreeChart API (hopefully in the next release, 1.0.4). Maybe it does make sense to use a ... |
2. comments on replacing MeterPlot class with DialPlot jfree.orgdavid.gilbert wrote: One other point to note - I have plans to deprecate the MeterPlot class soon, and replace it with the DialPlot class. You can find an initial version of DialPlot in the 'experimental' directory of the JFreeChart 1.0.3 distribution. I'd welcome comments on this class before I freeze the API and move it across to the main JFreeChart source ... |
3. Source for Experimental - DialPlot etc. jfree.org |
4. 'Intervals' in DialPlot jfree.orgHi, I'd like to be able to do something like the intervals in a meter plot - using DialPlot (MeterPlot is being depricated, and I can do more with DialPlot to adjust the look). I know that I can create a DialRange - but this only draws lines at the inner and outer radius of the range - I'd like a ... |
5. DialPlot highlighting jfree.org |
6. Integer Values In DialPlot jfree.org |
7. Problems with values of DialPlot (DialDemo2) jfree.orgProblems with values of DialPlot (DialDemo2) by dv88 Wed Apr 08, 2009 8:46 am Hello everybody! I have a more or less big problem and i hope you could help me. I coded a class which displays a speedometer (DialDemo2a). The speedometer gets his values via TCP/IP directly from a electric course were cars are driving. Everythings works fine but ... |
8. Dialplot performance jfree.orgDialplot performance by jsinglet Wed Apr 22, 2009 4:18 pm I am using a Dialplot in my application. It looks fine but takes a lot longer to generate than the bar and pie charts I am using, i.e. the DialPlot might take 5-6seconds to generate, whereas a bar or Pie takes about 500ms. Here is my code, Code: Select all ... |
9. Gap below DialPlot after adding ArcDialFrame jfree.org |
10. MeterInterval in DialPlot jfree.org |
11. Dialplot reverse value.. Help me.. (DialDemo4.java) jfree.orgWelcome.. ^^ Excuse me... I can't speak english very well.. problem.. i can not reverse on dialplot chart value.. (ArcDialFrame) ex.. left : 0, 10, 20,... 100 : right is reverse value.. I want.. left: 100, 90, 80... 0 : right.. I can ArcDialFrame (arcDialFrame.setExtent(-100)).. negative value... but, this method is problem.. chart border is problem.. inner border is trude... or ... |
12. Radial GradientPaint for DialPlot? jfree.orgHi all, I'd like to use a custom GradientPaint in my DialPlot. Instead of VERTICAL or HORIZONTAL I'd like to follow the dial path (starting green and ending red). It is similar to a RadialGradientPaint but the color transformation must occurs according dial shape. Any ideas how to to it? Thanks in advance, Andre |
13. interval in dialplot jfree.org |