Header
And More


Uses of Package
org.jfree.chart.axis

Packages that use org.jfree.chart.axis
org.jfree.chart Core classes, including JFreeChart and ChartPanel
org.jfree.chart.annotations A framework for addings annotations to charts. 
org.jfree.chart.axis Axis classes and interfaces. 
org.jfree.chart.entity Classes representing components of (or entities in) a chart. 
org.jfree.chart.event Event classes and listener interfaces, used to provide a change notification mechanism so that charts are automatically redrawn whenever changes are made to any chart component. 
org.jfree.chart.plot Plot classes and related interfaces. 
org.jfree.chart.renderer Core support for the plug-in renderers used by the CategoryPlot and XYPlot classes. 
org.jfree.chart.renderer.category Plug-in renderers for the CategoryPlot class. 
org.jfree.chart.renderer.xy Plug-in renderers for the XYPlot class. 
org.jfree.chart.title Classes used to display chart titles and subtitles. 
 

Classes in org.jfree.chart.axis used by org.jfree.chart
CategoryAxis
          An axis that displays categories.
PeriodAxis
          An axis that displays a date scale based on a RegularTimePeriod.
SymbolAxis
          A standard linear value axis that replaces integer values with symbols.
Timeline
          An interface that defines the contract for a Timeline.
ValueAxis
          The base class for axes that display value data, where values are measured using the double primitive.
 

Classes in org.jfree.chart.axis used by org.jfree.chart.annotations
CategoryAnchor
          Used to indicate one of three positions within a category: START, MIDDLE and END.
CategoryAxis
          An axis that displays categories.
ValueAxis
          The base class for axes that display value data, where values are measured using the double primitive.
 

Classes in org.jfree.chart.axis used by org.jfree.chart.axis
Axis
          The base class for all axes in JFreeChart.
AxisLocation
          Used to indicate the location of an axis on a 2D plot, prior to knowing the orientation of the plot.
AxisSpace
          A record that contains the space required at each edge of a plot.
AxisState
          Instances of this class are used to carry state information for an axis during the drawing process.
CategoryAnchor
          Used to indicate one of three positions within a category: START, MIDDLE and END.
CategoryAxis
          An axis that displays categories.
CategoryLabelPosition
          The attributes that control the position of the labels for the categories on a CategoryAxis.
CategoryLabelPositions
          Records the label positions for a category axis.
CategoryLabelWidthType
          Represents the width types for a category label.
DateTickMarkPosition
          Used to indicate the required position of tick marks on a date axis relative to the underlying time period.
DateTickUnit
          A tick unit for use by subclasses of DateAxis.
DateTickUnitType
          An enumeration of the unit types for a DateTickUnit instance.
MarkerAxisBand
          A band that can be added to a number axis to display regions.
NumberAxis
          An axis for displaying numerical data.
NumberTick
          A numerical tick.
NumberTickUnit
          A numerical tick unit.
PeriodAxisLabelInfo
          A record that contains information for one "band" of date labels in a PeriodAxis.
SegmentedTimeline
          A Timeline that implements a "segmented" timeline with included, excluded and exception segments.
SegmentedTimeline.Segment
          Internal class to represent a valid segment for this timeline.
SegmentedTimeline.SegmentRange
          Private internal class to represent a range of segments.
Tick
          The base class used to represent labelled ticks along an axis.
TickType
          Used to indicate the tick type (MAJOR or MINOR).
TickUnit
          Base class representing a tick unit.
TickUnitSource
          An interface used by the DateAxis and NumberAxis classes to obtain a suitable TickUnit.
Timeline
          An interface that defines the contract for a Timeline.
ValueAxis
          The base class for axes that display value data, where values are measured using the double primitive.
ValueTick
          A value tick.
 

Classes in org.jfree.chart.axis used by org.jfree.chart.entity
Axis
          The base class for all axes in JFreeChart.
 

Classes in org.jfree.chart.axis used by org.jfree.chart.event
Axis
          The base class for all axes in JFreeChart.
 

Classes in org.jfree.chart.axis used by org.jfree.chart.plot
AxisLocation
          Used to indicate the location of an axis on a 2D plot, prior to knowing the orientation of the plot.
AxisSpace
          A record that contains the space required at each edge of a plot.
AxisState
          Instances of this class are used to carry state information for an axis during the drawing process.
CategoryAnchor
          Used to indicate one of three positions within a category: START, MIDDLE and END.
CategoryAxis
          An axis that displays categories.
ColorBar
          Deprecated. This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.
TickUnit
          Base class representing a tick unit.
ValueAxis
          The base class for axes that display value data, where values are measured using the double primitive.
 

Classes in org.jfree.chart.axis used by org.jfree.chart.renderer
ValueAxis
          The base class for axes that display value data, where values are measured using the double primitive.
 

Classes in org.jfree.chart.axis used by org.jfree.chart.renderer.category
CategoryAxis
          An axis that displays categories.
ValueAxis
          The base class for axes that display value data, where values are measured using the double primitive.
 

Classes in org.jfree.chart.axis used by org.jfree.chart.renderer.xy
ValueAxis
          The base class for axes that display value data, where values are measured using the double primitive.
 

Classes in org.jfree.chart.axis used by org.jfree.chart.title
AxisLocation
          Used to indicate the location of an axis on a 2D plot, prior to knowing the orientation of the plot.
ValueAxis
          The base class for axes that display value data, where values are measured using the double primitive.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.