Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G I M P R S T W X Z

A

ADAPTIVE_COLORING - Static variable in class com.jrefinery.chart.RadarPlot
A magic color object used to designate adaptive coloring, based on the computed quality index
axisLabelFont - Variable in class com.jrefinery.chart.RadarPlot
The font used to display the axis labels.
axisLabelGapPercent - Variable in class com.jrefinery.chart.RadarPlot
The gap between the labels and the radar axes, as a percentage of the radius.
axisLabelPaint - Variable in class com.jrefinery.chart.RadarPlot
The color used to draw the axis labels.

C

calcAlpha(Color) - Method in class com.jrefinery.chart.XYPlot.LineRange
 
circular - Variable in class com.jrefinery.chart.RadarPlot
Flag determining whether to draw an ellipse or a perfect circle.
com.jrefinery.chart - package com.jrefinery.chart
 

D

DEFAULT_AXIS_LABEL_FONT - Static variable in class com.jrefinery.chart.RadarPlot
The default axis label font.
DEFAULT_AXIS_LABEL_GAP - Static variable in class com.jrefinery.chart.RadarPlot
The default axis label gap (currently 10%).
DEFAULT_AXIS_LABEL_PAINT - Static variable in class com.jrefinery.chart.RadarPlot
The default axis label paint.
DEFAULT_INTERIOR_GAP - Static variable in class com.jrefinery.chart.RadarPlot
The default interior gap percent (currently 20%).
DEFAULT_RADIUS - Static variable in class com.jrefinery.chart.RadarPlot
The default radius percent (currently 100%).
DataSources - class com.jrefinery.chart.DataSources.
This class contains static methods that perform various useful functions relating to data sources.
DataSources() - Constructor for class com.jrefinery.chart.DataSources
 
draw(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.PiePlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.RadarPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D) - Method in class com.jrefinery.chart.XYPlot.LineRange
 
