Release Notes |
This document describes the main changes that have been made to JViews Charts since version 8.5.
General Changes
Gradients in 3D charts
Other Changes in Utility Classes
Example Changes
Known Limitations
ilog.views.chart.java2d.Ilv3DPaint
This abstract class denotes a color assignment that applies to a projected 3D scene, not just a 2D area.
ilog.views.chart.java2d.IlvValueGradientPaint
IlvValueGradientPaint(IlvChart, int, double[], Color[], short, boolean)
:
Creates a gradient based on the specified y-values.
IlvValueGradientPaint(IlvChart, double[], Color[], short, boolean)
:
Creates a gradient based on the specified x-values.
createPlaneRestrictedPaint(Ilv3DTransform, Ilv3DVector, double)
:
Creates and returns a
Paint
that can be used to generate the color pattern for a piece of the scene that lies on a given plane.
getPixelARGB(int, int, double, double, double, double, double, double)
:
Returns the color, as an ARGB-encoded integer, of the given pixel.
ilog.views.util.IlvResourceUtil
getBundle(String, ClassLoader)
:
Returns a resource bundle, examining the available resource suffixes.
setAvailableResourceLocales(Locale[])
:
Sets the available resource locales.
ilog.views.util.styling.IlvCSSAttributeSelector
deepEquals(Object)
:
Returns true
if this attribute selector is considered logically identical to the input object.
deepHashCode()
:
Returns a hash code of this attribute selector that is compatible with
deepEquals(Object)
.
ilog.views.util.styling.IlvCSSSelector
deepEquals(Object)
:
Returns true
if this simple selector is equal to the input simple selector.
deepHashCode()
:
Returns a hash code of this simple selector that is compatible with
deepEquals(Object)
.
ilog.views.chart.datax
package
currently have severe performance problems.