|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CategoryAxis | |
com.jrefinery.chart | The main classes in the JFreeChart class library. |
Uses of CategoryAxis in com.jrefinery.chart |
Subclasses of CategoryAxis in com.jrefinery.chart | |
class |
HorizontalCategoryAxis
A horizontal axis that displays categories. |
class |
VerticalCategoryAxis
A vertical axis that displays categories, used for horizontal bar charts. |
Fields in com.jrefinery.chart declared as CategoryAxis | |
protected CategoryAxis |
CategoryPlot.domainAxis
The domain axis. |
Methods in com.jrefinery.chart that return CategoryAxis | |
CategoryAxis |
CategoryPlot.getDomainAxis()
Returns the domain axis for the plot. |
Methods in com.jrefinery.chart with parameters of type CategoryAxis | |
void |
CategoryPlot.setDomainAxis(CategoryAxis axis)
Sets the domain axis for the plot (this must be compatible with the plot type or an exception is thrown). |
abstract boolean |
CategoryPlot.isCompatibleDomainAxis(CategoryAxis axis)
Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise. |
boolean |
VerticalCategoryPlot.isCompatibleDomainAxis(CategoryAxis axis)
Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise. |
boolean |
HorizontalCategoryPlot.isCompatibleDomainAxis(CategoryAxis axis)
Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise. |
Constructors in com.jrefinery.chart with parameters of type CategoryAxis | |
CategoryPlot(CategoryDataset data,
CategoryAxis domainAxis,
ValueAxis rangeAxis,
CategoryItemRenderer renderer)
Constructs a category plot, using default values where necessary. |
|
CategoryPlot(CategoryDataset data,
CategoryAxis domainAxis,
ValueAxis rangeAxis,
CategoryItemRenderer renderer,
java.awt.Insets insets,
java.awt.Paint backgroundPaint,
java.awt.Image backgroundImage,
float backgroundAlpha,
java.awt.Stroke outlineStroke,
java.awt.Paint outlinePaint,
float foregroundAlpha,
double introGapPercent,
double trailGapPercent,
double categoryGapsPercent,
double itemGapsPercent)
Constructs a category plot. |
|
VerticalCategoryPlot(CategoryDataset data,
CategoryAxis domainAxis,
ValueAxis rangeAxis,
CategoryItemRenderer renderer)
Constructs a new vertical category plot. |
|
VerticalCategoryPlot(CategoryDataset data,
CategoryAxis domainAxis,
ValueAxis rangeAxis,
CategoryItemRenderer renderer,
java.awt.Insets insets,
java.awt.Paint backgroundPaint,
java.awt.Image backgroundImage,
float backgroundAlpha,
java.awt.Stroke outlineStroke,
java.awt.Paint outlinePaint,
float foregroundAlpha,
double introGapPercent,
double trailGapPercent,
double categoryGapPercent,
double itemGapPercent)
Constructs a new vertical category plot. |
|
OverlaidVerticalCategoryPlot(CategoryAxis domain,
ValueAxis range,
java.lang.Object[] categories)
Constructs a new overlaid vertical category plot. |
|
HorizontalCategoryPlot(CategoryDataset data,
CategoryAxis domainAxis,
ValueAxis rangeAxis,
CategoryItemRenderer renderer)
Constructs a horizontal category plot. |
|
HorizontalCategoryPlot(CategoryDataset data,
CategoryAxis domainAxis,
ValueAxis rangeAxis,
CategoryItemRenderer renderer,
java.awt.Insets insets,
java.awt.Paint backgroundPaint,
java.awt.Image backgroundImage,
float backgroundAlpha,
java.awt.Stroke outlineStroke,
java.awt.Paint outlinePaint,
float alpha,
double introGapPercent,
double trailGapPercent,
double categoryGapPercent,
double itemGapPercent)
Constructs a horizontal category plot. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |