org.jfree.chart.axis

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.axis 
org.jfree.chart.axis
Axis classes and interfaces.
Java Source File NameTypeComment
Axis.javaClass The base class for all axes in JFreeChart.
AxisCollection.javaClass A collection of axes that have been assigned to the TOP, BOTTOM, LEFT or RIGHT of a chart.
AxisLocation.javaClass Used to indicate the location of an axis on a 2D plot, prior to knowing the orientation of the plot.
AxisSpace.javaClass A record that contains the space required at each edge of a plot.
AxisState.javaClass Instances of this class are used to carry state information for an axis during the drawing process.
CategoryAnchor.javaClass Used to indicate one of three positions within a category: START, MIDDLE and END.
CategoryAxis.javaClass An axis that displays categories.
CategoryAxis3D.javaClass An axis that displays categories and has a 3D effect.
CategoryLabelPosition.javaClass The attributes that control the position of the labels for the categories on a CategoryAxis .
CategoryLabelPositions.javaClass Records the label positions for a category axis.
CategoryLabelWidthType.javaClass Represents the width types for a category label.
CategoryTick.javaClass A tick for a CategoryAxis .
ColorBar.javaClass A color bar.
CompassFormat.javaClass A formatter that displays numbers as directions.
CyclicNumberAxis.javaClass This class extends NumberAxis and handles cycling. Traditional representation of data in the range x0..x1
 |-------------------------|
 x0                       x1
 
Here, the range bounds are at the axis extremities. With cyclic axis, however, the time is split in "cycles", or "time frames", or the same duration : the period. A cycle axis cannot by definition handle a larger interval than the period :
x1 - x0 >= period
.
DateAxis.javaClass The base class for axes that display dates.
DateTick.javaClass A tick used by the DateAxis class.
DateTickMarkPosition.javaClass Used to indicate the required position of tick marks on a date axis relative to the underlying time period.
DateTickUnit.javaClass A tick unit for use by subclasses of DateAxis .
ExtendedCategoryAxis.javaClass An extended version of the CategoryAxis class that supports sublabels on the axis.
LogarithmicAxis.javaClass A numerical axis that uses a logarithmic scale.
MarkerAxisBand.javaClass A band that can be added to a number axis to display regions.
ModuloAxis.javaClass An axis that displays numerical values within a fixed range using a modulo calculation.
MonthDateFormat.javaClass A formatter that formats dates to show the initial letter(s) of the month name and, as an option, the year for the first or last month of each year.
NumberAxis.javaClass An axis for displaying numerical data.

If the axis is set up to automatically determine its range to fit the data, you can ensure that the range includes zero (statisticians usually prefer this) by setting the autoRangeIncludesZero flag to true.

The NumberAxis class has a mechanism for automatically selecting a tick unit that is appropriate for the current axis range.

NumberAxis3D.javaClass A standard linear value axis with a 3D effect corresponding to the offset specified by some renderers.
NumberTick.javaClass A numerical tick.
NumberTickUnit.javaClass A numerical tick unit.
PeriodAxis.javaClass An axis that displays a date scale based on a org.jfree.data.time.RegularTimePeriod .
PeriodAxisLabelInfo.javaClass A record that contains information for one "band" of date labels in a PeriodAxis .
QuarterDateFormat.javaClass A formatter that formats dates to show the year and quarter (for example, '2004 IV' for the last quarter of 2004.
SegmentedTimeline.javaClass A Timeline that implements a "segmented" timeline with included, excluded and exception segments.

A Timeline will present a series of values to be used for an axis.

StandardTickUnitSource.javaClass A source that can used by the NumberAxis class to obtain a suitable TickUnit .
SubCategoryAxis.javaClass A specialised category axis that can display sub-categories.
SymbolAxis.javaClass A standard linear value axis that replaces integer values with symbols.
Tick.javaClass The base class used to represent labelled ticks along an axis.
TickUnit.javaClass Base class representing a tick unit.
TickUnits.javaClass A collection of tick units, used by the DateAxis and NumberAxis classes.
TickUnitSource.javaInterface An interface used by the DateAxis and NumberAxis classes to obtain a suitable TickUnit .
Timeline.javaInterface An interface that defines the contract for a Timeline.

A Timeline will present a series of values to be used for an axis.

ValueAxis.javaClass The base class for axes that display value data, where values are measured using the double primitive.
ValueTick.javaClass A value tick.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.