Release Notes |
This document describes the main changes that have been made to Rogue Wave JViews Charts since version 8.8.
Incompatibilities
General Changes
Library Changes
New Packages
ilog.views.util.servlet.DeploymentLicenseRequired_for_JViews_Charts_Deployment
ilog.views.util.servlet.DeploymentLicenseRequired_for_JViews_Diagrammer_Deployment
ilog.views.util.servlet.DeploymentLicenseRequired_for_JViews_Enterprise_Deployment
ilog.views.util.servlet.DeploymentLicenseRequired_for_JViews_Gantt_Deployment
ilog.views.util.servlet.DeploymentLicenseRequired_for_JViews_Maps_Deployment
ilog.views.util.servlet.DeploymentLicenseRequired_for_JViews_Maps_for_Defense_Deployment
ilog.views.util.servlet.DeploymentLicenseRequired_for_JViews_TGO_Deployment
ilog.views.util.styling.IlvSymbolStyle
ilog.views.util.swing.IlvJSpinnerDecimalNumberField
Example Changes
ilog.views.IlvLinkImage
ilog.views.IlvManagerView
ilog.views.chart.IlvChart
ilog.views.chart.IlvChart.IlvChartImagePaintContext
ilog.views.chart.swing.IlvJLabel
ilog.views.graphic.IlvTextPath
ilog.views.util.IlvImageUtil
ilog.views.util.IlvProductUtil
ilog.views.util.IlvResourceUtil
ilog.views.util.swing.IlvDecimalNumberField
ilog.views.util.swt.IlvSwingControl
ilog.views.util.css.IlvCSS.supportUnicodeEscapesInStrings
to false
.
ilog.views.util.servlet.DeploymentLicenseRequired_for_JViews_Charts_Deployment
This class is a servlet context listener that allows you to declare that you are intending to use the feature set of Rogue Wave JViews Charts.
ilog.views.util.servlet.DeploymentLicenseRequired_for_JViews_Diagrammer_Deployment
This class is a servlet context listener that allows you to declare that you are intending to use the feature set of Rogue Wave JViews Diagrammer.
ilog.views.util.servlet.DeploymentLicenseRequired_for_JViews_Enterprise_Deployment
This class is a servlet context listener that allows you to declare that you are intending to use the feature set of Rogue Wave JViews Enterprise.
ilog.views.util.servlet.DeploymentLicenseRequired_for_JViews_Gantt_Deployment
This class is a servlet context listener that allows you to declare that you are intending to use the feature set of Rogue Wave JViews Gantt.
ilog.views.util.servlet.DeploymentLicenseRequired_for_JViews_Maps_Deployment
This class is a servlet context listener that allows you to declare that you are intending to use the feature set of Rogue Wave JViews Maps.
ilog.views.util.servlet.DeploymentLicenseRequired_for_JViews_Maps_for_Defense_Deployment
This class is a servlet context listener that allows you to declare that you are intending to use the feature set of Rogue Wave JViews Maps for Defense.
ilog.views.util.servlet.DeploymentLicenseRequired_for_JViews_TGO_Deployment
This class is a servlet context listener that allows you to declare that you are intending to use the feature set of Rogue Wave JViews TGO.
ilog.views.util.styling.IlvSymbolStyle
This interface denotes the style embodied in a graphic symbol at runtime.
ilog.views.util.swing.IlvJSpinnerDecimalNumberField
A customizer for numeric fields.
getLinkPoints()
:
Returns the points that define the link, for the identity transformation.
setLinkPoints(IlvPoint[])
:
Sets the points that define the link.
setAutoFitToContents(boolean, Insets, IlvManagerView.FitAreaCalculator, int)
:
Changes the autofit mode of the view.
getSymbolStyle()
:
Returns the value of the symbolStyle
property.
setSymbolStyle(IlvSymbolStyle)
:
Sets the value of the symbolStyle
property.
ilog.views.chart.IlvChart.IlvChartImagePaintContext
IlvChartImagePaintContext(int, int, JComponent, boolean)
:
Creates a new IlvChartImagePaintContext
object, optionally with transparency.
ilog.views.chart.swing.IlvJLabel
paintForegroundContent(Graphics, Rectangle)
:
Paints the foreground content (text and icon) of this component according to the given bounds.
ilog.views.graphic.IlvTextPath
getVisualBounds()
:
Returns the visual bounds of this IlvTextPath
.
getImageSize(Image)
:
Returns the size (dimensions) of an image.
writeJPEGImage(BufferedImage, File)
:
Writes an image to the specified file, in JPEG format.
writeJPEGImage(BufferedImage, OutputStream)
:
Writes an image to the specified file, in JPEG format.
writeJPEGImage(BufferedImage, float, File)
:
Writes an image to the specified file, in JPEG format, with given quality.
writeJPEGImage(BufferedImage, float, OutputStream)
:
Writes an image to the specified file, in JPEG format, with given quality.
writePNGImage(BufferedImage, File)
:
Writes an image to the specified file, in PNG format.
writePNGImage(BufferedImage, OutputStream)
:
Writes an image to the specified file, in PNG format.
writePNGImage(BufferedImage, Color, File)
:
Writes an image to the specified file, in PNG format, with given transparent color.
writePNGImage(BufferedImage, Color, OutputStream)
:
Writes an image to the specified file, in PNG format, with given transparent color.
ilog.views.util.IlvProductUtil
JViews_Charts_Deployment
:
This object denotes all the features of Rogue Wave JViews Charts.
JViews_Diagrammer_Deployment
:
This object denotes all the features of Rogue Wave JViews Diagrammer.
JViews_Enterprise_Deployment
:
This object denotes all the features of Rogue Wave JViews Enterprise.
JViews_Gantt_Deployment
:
This object denotes all the features of Rogue Wave JViews Gantt.
JViews_Maps_Deployment
:
This object denotes all the features of Rogue Wave JViews Maps.
JViews_Maps_for_Defense_Deployment
:
This object denotes all the features of Rogue Wave JViews Maps for Defense.
JViews_TGO_Deployment
:
This object denotes all the features of Rogue Wave JViews TGO.
ilog.views.util.IlvResourceUtil
getBundle(String, Class, ULocale)
:
Returns the resource bundle in the package of the input class.
getBundle(String, ULocale, ClassLoader)
:
Returns a resource bundle, examining the available resource suffixes.
getSafeString(String, Class, ULocale)
:
Returns a string for the given key from the resource bundle named "messages" in the package of the input class.
getSafeString(String, String, Class, ULocale)
:
Returns a string for the given key from the resource bundle in the package of the input class.
getString(String, Class, ULocale)
:
Returns a string for the given key from the resource bundle named "messages" in the package of the input class.
getString(String, String, Class, ULocale)
:
Returns a string for the given key from the resource bundle in the package of the input class.
getString(String, Class, ULocale, String)
:
Returns a string for the given key from the resource bundle named "messages" in the package of the input class.
getString(String, String, Class, ULocale, String)
:
Returns a string for the given key from the resource bundle in the package of the input class.
setAvailableResourceLocales(ULocale[])
:
Sets the available resource locales.
ilog.views.util.swing.IlvDecimalNumberField
getDoubleValue()
:
Returns the double value of this text field.
setDoubleValue(double)
:
Sets the double value of this text field.
ilog.views.util.swt.IlvSwingControl
new IlvSwingControl(shell, SWT.BORDER, chart) { @Override protected Composite getLayoutAncestor() { return shell; } };
getLayoutAncestor()
:
Returns the topmost ancestor control that needs to be notified and relayouted if the preferred, minimum, or maximum sizes of the embedded AWT component have changed.
preferredSizeChanged(Point, Point, Point)
:
This method gets called when the preferred, minimum, or maximum sizes of the embedded AWT component have changed.
Applet technology in demo and samples
Because additional and new constraints can appear from third party providers such as Web browsers , platforms, JDK / JRE and plugins, we do not guarantee all our demos and examples using Applet technology are functional. We advise you to use them in standalone mode when possible.
Applets in samples and code fragments will be removed in the next version of JViews.
Sample / demo using JdbcOdbcDriver cannot run with JDK8 and cannot run in other platform than Windows platform
This is because the JdbcOdbcDriver have been removed from JDK8 (http://docs.oracle.com/javase/7/docs/technotes/guides/jdbc/bridge.htm ). Samples and code fragments involved:
- Diagram: Designer Examples: Arizona Logical
- Diagram: Designer Examples: Arizona Logical
- Diagram: Code Fragments: JDBC
- Charts: Code Fragments: JDBC
- Gantt: Samples: JDBC Gantt
- Gantt: Samples: JDBC Schedule