Header
And More

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

E

Effect3D - Interface in org.jfree.chart
An interface that should be implemented by renderers that use a 3D effect.
EmptyBlock - Class in org.jfree.chart.block
An empty block with a fixed size.
EmptyBlock(double, double) - Constructor for class org.jfree.chart.block.EmptyBlock
Creates a new block with the specified width and height.
encode(BufferedImage, String) - Static method in class org.jfree.chart.encoders.EncoderUtil
Encode the image in a specific format.
encode(BufferedImage, String, boolean) - Static method in class org.jfree.chart.encoders.EncoderUtil
Encode the image in a specific format.
encode(BufferedImage, String, float) - Static method in class org.jfree.chart.encoders.EncoderUtil
Encode the image in a specific format.
encode(BufferedImage, String, float, boolean) - Static method in class org.jfree.chart.encoders.EncoderUtil
Encode the image in a specific format.
encode(BufferedImage) - Method in interface org.jfree.chart.encoders.ImageEncoder
Encodes an image in a particular format.
encode(BufferedImage, OutputStream) - Method in interface org.jfree.chart.encoders.ImageEncoder
Encodes an image in a particular format and writes it to an OutputStream.
encode(BufferedImage) - Method in class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
Encodes an image in PNG format.
encode(BufferedImage, OutputStream) - Method in class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
Encodes an image in PNG format and writes it to an OutputStream.
encode(BufferedImage) - Method in class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Encodes an image in JPEG format.
encode(BufferedImage, OutputStream) - Method in class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Encodes an image in JPEG format and writes it to an output stream.
encode(BufferedImage) - Method in class org.jfree.chart.encoders.SunPNGEncoderAdapter
Encodes an image in PNG format.
encode(BufferedImage, OutputStream) - Method in class org.jfree.chart.encoders.SunPNGEncoderAdapter
Encodes an image in PNG format and writes it to an OutputStream.
encode(String, String) - Static method in class org.jfree.chart.urls.URLUtilities
Calls java.net.URLEncoder.encode(String, String) via reflection, if we are running on JRE 1.4 or later, otherwise reverts to the deprecated URLEncoder.encode(String) method.
encodeAsPNG(BufferedImage) - Static method in class org.jfree.chart.ChartUtilities
Encodes a BufferedImage to PNG format.
encodeAsPNG(BufferedImage, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
Encodes a BufferedImage to PNG format.
EncoderUtil - Class in org.jfree.chart.encoders
A collection of utility methods for encoding images and returning them as a byte[] or writing them directly to an OutputStream.
EncoderUtil() - Constructor for class org.jfree.chart.encoders.EncoderUtil
 
END - Static variable in class org.jfree.chart.axis.CategoryAnchor
End of period.
END - Static variable in class org.jfree.chart.axis.DateTickMarkPosition
End of period.
END - Static variable in class org.jfree.data.time.DynamicTimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
END - Static variable in class org.jfree.data.time.TimePeriodAnchor
End of period.
endElement(String, String, String) - Method in class org.jfree.data.xml.CategoryDatasetHandler
The end of an element.
endElement(String, String, String) - Method in class org.jfree.data.xml.CategorySeriesHandler
The end of an element.
endElement(String, String, String) - Method in class org.jfree.data.xml.ItemHandler
The end of an element.
endElement(String, String, String) - Method in class org.jfree.data.xml.KeyHandler
The end of an element.
endElement(String, String, String) - Method in class org.jfree.data.xml.PieDatasetHandler
The end of an element.
endElement(String, String, String) - Method in class org.jfree.data.xml.ValueHandler
The end of an element.
endSeriesPass(XYDataset, int, int, int, int, int) - Method in class org.jfree.chart.renderer.xy.XYItemRendererState
This method is called by the XYPlot when it ends a pass through the (visible) items in a series.
ensureAtLeast(AxisSpace) - Method in class org.jfree.chart.axis.AxisSpace
Ensures that this object reserves at least as much space as another.
ensureAtLeast(double, RectangleEdge) - Method in class org.jfree.chart.axis.AxisSpace
Ensures there is a minimum amount of space at the edge corresponding to the specified axis location.
enterData(int, float) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence
Enters data into the storage array.
EntityBlockParams - Interface in org.jfree.chart.block
An interface that is used by the draw() method of some Block implementations to determine whether or not to generate entities for the items within the block.
EntityBlockResult - Interface in org.jfree.chart.block
Provides access to the EntityCollection generated when a block is drawn.
EntityCollection - Interface in org.jfree.chart.entity
This interface defines the methods used to access an ordered list of ChartEntity objects.
equal(double[][], double[][]) - Static method in class org.jfree.data.DataUtilities
Tests two arrays for equality.
equals(Object) - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
Tests this annotation for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Tests this object for equality with another.
equals(Object) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Tests this annotation for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Tests this object for equality with another.
equals(Object) - Method in class org.jfree.chart.annotations.TextAnnotation
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYBoxAnnotation
Tests this annotation for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYDrawableAnnotation
Tests this annotation for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYImageAnnotation
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYLineAnnotation
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Tests this annotation for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYPolygonAnnotation
Tests this annotation for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYShapeAnnotation
Tests this annotation for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYTextAnnotation
Tests this annotation for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.annotations.XYTitleAnnotation
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.Axis
Tests this axis for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.AxisLocation
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.axis.AxisSpace
Tests this object for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.CategoryAnchor
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.axis.CategoryAxis
Tests this axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.CategoryLabelPosition
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.CategoryLabelPositions
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.axis.CategoryLabelWidthType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.axis.CategoryTick
Tests this category tick for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.ColorBar
Deprecated. Tests this object for equality with another.
equals(Object) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Tests the axis for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.DateAxis
Tests this axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.DateTick
Tests this tick for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.DateTickMarkPosition
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.axis.DateTickUnit
Tests this unit for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.DateTickUnitType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
Tests this axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.LogAxis
Tests this axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.MarkerAxisBand
Tests this axis for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.ModuloAxis
Tests this axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.MonthDateFormat
Tests this formatter for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.NumberAxis
Tests the axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.NumberTickUnit
Tests this formatter for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.PeriodAxis
Tests the axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.QuarterDateFormat
Tests this formatter for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns true if we are equal to the parameter
equals(Object) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Tests an object (usually another Segment) for equality with this segment.
equals(Object) - Method in class org.jfree.chart.axis.StandardTickUnitSource
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.SubCategoryAxis
Tests the axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.SymbolAxis
Tests this axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.Tick
Tests this tick for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.TickType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.axis.TickUnit
Tests this unit for equality with another object.
equals(Object) - Method in class org.jfree.chart.axis.TickUnits
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.axis.ValueAxis
Tests the axis for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.axis.ValueTick
Tests this tick for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.AbstractBlock
Tests this block for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.BlockBorder
Tests this border for equality with an arbitrary instance.
equals(Object) - Method in class org.jfree.chart.block.BlockContainer
Tests this container for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.BorderArrangement
Tests this arrangement for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.CenterArrangement
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.ColorBlock
Tests this block for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.ColumnArrangement
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.FlowArrangement
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.GridArrangement
Compares this layout manager for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.LabelBlock
Tests this LabelBlock for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.block.LengthConstraintType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.block.LineBorder
Tests this border for equality with an arbitrary instance.
equals(Object) - Method in class org.jfree.chart.ChartRenderingInfo
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.AxisEntity
Tests the entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.CategoryItemEntity
Tests the entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.CategoryLabelEntity
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.ChartEntity
Tests the entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.ContourEntity
Deprecated. Tests the entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.JFreeChartEntity
Tests the entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.LegendItemEntity
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.PieSectionEntity
Tests this entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.PlotEntity
Tests the entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.StandardEntityCollection
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.TitleEntity
Tests the entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.XYAnnotationEntity
Tests the entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.entity.XYItemEntity
Tests the entity for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.event.ChartChangeEventType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.JFreeChart
Tests this chart for equality with another object.
equals(Object) - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
Tests the generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.CustomXYToolTipGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.HighLowItemLabelGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
Tests this tool tip generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.IntervalXYItemLabelGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.ItemLabelAnchor
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.labels.ItemLabelPosition
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Tests this generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardCategoryToolTipGenerator
Tests this generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardContourToolTipGenerator
Deprecated. Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.labels.StandardCrosshairLabelGenerator
Tests this generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Tests the generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardXYItemLabelGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardXYToolTipGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.labels.SymbolicXYItemLabelGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.LegendItem
Tests this item for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.LegendItemCollection
Tests this collection for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.LegendRenderingOrder
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.needle.ArrowNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.LineNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.LongNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.MeterNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.MiddlePinNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.PinNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.PlumNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.PointerNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.ShipNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.needle.WindNeedle
Tests another object for equality with this object.
equals(Object) - Method in class org.jfree.chart.PaintMap
Tests this map for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.panel.CrosshairOverlay
Tests this overlay for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.CategoryMarker
Tests the marker for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.CategoryPlot
Tests the plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.ColorPalette
Deprecated. Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Tests the plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Tests the plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.CompassPlot
Tests an object for equality with this plot.
equals(Object) - Method in class org.jfree.chart.plot.Crosshair
Tests this crosshair for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.DatasetRenderingOrder
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
Tests this object for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialBackground
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialCap
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialPlot
Tests this DialPlot instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialPointer
Checks this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
Tests this pointer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
Tests this pointer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.StandardDialRange
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.dial.StandardDialScale
Tests this StandardDialScale for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.DialShape
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.plot.FastScatterPlot
Tests an arbitrary object for equality with this plot.
equals(Object) - Method in class org.jfree.chart.plot.IntervalMarker
Tests the marker for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.Marker
Tests the marker for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.MeterInterval
Checks this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.MeterPlot
Tests the plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.MultiplePiePlot
Tests this plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.PieLabelLinkStyle
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.plot.PieLabelRecord
Tests this record for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.PiePlot
Tests this plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.PiePlot3D
Tests this plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.Plot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.PlotOrientation
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.plot.PlotRenderingInfo
Tests this instance for equality against an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.PolarPlot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.RingPlot
Tests this plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.SeriesRenderingOrder
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.plot.SpiderWebPlot
Tests this plot for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.ThermometerPlot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.plot.ValueMarker
Tests this marker for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.plot.XYPlot
Tests this plot for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.AbstractRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.AreaRendererEndType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.category.AreaRenderer
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.BarRenderer
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.GanttRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.GradientBarPainter
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.IntervalBarRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.LevelRenderer
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Checks this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
Checks this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.StandardBarPainter
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.GrayPaintScale
Tests this GrayPaintScale instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.LookupPaintScale
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.Outlier
Tests this outlier for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
Tests this renderer for equality with an arbitrary object, returning true if obj is a ClusteredXYBarRenderer with the same settings as this renderer, and false otherwise.
equals(Object) - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.GradientXYBarPainter
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Tests the renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.StandardXYBarPainter
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.VectorRenderer
Tests this VectorRenderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Tests this XYBlockRenderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYBubbleRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.XYStepRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.xy.YIntervalRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.StandardChartTheme
Tests this theme for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.StrokeMap
Tests this map for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.title.CompositeTitle
Tests this title for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.title.ImageTitle
Tests this ImageTitle for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.title.LegendGraphic
Tests this LegendGraphic instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.title.LegendTitle
Tests this title for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.title.PaintScaleLegend
Tests this legend for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.title.TextTitle
Tests this title for equality with another object.
equals(Object) - Method in class org.jfree.chart.title.Title
Tests an object for equality with this title.
equals(Object) - Method in class org.jfree.chart.urls.CustomCategoryURLGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.urls.CustomPieURLGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.urls.CustomXYURLGenerator
Tests this generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.urls.StandardCategoryURLGenerator
Tests the generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.urls.StandardPieURLGenerator
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.chart.urls.StandardXYURLGenerator
Tests this generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.urls.TimeSeriesURLGenerator
Tests this generator for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.util.LogFormat
Tests this formatter for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.util.RelativeDateFormat
Tests this formatter for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.util.XYCoordinateType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.data.category.CategoryToPieDataset
Tests this dataset for equality with an arbitrary object, returning true if obj is a dataset containing the same keys and values in the same order as this dataset.
equals(Object) - Method in class org.jfree.data.category.DefaultCategoryDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.category.SlidingCategoryDataset
Tests this SlidingCategoryDataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.ComparableObjectItem
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.ComparableObjectSeries
Tests this series for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.DefaultKeyedValue
Tests this key-value pair for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.DefaultKeyedValues
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.DefaultKeyedValues2D
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.DomainOrder
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
Tests this SlidingCategoryDataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.gantt.Task
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.gantt.TaskSeries
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.gantt.XYTaskDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.general.DatasetGroup
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.general.DefaultHeatMapDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.general.DefaultKeyedValueDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.general.DefaultPieDataset
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.general.DefaultValueDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.general.Series
Tests the series for equality with another object.
equals(Object) - Method in class org.jfree.data.KeyedObject
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.KeyedObjects
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.KeyedObjects2D
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.KeyedValueComparatorType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.data.KeyToGroupMap
Tests the map for equality against an arbitrary object.
equals(Object) - Method in class org.jfree.data.Range
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.RangeType
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.data.statistics.BoxAndWhiskerItem
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.HistogramBin
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.HistogramDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.HistogramType
Tests this type for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.MeanAndStandardDeviation
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.SimpleHistogramBin
Tests this bin for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Compares the dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.Day
Tests the equality of this Day object to an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.FixedMillisecond
Tests the equality of this object against an arbitrary Object.
equals(Object) - Method in class org.jfree.data.time.Hour
Tests the equality of this object against an arbitrary Object.
equals(Object) - Method in class org.jfree.data.time.Millisecond
Tests the equality of this object against an arbitrary Object.
equals(Object) - Method in class org.jfree.data.time.Minute
Tests the equality of this object against an arbitrary Object.
equals(Object) - Method in class org.jfree.data.time.Month
Tests the equality of this Month object to an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.ohlc.OHLC
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.Quarter
Tests the equality of this Quarter object to an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.Second
Tests the equality of this object against an arbitrary Object.
equals(Object) - Method in class org.jfree.data.time.SimpleTimePeriod
Tests this time period instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.TimePeriodAnchor
Returns true if this object is equal to the specified object, and false otherwise.
equals(Object) - Method in class org.jfree.data.time.TimePeriodValue
Tests this object for equality with the target object.
equals(Object) - Method in class org.jfree.data.time.TimePeriodValues
Tests the series for equality with another object.
equals(Object) - Method in class org.jfree.data.time.TimePeriodValuesCollection
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.TimeSeries
Tests the series for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.TimeSeriesCollection
Tests this time series collection for equality with another object.
equals(Object) - Method in class org.jfree.data.time.TimeSeriesDataItem
Tests this object for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.TimeTableXYDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.Week
Tests the equality of this Week object to an arbitrary object.
equals(Object) - Method in class org.jfree.data.time.Year
Tests the equality of this Year object to an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.CategoryTableXYDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.DefaultHighLowDataset
Tests this dataset for equality with an arbitrary instance.
equals(Object) - Method in class org.jfree.data.xy.DefaultIntervalXYDataset
Tests this DefaultIntervalXYDataset instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.DefaultOHLCDataset
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Tests this collection for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.DefaultWindDataset
Checks this WindDataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.DefaultXYDataset
Tests this DefaultXYDataset instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.DefaultXYZDataset
Tests this DefaultXYDataset instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.IntervalXYDelegate
Tests the delegate for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.MatrixSeries
Tests this object instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.MatrixSeriesCollection
Tests this collection for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.OHLCDataItem
Checks this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.Vector
Tests this vector for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.VectorSeriesCollection
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.XIntervalSeriesCollection
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.XYBarDataset
Tests this dataset for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.XYCoordinate
Tests this coordinate for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.XYDataItem
Tests if this object is equal to another.
equals(Object) - Method in class org.jfree.data.xy.XYInterval
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.XYIntervalSeriesCollection
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.XYSeries
Tests this series for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.XYSeriesCollection
Tests this collection for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.YInterval
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.YIntervalSeriesCollection
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.data.xy.YWithXInterval
Tests this instance for equality with an arbitrary object.
estimateMaximumTickLabelHeight(Graphics2D) - Method in class org.jfree.chart.axis.LogAxis
Estimates the maximum tick label height.
estimateMaximumTickLabelHeight(Graphics2D) - Method in class org.jfree.chart.axis.NumberAxis
Estimates the maximum tick label height.
estimateMaximumTickLabelWidth(Graphics2D, TickUnit) - Method in class org.jfree.chart.axis.LogAxis
Estimates the maximum width of the tick labels, assuming the specified tick unit is used.
estimateMaximumTickLabelWidth(Graphics2D, TickUnit) - Method in class org.jfree.chart.axis.NumberAxis
Estimates the maximum width of the tick labels, assuming the specified tick unit is used.
executeQuery(String) - Method in class org.jfree.data.jdbc.JDBCCategoryDataset
Populates the dataset by executing the supplied query against the existing database connection.
executeQuery(Connection, String) - Method in class org.jfree.data.jdbc.JDBCCategoryDataset
Populates the dataset by executing the supplied query against the existing database connection.
executeQuery(String) - Method in class org.jfree.data.jdbc.JDBCPieDataset
ExecuteQuery will attempt execute the query passed to it against the existing database connection.
executeQuery(Connection, String) - Method in class org.jfree.data.jdbc.JDBCPieDataset
ExecuteQuery will attempt execute the query passed to it against the existing database connection.
executeQuery(String) - Method in class org.jfree.data.jdbc.JDBCXYDataset
ExecuteQuery will attempt execute the query passed to it against the existing database connection.
executeQuery(Connection, String) - Method in class org.jfree.data.jdbc.JDBCXYDataset
ExecuteQuery will attempt execute the query passed to it against the provided database connection.
expand(Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.AxisSpace
Expands an area by the amount of space represented by this object.
expand(Range, double, double) - Static method in class org.jfree.data.Range
Creates a new range by adding margins to an existing range.
expandToInclude(Range, double) - Static method in class org.jfree.data.Range
Returns a range that includes all the values in the specified range AND the specified value.
exponentLengthToJava2D(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
Converts a length in data coordinates into the corresponding length in Java2D coordinates.
expTickLabelsFlag - Variable in class org.jfree.chart.axis.LogarithmicAxis
Flag set true for "1e#"-style tick labels.
ExtendedCategoryAxis - Class in org.jfree.chart.axis
An extended version of the CategoryAxis class that supports sublabels on the axis.
ExtendedCategoryAxis(String) - Constructor for class org.jfree.chart.axis.ExtendedCategoryAxis
Creates a new axis.
extractColumnFromHeatMapDataset(HeatMapDataset, int, Comparable) - Static method in class org.jfree.data.general.HeatMapUtilities
Returns a dataset containing one series that holds a copy of the (y, z) data from one column (x-index) of the specified dataset.
extractRowFromHeatMapDataset(HeatMapDataset, int, Comparable) - Static method in class org.jfree.data.general.HeatMapUtilities
Returns a dataset containing one series that holds a copy of the (x, z) data from one row (y-index) of the specified dataset.

Footer
And More

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.