Uses of Package
org.jfree.chart.axis
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent | |
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.demo | |
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 |
Plug-in renderers for the
CategoryPlot and XYPlot classes. |
org.jfree.chart.ui |
An optional package containing user interface components for editing chart properties (used in the JFreeChart demo application);
|
-
Classes in org.jfree.chart.axis used by de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent Class Description CategoryAxis An axis that displays categories.ValueAxis The base class for axes that display value data, where values are measured using thedouble
primitive. -
Classes in org.jfree.chart.axis used by org.jfree.chart Class Description 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 thedouble
primitive. -
Classes in org.jfree.chart.axis used by org.jfree.chart.annotations Class Description CategoryAnchor Used to indicate one of three positions within a category:START
,MIDDLE
andEND
.CategoryAxis An axis that displays categories.ValueAxis The base class for axes that display value data, where values are measured using thedouble
primitive. -
Classes in org.jfree.chart.axis used by org.jfree.chart.axis Class Description 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
andEND
.CategoryAxis An axis that displays categories.CategoryLabelPosition The attributes that control the position of the labels for the categories on aCategoryAxis
.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 ofDateAxis
.MarkerAxisBand A band that can be added to a number axis to display regions.NumberAxis An axis for displaying numerical data.NumberTickUnit A numerical tick unit.SegmentedTimeline ATimeline
that implements a "segmented" timeline with included, excluded and exception segments.SegmentedTimeline.Segment Internal class to represent a valid segment for this timeline.Tick Represents the dimensions of a tick on an axis (used during the process of drawing a chart, but not retained).TickUnit Base class representing a tick unit.TickUnitSource 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 thedouble
primitive.ValueTick A value tick. -
Classes in org.jfree.chart.axis used by org.jfree.chart.demo Class Description CategoryAxis An axis that displays categories.SegmentedTimeline ATimeline
that implements a "segmented" timeline with included, excluded and exception segments.ValueAxis The base class for axes that display value data, where values are measured using thedouble
primitive. -
Classes in org.jfree.chart.axis used by org.jfree.chart.event Class Description Axis The base class for all axes in JFreeChart. -
Classes in org.jfree.chart.axis used by org.jfree.chart.plot Class Description 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.CategoryAnchor Used to indicate one of three positions within a category:START
,MIDDLE
andEND
.CategoryAxis An axis that displays categories.ColorBar A color bar.ValueAxis The base class for axes that display value data, where values are measured using thedouble
primitive.ValueTick A value tick. -
Classes in org.jfree.chart.axis used by org.jfree.chart.renderer Class Description CategoryAxis An axis that displays categories.ValueAxis The base class for axes that display value data, where values are measured using thedouble
primitive. -
Classes in org.jfree.chart.axis used by org.jfree.chart.ui Class Description Axis The base class for all axes in JFreeChart.ColorBar A color bar.