Release Notes |
This document contains a summary of new features and enhancements, late breaking product issues, and bug fixes. The following describes changes to Rogue Wave JViews Diagrammer since version 9.0. Release notes documenting changes in previous versions are located in the current directory.
General Changes
Library Changes
Modified Classes
ilog.views.sdm.graphic.IlvGeneralNode
shouldElementBePartOfClip(ilog.views.IlvGraphic)
: Called for each element if IlvGeneralNode#shouldElementBePartOfClip(IlvGraphic)
returns true.shouldRestrictListOfElementsForClip()
: Called by ilog.views.graphic.IlvGraphicSet#getIntersectionWithOutline(IlvPoint, IlvPoint, IlvTransformer)
to determine if the list of elements to be part of the clip should be restricted.
ilog.views.symbol.compiler.IlvSymbolCompiler
addURLToClassLoader(java.net.URL)
: Add an URL to the class loader used for compilation.
The previous behavior added URLs to the system ClassLoader which cannot be done since Java 9.