draw(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.XYPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
drawAxisLabels - Variable in class com.jrefinery.chart.RadarPlot
Whether or not axis labels should be drawn
drawCircle - Variable in class com.jrefinery.chart.PiePlot
Flag determining whether to draw an ellipse or a perfect circle.
drawLabel(Graphics2D, Rectangle2D, String, int, double, double) - Method in class com.jrefinery.chart.RadarPlot
Draws the label for one radar axis.
drawWedgeLabels - Variable in class com.jrefinery.chart.PiePlot
Flag determining whether to draw wedge labels.

E

edge1 - Variable in class com.jrefinery.chart.XYPlot.LineRange
 
edge2 - Variable in class com.jrefinery.chart.XYPlot.LineRange
 
edgeLinePaint - Variable in class com.jrefinery.chart.XYPlot.LineRange
 
edgeLineStroke - Variable in class com.jrefinery.chart.XYPlot.LineRange
 

F

fillArea - Variable in class com.jrefinery.chart.XYPlot.LineRange
 
fillPaint - Variable in class com.jrefinery.chart.XYPlot.LineRange
 

G

getAxisLabelFont() - Method in class com.jrefinery.chart.RadarPlot
Returns the axis label font.
getAxisLabelGapPercent() - Method in class com.jrefinery.chart.RadarPlot
Returns the axis label gap, measures as a percentage of the radius.
getAxisLabelPaint() - Method in class com.jrefinery.chart.RadarPlot
Returns the axis label paint.
getCategories() - Method in class com.jrefinery.chart.PiePlot
A convenience method that returns a lit of the categories in the data source.
getCategories() - Method in class com.jrefinery.chart.RadarPlot
Returns a collection of the categories in the dataset.
getDataSource() - Method in class com.jrefinery.chart.PiePlot
A convenience method that returns the data source for the plot, cast as a CategoryDataSource.
getDataSource() - Method in class com.jrefinery.chart.RadarPlot
 
getDataSource() - Method in class com.jrefinery.chart.XYPlot
A convenience method that returns the data-source for the plot, cast as an XYDataSource.
getDataset() - Method in class com.jrefinery.chart.RadarPlot
Returns the dataset for the plot, cast as a CategoryDataSource.
getDrawCircle() - Method in class com.jrefinery.chart.PiePlot
Returns true if this pie chart is configured to draw a perfect circle in the available chart area, and false otherwise.
getDrawWedgeLabels() - Method in class com.jrefinery.chart.PiePlot
Returns true if this pie chart is configured to draw wedge labels, and false otherwise.
getHorizontalValueAxis() - Method in class com.jrefinery.chart.XYPlot
A convenience method that returns a reference to the horizontal axis cast as a ValueAxis.
getInteriorGapPercent() - Method in class com.jrefinery.chart.RadarPlot
Returns the interior gap, measures as a percentage of the available drawing space.
getLines(Rectangle2D) - Method in class com.jrefinery.chart.XYPlot
Returns a list of lines that will fit inside the specified area.
getMaximumDomainValue(DataSource) - Static method in class com.jrefinery.chart.DataSources
Returns the maximum domain value for the specified data source - this may involve iterating over the entire data-set.
getMaximumHorizontalDataValue() - Method in class com.jrefinery.chart.XYPlot
Returns the maximum value in the domain, since this is plotted against the horizontal axis for an XYPlot.
getMaximumRangeValue(DataSource) - Static method in class com.jrefinery.chart.DataSources
Returns the maximum range value for the specified data source - this may involve iterating over the entire data-set.
getMaximumVerticalDataValue() - Method in class com.jrefinery.chart.XYPlot
Returns the maximum value in the range, since this is plotted against the vertical axis for an XYPlot.
getMinimumDomainValue(DataSource) - Static method in class com.jrefinery.chart.DataSources
Returns the minimum domain value for the specified data source - this may involve iterating over the entire data-set.
getMinimumHorizontalDataValue() - Method in class com.jrefinery.chart.XYPlot
Returns the minimum value in the domain, since this is plotted against the horizontal axis for an XYPlot.
getMinimumRangeValue(DataSource) - Static method in class com.jrefinery.chart.DataSources
Returns the minimum range value for the specified data source - this may involve iterating over the entire data-set.
getMinimumVerticalDataValue() - Method in class com.jrefinery.chart.XYPlot
Returns the minimum value in the range, since this is plotted against the vertical axis for an XYPlot.
getMultiplierColor(float) - Method in class com.jrefinery.chart.RadarPlot
Calculate an appropriate color for the quality chart.
getPlotLinePaint() - Method in class com.jrefinery.chart.RadarPlot
Returns the plot line paint.
getPlotType() - Method in class com.jrefinery.chart.PiePlot
Returns a short string describing the type of plot.
getPlotType() - Method in class com.jrefinery.chart.RadarPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class com.jrefinery.chart.XYPlot
Returns the plot type as a string.
getRadiusPercent() - Method in class com.jrefinery.chart.RadarPlot
Returns the radius percentage.
getVerticalValueAxis() - Method in class com.jrefinery.chart.XYPlot
A convenience method that returns a reference to the vertical axis cast as a ValueAxis.
getWedgeLabelFont() - Method in class com.jrefinery.chart.PiePlot
 
getWedgeLabelPaint() - Method in class com.jrefinery.chart.PiePlot
 
gradientStart(double, double, double, double, double, double, double, double) - Method in class com.jrefinery.chart.XYPlot.LineRange
 

I

interiorGapPercent - Variable in class com.jrefinery.chart.RadarPlot
The amount of space left around the outside of the radar chart, expressed as a percentage.
interiorSpacing - Variable in class com.jrefinery.chart.PiePlot
Interior spacing - that is the room between the plot border and a rectangle that will be considered for drawing the pie.
isCircular() - Method in class com.jrefinery.chart.RadarPlot
Returns a flag indicating whether the radar chart is circular, or stretched into an elliptical shape.
isCompatibleHorizontalAxis(Axis) - Method in class com.jrefinery.chart.PiePlot
Checks the compatibility of a horizontal axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleHorizontalAxis(Axis) - Method in class com.jrefinery.chart.RadarPlot
Returns true if the axis is compatible with the radar chart, and false otherwise.
isCompatibleHorizontalAxis(Axis) - Method in class com.jrefinery.chart.XYPlot
Checks the compatibility of a horizontal axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleVerticalAxis(Axis) - Method in class com.jrefinery.chart.PiePlot
Checks the compatibility of a vertical axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleVerticalAxis(Axis) - Method in class com.jrefinery.chart.RadarPlot
Returns true if the axis is compatible with the radar chart, and false otherwise.
isCompatibleVerticalAxis(Axis) - Method in class com.jrefinery.chart.XYPlot
Checks the compatibility of a vertical axis, returning true if the axis is compatible with the plot, and false otherwise.

M

MAX_AXIS_LABEL_GAP - Static variable in class com.jrefinery.chart.RadarPlot
The maximum interior gap (currently 30%).
MAX_INTERIOR_GAP - Static variable in class com.jrefinery.chart.RadarPlot
The maximum interior gap (currently 40%).
MAX_RADIUS - Static variable in class com.jrefinery.chart.RadarPlot
The maximum radius (currently 100%).
mainLine - Variable in class com.jrefinery.chart.XYPlot.LineRange
 
mainLinePaint - Variable in class com.jrefinery.chart.XYPlot.LineRange
 
mainLineStroke - Variable in class com.jrefinery.chart.XYPlot.LineRange
 

P

PiePlot - class com.jrefinery.chart.PiePlot.
A plot that displays data in the form of a pie chart, using data from any class that implements the CategoryDataSource interface.
PiePlot(JFreeChart, Insets) - Constructor for class com.jrefinery.chart.PiePlot
Standard constructor: returns a PiePlot with attributes specified by the caller.
PiePlot(JFreeChart) - Constructor for class com.jrefinery.chart.PiePlot
Standard constructor - builds a PiePlot with mostly default attributes.

R

RadarPlot - class com.jrefinery.chart.RadarPlot.
A plot that displays data in the form of a radar chart, using data from any class that implements the CategoryDataSource interface.
RadarPlot(JFreeChart) - Constructor for class com.jrefinery.chart.RadarPlot
Constructs a new radar chart, using default attributes as required.
RadarPlot(JFreeChart, Insets, Paint, Image, float, Stroke, Paint, float, double, boolean, double, Font, Paint, double, Paint) - Constructor for class com.jrefinery.chart.RadarPlot
Constructs a radar chart.
radarSeriesPaint - Variable in class com.jrefinery.chart.RadarPlot
The color to use to draw the data polygon
radiusPercent - Variable in class com.jrefinery.chart.RadarPlot
The radius as a percentage of the available drawing area.

S

setAxisLabelFont(Font) - Method in class com.jrefinery.chart.RadarPlot
Sets the axis label font.
setAxisLabelGapPercent(double) - Method in class com.jrefinery.chart.RadarPlot
Sets the axis label gap percent.
setAxisLabelPaint(Paint) - Method in class com.jrefinery.chart.RadarPlot
Sets the axis label paint.
setCircular(boolean) - Method in class com.jrefinery.chart.RadarPlot
A flag indicating whether the radar chart is circular, or stretched into an elliptical shape.
setDrawAxisLabels(boolean) - Method in class com.jrefinery.chart.RadarPlot
 
setDrawCircle(boolean) - Method in class com.jrefinery.chart.PiePlot
Sets this chart's property that causes it to draw the shape as either a perfect circle or an ellipse.
setDrawWedgeLabels(boolean) - Method in class com.jrefinery.chart.PiePlot
Sets this chart's property that causes it to draw wedge labels.
setInteriorGapPercent(double) - Method in class com.jrefinery.chart.RadarPlot
Sets the interior gap percent.
setInteriorSpacing(int) - Method in class com.jrefinery.chart.PiePlot
 
setPlotLinePaint(Paint) - Method in class com.jrefinery.chart.RadarPlot
Sets the plot line paint.
setRadiusPercent(double) - Method in class com.jrefinery.chart.RadarPlot
Sets the radius percentage.
setWedgeLabelFont(Font) - Method in class com.jrefinery.chart.PiePlot
 
setWedgeLabelPaint(Paint) - Method in class com.jrefinery.chart.PiePlot
 

T

transp(Color, double) - Method in class com.jrefinery.chart.XYPlot.LineRange
 

W

wedgeLabelFont - Variable in class com.jrefinery.chart.PiePlot
 
wedgePaint - Variable in class com.jrefinery.chart.PiePlot
 

X

XYPlot - class com.jrefinery.chart.XYPlot.
A Plot that displays data in the form of an XY plot, using data from any class that implements the XYDataSource interface.
XYPlot(JFreeChart, Axis, Axis) - Constructor for class com.jrefinery.chart.XYPlot
Standard constructor: returns an XYPlot with the specified axes (other attributes take default values).
XYPlot.LineRange - class com.jrefinery.chart.XYPlot.LineRange.
 
XYPlot.LineRange(double, double, double, double, double, double, double, double, Stroke, Paint) - Constructor for class com.jrefinery.chart.XYPlot.LineRange
 

Z

zoom(double) - Method in class com.jrefinery.chart.RadarPlot
A zoom method that does nothing.

A C D E F G I M P R S T W X Z