Java Doc for JRMeterPlot.java in  » Report » jasperreports-2.0.1 » net » sf » jasperreports » charts » 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 » Report » jasperreports 2.0.1 » net.sf.jasperreports.charts 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.sf.jasperreports.charts.JRMeterPlot

All known Subclasses:   net.sf.jasperreports.charts.fill.JRFillMeterPlot,  net.sf.jasperreports.charts.base.JRBaseMeterPlot,
JRMeterPlot
public interface JRMeterPlot extends JRChartPlot(Code)
Represents the display options of a Meter Chart. A meter chart consists of a dial, a needle pointing to the current value on the dial, and the value itself. The Meter can be broken up into shaded regions to highlight portions of the range.
author:
   Barry Klawans (bklawans@users.sourceforge.net)
version:
   $Id: JRMeterPlot.java 1792 2007-07-30 08:57:32Z teodord $


Field Summary
final public static  byteSHAPE_CHORD
     The portion of the circle described by the Meter that is not occupied by the Meter is drawn as a chord.
final public static  byteSHAPE_CIRCLE
     The portion of the circle described by the Meter that is not occupied by the Meter is drawn as a circle.
final public static  byteSHAPE_PIE
     The portion of the circle described by the Meter that is not occupied by the Meter is not drawn.


Method Summary
public  JRDataRangegetDataRange()
     Returns the range of values that the Meter can display.
public  ListgetIntervals()
     Returns a list of all the intervals contained in this Meter.
public  intgetMeterAngle()
     Returns the size of the Meter face in degrees.
public  ColorgetMeterBackgroundColor()
     Returns the background color of the meter.
public  ColorgetNeedleColor()
     Returns the color used when drawing the meter's pointer.
public  bytegetShape()
     Returns the shape of the Meter.
public  ColorgetTickColor()
     Returns the color used when drawing tick marks on the meter.
public  doublegetTickInterval()
     Returns the spacing between the ticks on the face of the meter.
public  StringgetUnits()
     Returns the name of the units that the Meter is displaying.
public  JRValueDisplaygetValueDisplay()
     Returns a description of how the value of the Meter is displayed.

Field Detail
SHAPE_CHORD
final public static byte SHAPE_CHORD(Code)
The portion of the circle described by the Meter that is not occupied by the Meter is drawn as a chord. (A straight line connects the ends.)



SHAPE_CIRCLE
final public static byte SHAPE_CIRCLE(Code)
The portion of the circle described by the Meter that is not occupied by the Meter is drawn as a circle.



SHAPE_PIE
final public static byte SHAPE_PIE(Code)
The portion of the circle described by the Meter that is not occupied by the Meter is not drawn.





Method Detail
getDataRange
public JRDataRange getDataRange()(Code)
Returns the range of values that the Meter can display. the range of values that the Meter can display



getIntervals
public List getIntervals()(Code)
Returns a list of all the intervals contained in this Meter. The return value is never null but can be an empty list. Each element in the list is a net.sf.jasperreports.charts.util.JRMeterInterval net.sf.jasperreports.charts.util.JRMeterInterval a list of all the intervals contained in this Meter



getMeterAngle
public int getMeterAngle()(Code)
Returns the size of the Meter face in degrees. the size of the Meter face in degrees



getMeterBackgroundColor
public Color getMeterBackgroundColor()(Code)
Returns the background color of the meter. This is the color of the meter's face. the background color of the meter.



getNeedleColor
public Color getNeedleColor()(Code)
Returns the color used when drawing the meter's pointer. the color used when drawing the meter's pointer



getShape
public byte getShape()(Code)
Returns the shape of the Meter. The shape is only relevant if the Meter face is over 180 degrees wide, and controls how the portiong of the circle described by the Meter but outside of the Meter is drawn. (If the meter is 240 degrees wide the shape setting controls how the remaining 120 degrees is displayed.)

The value returned is one of the SHAPE_ constants defined in this class. a description of how the value of the Meter is displayed.



getTickColor
public Color getTickColor()(Code)
Returns the color used when drawing tick marks on the meter. the color used when drawing tick marks on the meter



getTickInterval
public double getTickInterval()(Code)
Returns the spacing between the ticks on the face of the meter. The spacing is relative to the range that the meter is displaying - if the range is 0 to 500 and the tick interval is 50 then 10 ticks will be displayed. the spacing between the ticks on the face of the meter



getUnits
public String getUnits()(Code)
Returns the name of the units that the Meter is displaying. This value will be appended to the value when displayed. the name of the units that the Meter is displaying



getValueDisplay
public JRValueDisplay getValueDisplay()(Code)
Returns a description of how the value of the Meter is displayed. This includes any font and color information, the location of the value, a formatting mask and an optional "units" string to append to the value. a description of how the value of the Meter is displayed.



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