Deprecated API


Contents
Deprecated Interfaces
ilog.views.interactor.IlvLabelledObjectFactory
          Beginning with ILOG JViews 8.0, use IlvLabeledObjectFactory instead. 
ilog.views.gantt.util.log.LogConstants
          Starting with JViews 6.0, you should use the Level class. 
 

Deprecated Classes
ilog.views.gantt.swing.IlvAbstractBoundedRangeModel
          Beginning with ILOG JViews 7.5 use the IlvAbstractBoundedRangeModel class instead. 
ilog.views.graphic.IlvClosedSpline
          Beginning with JViews 5.5 you should use IlvSpline instead with the IlvSpline.setClosed(boolean) method. 
ilog.views.gantt.swing.IlvDefaultTreeCellRenderer
          Beginning with ILOG JViews 6.0 use the IlvDefaultTreeCellRenderer class instead. 
ilog.views.graphic.IlvFilledArc
          Beginning with JViews 5.5 you should use IlvArc instead with IlvArc.setFillOn(boolean) and IlvArc.setStrokeOn(boolean) methods. 
ilog.views.graphic.IlvFilledEllipse
          Beginning with JViews 5.5 you should use IlvEllipse instead with IlvEllipse.setFillOn(boolean) and IlvEllipse.setStrokeOn(boolean) methods. 
ilog.views.graphic.IlvFilledRectangle
          Beginning with JViews 5.5 you should use IlvRectangle instead with IlvRectangle.setFillOn(boolean) and IlvRectangle.setStrokeOn(boolean) methods. 
ilog.views.graphic.IlvFilledRoundRectangle
          Beginning with JViews 5.5 you should use IlvRectangle instead with IlvRectangle.setRadius(int) and IlvRectangle.setFillOn(boolean) methods. 
ilog.views.graphic.IlvFilledSpline
          Beginning with JViews 5.5 you should use IlvSpline instead with IlvSpline.setFillOn(boolean) and IlvSpline.setClosed(boolean) methods. 
ilog.views.ui.IlvImageButton
          Beginning with JViews 5.5 you should use a JButton instead. 
ilog.views.gantt.servlet.IlvJHiddenPrintWindow
          Beginning with ILOG JViews 5.5 you should use IlvJHiddenPrintWindowFactory instead. 
ilog.views.chart.swing.IlvJHiddenPrintWindow
          Use IlvJHiddenPrintWindowFactory instead. 
ilog.views.faces.servlet.IlvJSNamespaceFilter
          Beginning of JViews 8.1 this filter must not be set on the controller servlet. 
ilog.views.chart.java2d.IlvLinearGradientPaint
          Use the ilog.views.util.java2d.IlvLinearGradientPaint class instead. 
ilog.views.interactor.IlvMakeClosedSplineInteractor
          Beginning with JViews 5.5 you should use an IlvMakeSplineInteractor instance with IlvMakeSplineInteractor.setFillOn(boolean) and IlvMakeSplineInteractor.setClosed(boolean) methods. 
ilog.views.interactor.IlvMakeFilledArcInteractor
          Beginning with JViews 5.5 you should use an IlvMakeArcInteractor instance with IlvMakeRectangleInteractor.setFillOn(boolean) and IlvMakeRectangleInteractor.setStrokeOn(boolean) methods. 
ilog.views.interactor.IlvMakeFilledEllipseInteractor
          Beginning with JViews 5.5 you should use an IlvMakeEllipseInteractor instance with IlvMakeRectangleInteractor.setFillOn(boolean) and IlvMakeRectangleInteractor.setStrokeOn(boolean) methods. 
ilog.views.interactor.IlvMakeFilledRectangleInteractor
          Beginning with JViews 5.5 you should use an IlvMakeRectangleInteractor instance with IlvMakeRectangleInteractor.setFillOn(boolean) and IlvMakeRectangleInteractor.setStrokeOn(boolean) methods. 
ilog.views.interactor.IlvMakeFilledRoundRectangleInteractor
          Beginning with JViews 5.5 you should use an IlvMakeRoundRectangleInteractor instance with IlvMakeRectangleInteractor.setFillOn(boolean) and IlvMakeRectangleInteractor.setStrokeOn(boolean) methods. 
ilog.views.interactor.IlvMakeFilledSplineInteractor
          Beginning with JViews 5.5 you should use an IlvMakeSplineInteractor instance with IlvMakeSplineInteractor.setFillOn(boolean) and IlvMakeSplineInteractor.setClosed(boolean) methods. 
ilog.views.interactor.IlvMakeOutlinePolygonInteractor
          Beginning with JViews 5.5 you should use an IlvMakePolygonInteractor instance with IlvMakePolygonInteractor.setStrokeOn(boolean) method. 
ilog.views.graphic.IlvOutlinePolygon
          Beginning with JViews 5.5 you should use IlvPolygon instead with the IlvPolygon.setStrokeOn(boolean) method. 
ilog.views.symbology.palettes.IlvPaletteDocumention
          Beginning with ILOG JViews 8.1, use the class IlvPaletteDocumentation instead. 
ilog.views.IlvPattern
          since JViews 5.5 you should use IlvPattern instead. 
ilog.views.chart.java2d.IlvPattern
          Use the ilog.views.util.java2d.IlvPattern class instead. 
ilog.views.graphic.IlvRoundRectangle
          Beginning with JViews 5.5 you should use IlvRectangle instead with the IlvRectangle.setRadius(int) method. 
ilog.views.chart.data.IlvSwingTableDataSource.Mapping
          Please use the superclass instead. 
ilog.views.IlvTexture
          since JViews 5.5 you should use IlvTexture instead. 
ilog.views.chart.java2d.IlvTexture
          Use the ilog.views.util.java2d.IlvPattern instead. 
ilog.views.IlvToolkit
          You should instead use the java.awt.Toolkit class methods. 
ilog.views.gantt.util.log.Log
          Starting with JViews 6.0, you should use the Logger class. 
 

Deprecated Fields
ilog.views.gantt.util.log.LogConstants.API_PRIVATE_LEVEL
          Replaced by Level.FINER 
ilog.views.gantt.util.log.LogConstants.API_PUBLIC_LEVEL
          Replaced by Level.FINE 
ilog.views.gantt.graphic.IlvGanttSheet.CASCADE_ACTIVITY_LAYOUT
          Beginning with ILOG JViews 6.0 instantiate an IlvActivityLogisticLayout(IlvActivityLogisticLayout.CASCADE) and call IlvGanttSheet.setActivityLayout(IlvActivityLayout). 
ilog.views.chart.graphic.IlvMarker.CIRCLE
          Please use IlvMarkerFactory.CIRCLE instead. 
ilog.views.gantt.util.log.LogConstants.CRITICAL_ERROR_LEVEL
          Replaced by Level.SEVERE 
ilog.views.chart.graphic.IlvMarker.CROSS
          Please use IlvMarkerFactory.CROSS instead. 
ilog.views.gantt.util.log.LogConstants.DEACTIVATE_LEVEL
          Replaced by Level.OFF 
ilog.views.chart.graphic.IlvMarker.DIAMOND
          Please use IlvMarkerFactory.DIAMOND instead. 
ilog.views.graphic.IlvIcon.drawrect
          The object is now defined by a definition rectangle that is obtained by taking the result of a call to IlvIcon.getDefinitionRect() and applying IlvIcon.getTransformer() to it. 
ilog.views.gantt.util.log.LogConstants.ERROR_LEVEL
          Replaced by Level.SEVERE 
ilog.views.gantt.servlet.IlvGanttServletSupport.HTML_CAP_FORMAT
          Beginning with JViews 8.1 use IlvGanttServletSupport.JSON_CAP_FORMAT instead. 
ilog.views.chart.servlet.IlvChartServletSupport.HTML_CAP_FORMAT
          Beginning with JViews 8.1 use IlvChartServletSupport.JSON_CAP_FORMAT instead. 
ilog.views.gantt.util.log.LogConstants.INFO_LEVEL
          Replaced by Level.INFO 
ilog.views.gantt.graphic.grid.IlvAbstractGanttGrid.line
            
ilog.views.chart.graphic.IlvMarker.NONE
          Please use IlvMarkerFactory.NONE instead. 
ilog.views.gantt.servlet.IlvGanttServletSupport.OCTET_CAP_FORMAT
          Beginning with JViews 8.1 use IlvGanttServletSupport.JSON_CAP_FORMAT instead. 
ilog.views.chart.servlet.IlvChartServletSupport.OCTET_CAP_FORMAT
          Beginning with JViews 8.1 use IlvChartServletSupport.JSON_CAP_FORMAT instead. 
ilog.views.chart.graphic.IlvMarker.PLUS
          Please use IlvMarkerFactory.PLUS instead. 
ilog.views.gantt.graphic.IlvGanttSheet.PRETTY_ACTIVITY_LAYOUT
          Beginning with ILOG JViews 6.0 instantiate an IlvActivityLogisticLayout(IlvActivityLogisticLayout.PRETTY) and call IlvGanttSheet.setActivityLayout(IlvActivityLayout). 
ilog.views.gantt.graphic.IlvGanttSheet.SIMPLE_ACTIVITY_LAYOUT
          Beginning with ILOG JViews 6.0 instantiate an IlvActivitySimpleLayout and call IlvGanttSheet.setActivityLayout(IlvActivityLayout). 
ilog.views.chart.graphic.IlvMarker.SQUARE
          Please use IlvMarkerFactory.SQUARE instead. 
ilog.views.gantt.graphic.IlvActivityLogisticLayout.TILE
          Beginning with ILOG JViews 6.5, use an instance of IlvActivityTileLayout instead. 
ilog.views.gantt.graphic.IlvGanttSheet.TILE_ACTIVITY_LAYOUT
          Beginning with ILOG JViews 6.0 instantiate an IlvActivityLogisticLayout(IlvActivityLogisticLayout.TILE) and call IlvGanttSheet.setActivityLayout(IlvActivityLayout). 
ilog.views.gantt.util.log.LogConstants.TRACE_LEVEL
          Replaced by Level.FINEST 
ilog.views.chart.graphic.IlvMarker.TRIANGLE
          Please use IlvMarkerFactory.TRIANGLE instead. 
ilog.views.gantt.util.log.LogConstants.WARNING_LEVEL
          Replaced by Level.WARNING 
 

Deprecated Methods
ilog.views.chart.servlet.IlvChartServletSupport.additionalBinaryCapabilities(IlvChart, IlvServletRequestParameters, DataOutputStream)
          since JViews 8.1 you must use IlvChartServletSupport.getAdditionalCapabilities(IlvChart, IlvServletRequestParameters) instead. 
ilog.views.gantt.servlet.IlvGanttServletSupport.additionalBinaryCapabilities(IlvHierarchyChart, IlvServletRequestParameters, DataOutputStream)
          since JViews 8.1 you must use IlvGanttServletSupport.getAdditionalCapabilities(IlvHierarchyChart, IlvServletRequestParameters) instead. 
ilog.views.chart.servlet.IlvChartServletSupport.additionalOverviewBinaryCapabilities(IlvChart, IlvServletRequestParameters, DataOutputStream)
          since JViews 8.1 you must use IlvChartServletSupport.getAdditionalOverviewCapabilities(IlvChart, IlvServletRequestParameters) instead. 
ilog.views.chart.servlet.IlvChartServletSupport.additionalOverviewTextCapabilities(IlvChart, IlvServletRequestParameters, PrintWriter)
          since JViews 8.1 you must use IlvChartServletSupport.getAdditionalOverviewCapabilities(IlvChart, IlvServletRequestParameters) instead. 
ilog.views.chart.servlet.IlvChartServletSupport.additionalTextCapabilities(IlvChart, IlvServletRequestParameters, PrintWriter)
          since JViews 8.1 you must use IlvChartServletSupport.getAdditionalCapabilities(IlvChart, IlvServletRequestParameters) instead. 
ilog.views.gantt.servlet.IlvGanttServletSupport.additionalTextCapabilities(IlvHierarchyChart, IlvServletRequestParameters, PrintWriter)
          since JViews 8.1 you must use IlvGanttServletSupport.getAdditionalCapabilities(IlvHierarchyChart, IlvServletRequestParameters) instead. 
ilog.views.chart.IlvChartLayout.addLayoutComponent(String, Component)
          Replaced by addLayoutComponent(Component, Object). 
ilog.views.faces.dhtml.renderkit.IlvScriptManager.addScript(Writer, String)
          Beginning of JViews 8.1 use IlvScriptManager.addScript(String). 
ilog.views.util.servlet.IlvSelectionSupport.IlvSelectionResponse.addUpdatedCapability(String, String, boolean)
          Beginning with ILOG JViews 8.1 use IlvSelectionSupport.IlvSelectionResponse.addUpdatedCapability(String, Object) instead. 
ilog.views.interactor.IlvMakePolyPointsInteractor.allowsMultiplePoints()
          Use isAllowingMultiplePoints. 
ilog.views.interactor.IlvMakePolyPointsInteractor.allowsMultiplePoints(boolean)
          Use setAllowingMultiplePoints. 
ilog.views.chart.IlvStyle.brighther()
          Uses #brighter method instead. 
ilog.views.linkconnector.IlvFreeLinkConnector.connectionPointMoveAllowed(boolean)
          Beginning with ILOG JViews 8.1, use the method IlvFreeLinkConnector.setConnectionPointMoveAllowed(boolean) instead. 
ilog.views.chart.IlvStyle.copyInto(IlvStyle)
            
ilog.views.util.servlet.IlvPopupMenuServletSupport.createMenu(IlvMenuFactory, Object, Object, String)
          Beginning with ILOG JViews 8.0 use IlvPopupMenuServletSupport.createMenu(HttpServletRequest, IlvMenuFactory, Object, Object, String) instead. 
ilog.views.swing.IlvToolTipManager.createMultiLineToolTipText(String[], int)
          Beginning with ILOG JViews 8.1, please use the method IlvSwingUtil.createMultiLineToolTipText(java.lang.String[], int) instead. 
ilog.views.linkconnector.IlvPinLinkConnector.disConnectLink(IlvLinkImage, boolean)
          Beginning with ILOG JViews 6.0, use the method IlvPinLinkConnector.disconnectLink(IlvLinkImage, boolean) instead. 
ilog.views.chart.IlvChartRenderer.draw(Graphics, IlvDataSet, int, int)
          This method is not used by JViews. 
ilog.views.chart.renderer.IlvCompositeChartRenderer.draw(Graphics, IlvDataSet, int, int)
          This method is not used by JViews. 
ilog.views.chart.renderer.IlvSimpleChartRenderer.draw(Graphics, IlvDataSet, int, int)
          This method is not used by JViews. 
ilog.views.chart.renderer.IlvSingleChartRenderer.draw(Graphics, IlvDataSet, int, int)
          This method is not used by JViews. 
ilog.views.IlvReshapeSelection.drawGhost(IlvObjectInteractorContext)
          Beginning with ILOG JViews 5.0, use the method IlvReshapeSelection.drawGhost(IlvDrawSelection, Graphics, IlvObjectInteractorContext) instead. 
ilog.views.IlvPolyPointsEdition.drawGhost(IlvPolyPointsSelection, IlvObjectInteractorContext)
          Beginning with ILOG JViews 5.0, use the method IlvPolyPointsEdition.drawGhost(IlvPolyPointsSelection, Graphics, IlvObjectInteractorContext) instead. 
ilog.views.faces.dhtml.renderkit.IlvScriptManager.emitScriptToLoad(Writer, IlvScriptDescriptor)
          Beginning of JViews 8.1 use IlvScriptManager.emitScriptToLoad(IlvScriptDescriptor) 
ilog.views.faces.dhtml.renderkit.IlvObjectSelectInteractorRenderer.findParentForm(FacesContext, UIComponent)
          Beginning with JViews 8.1, UIComponent might be contain in forms not inheriting from UIForm. Use IlvRendererUtil.getFormClientId(javax.faces.context.FacesContext, javax.faces.component.UIComponent) instead. 
ilog.views.gantt.scale.IlvTimeScale.fireTimeScrollableValueChanged(boolean)
          Beginning with ILOG JViews 6.0 
ilog.views.gantt.scale.IlvTimeScale.fireTimeScrollableVisibleDurationChanged()
          Beginning with ILOG JViews 6.0 
ilog.views.IlvLinkConnector.Get(IlvGraphic)
          Beginning with ILOG JViews 5.5, link connectors can be specified for both nodes and links. To get the link connector actually used to compute the connection points of a particular link, use the method IlvLinkConnector.Get(IlvLinkImage, boolean). To get the link connector specified for a node, use the method IlvLinkConnector.GetAttached(IlvGraphic). Notice that the link connector returned by this method is actually used only for links incident to node for which a specific link connector has not been specified. The latter is returned by the method IlvLinkConnector.GetAttached(IlvLinkImage, boolean). 
ilog.views.gantt.graphic.IlvGanttSheet.getActivityGraphics(IlvActivity)
          Beginning with ILOG JViews 6.0 you should use the IlvGanttSheet.activityGraphicsIterator(IlvActivity) method instead. It is much more efficient than this method. 
ilog.views.gantt.graphic.IlvGanttRow.getActivityHeight()
          Beginning with ILOG JViews 6.0 the height of activity graphics is determined by the row's activity layout strategy. 
ilog.views.IlvGraphicUtil.GetAlpha(Color)
          since JViews 5.5 you should use Color.getAlpha() instead 
ilog.views.gantt.swing.IlvDefaultTreeCellRenderer.getAutoWidthFromTree()
          Beginning with ILOG JViews 6.0 use the IlvDefaultTreeCellRenderer.isAutoWidthFromTree() method instead. 
ilog.views.IlvManagerView.getBackgroundPattern()
          use getBackgroundPatternLocation 
ilog.views.util.IlvFrameworkProduct.GetBuildNumber()
          Please use method getBuildNumber() instead. 
ilog.views.gantt.graphic.IlvGanttSheet.getConstraintGraphicLayerIndex()
          JViews 8.1 introduces the ability to have several layers of constraints within the Gantt sheet. Please use getDefaultConstraintGraphicLayerIndex. 
ilog.views.chart.data.IlvDataPoints.getDataIndex(int)
          Please use the method IlvDataPoints.getIndex(int) instead. 
ilog.views.chart.IlvChartRenderer.getDataLabelling()
          Please use IlvChartRenderer.getDataLabeling() instead. 
ilog.views.chart.IlvChart.getDefaultRenderer()
          Replaced by IlvChart.getRenderingType(). 
ilog.views.gantt.IlvHierarchyChart.getDividerBorder()
          Beginning with ILOG JViews 6.0 you should use the IlvHierarchyChart.getInsideBorder() method instead. 
ilog.views.faces.dhtml.taglib.IlvFacesSelectInteractorTag.getForceUpdateProperties()
          Beginning with JViews 8.0 use IlvFacesSelectionManagerTag.getForceUpdateProperties() instead. 
ilog.views.chart.util.IlvChartUtil.getImageFromFile(Class, String)
          Use IlvImageUtil.getImageFromFile(java.lang.Class, java.lang.String) instead. 
ilog.views.IlvUtil.GetImageFromFile(Class, String)
          Beginning with JViews 5.5 use IlvImageUtil.getImageFromFile(java.lang.Class, java.lang.String) instead. 
ilog.views.faces.dhtml.taglib.IlvFacesSelectInteractorTag.getImageMode()
          Beginning with JViews 8.0 use IlvFacesSelectionManagerTag.getImageMode() instead. 
ilog.views.faces.dhtml.interactor.IlvFacesSelectInteractor.getLineColor()
          Beginning with JViews 8.0 use IlvFacesSelectionManager.getLineColor() instead. 
ilog.views.faces.dhtml.taglib.IlvFacesSelectInteractorTag.getLineColor()
          Beginning with JViews 8.0 use IlvFacesSelectionManagerTag.getLineColor() instead. 
ilog.views.faces.dhtml.interactor.IlvFacesSelectInteractor.getLineWidth()
          Beginning with JViews 8.0 use IlvFacesSelectionManager.getLineWidth() instead. 
ilog.views.faces.dhtml.taglib.IlvFacesSelectInteractorTag.getLineWidth()
          Beginning with JViews 8.0 use IlvFacesSelectionManagerTag.getLineWidth() instead. 
ilog.views.IlvUtil.GetMinorVersion()
          Please use IlvFrameworkProduct.getMinorVersion() instead. 
ilog.views.util.IlvFrameworkProduct.GetMinorVersion()
          Please use method getMinorVersion() instead. 
ilog.views.IlvManager.getObjectInteractor(IlvGraphic)
          Beginning with ILOG JViews 5.0 you should use IlvGraphic.getObjectInteractor() instead. 
ilog.views.faces.dhtml.renderkit.IlvDHTMLImageButtonRenderer.getParentForm(FacesContext, UICommand)
          Beginning with JViews 8.1, UIComponent might be contain in forms not inheriting from UIForm. Use IlvRendererUtil.getFormClientId(javax.faces.context.FacesContext, javax.faces.component.UIComponent) instead. 
ilog.views.faces.dhtml.renderkit.IlvFacesContextualPopupMenuRenderer.getParentForm(UIComponent)
          Beginning with JViews 8.1, UIComponent might be contain in forms not inheriting from UIForm. Use IlvRendererUtil.getFormClientId(javax.faces.context.FacesContext, javax.faces.component.UIComponent) instead. 
ilog.views.gantt.faces.dhtml.renderkit.IlvFacesGanttContextualMenuRenderer.getParentForm(UIComponent)
          Beginning with JViews 9.0, UIComponent might be contain in forms not inheriting from UIForm. Use IlvRendererUtil.getFormClientId(javax.faces.context.FacesContext, javax.faces.component.UIComponent) instead. 
ilog.views.chart.faces.dhtml.renderkit.IlvChartContextualMenuRenderer.getParentForm(UIComponent)
          Beginning with JViews 8.1, UIComponent might be contain in forms not inheriting from UIForm. Use IlvRendererUtil.getFormClientId(javax.faces.context.FacesContext, javax.faces.component.UIComponent) instead. 
ilog.views.IlvUtil.GetPatchLevel()
          Please use IlvFrameworkProduct.getPatchLevel() instead. 
ilog.views.util.IlvFrameworkProduct.GetPatchLevel()
          Please use method getPatchLevel() instead. 
ilog.views.linkconnector.IlvPinLinkConnector.getPinXORColor()
          Beginning with ILOG JViews 5.0 the method IlvPinLinkConnector.drawGhost(java.awt.Graphics, ilog.views.IlvTransformer, java.lang.Object, java.lang.Object, java.lang.Object, boolean) no longer sets the XOR mode. The ghost of the pins is drawn in paint mode and erased by invalidation of a region of the view (see IlvPinLinkConnector.getGhostBoundingBox(ilog.views.IlvTransformer)) followed by a redraw of the invalid regions of the view. 
ilog.views.faces.IlvFacesUtil.getPropertyValue(UIComponent, String, Object, boolean)
          Beginning with JViews 8.1 use IlvFacesUtil.getPrimitivePropertyValue(UIComponent, String, Object)} instead. 
ilog.views.faces.dhtml.renderkit.IlvDHTMLSizedRenderer.getReferencodeNodeRef(FacesContext, UIComponent)
          Beginning with JViews 8.0 use IlvDHTMLSizedRenderer.getReferenceNodeRef(FacesContext, UIComponent) instead. 
ilog.views.graphic.composite.layout.IlvAttachmentConstraint.getRelativeHeight()
          Beginning with ILOG JViews 8.0, use the method IlvAttachmentConstraint.getHeight() instead. 
ilog.views.graphic.composite.layout.IlvAttachmentConstraint.getRelativeWidth()
          Beginning with ILOG JViews 8.0, use the method IlvAttachmentConstraint.getWidth() instead. 
ilog.views.util.IlvFrameworkProduct.GetReleaseDate()
          Please use method getReleaseDate() instead. 
ilog.views.gantt.graphic.renderer.IlvActivityCompositeRenderer.getRendererAt(int)
          Beginning with ILOG JViews 6.0, you should use the IlvActivityCompositeRenderer.getRenderer(int) method instead. 
ilog.views.gantt.graphic.renderer.IlvActivityCompositeRenderer.getRendererContaining(IlvActivityGraphic, IlvPoint)
          Beginning with ILOG JViews 6.0 you should use the IlvActivityCompositeRenderer.getRendererContaining(IlvActivityGraphic,IlvPoint,IlvPoint, IlvTransformer) method instead. 
ilog.views.gantt.swing.IlvJTable.getRowSpacing()
          Beginning with ILOG JViews 6.0 you should use the getRowHeight() method instead. 
ilog.views.chart.IlvLabelRenderer.getRSize(JComponent, String)
          Use the IlvLabelRenderer.getSize2D(javax.swing.JComponent, java.lang.String, boolean, boolean) method instead. 
ilog.views.chart.renderer.IlvSingleScatterRenderer.getSize()
          Replaced by IlvSingleScatterRenderer.getMarkerSize(). 
ilog.views.chart.IlvLabelRenderer.getSize(JComponent, String)
          Use the IlvLabelRenderer.getSize2D(javax.swing.JComponent, java.lang.String, boolean, boolean) method instead. 
ilog.views.IlvUtil.GetSubMinorVersion()
          Please use IlvFrameworkProduct.getSubMinorVersion() instead. 
ilog.views.util.IlvFrameworkProduct.GetSubMinorVersion()
          Please use method getSubMinorVersion() instead. 
ilog.views.chart.IlvLabelRenderer.getTextSize(JComponent, String)
          Use the IlvLabelRenderer.getSize2D(javax.swing.JComponent, java.lang.String, boolean, boolean) method instead. 
ilog.views.gantt.graphic.IlvGanttRow.getTopMargin()
          Beginning with ILOG JViews 6.0 you should use IlvActivitySimpleLayout.getTopMargin() instead}. 
ilog.views.IlvManager.getUserData()
          Beginning with ILOG JViews 5.5 you should use IlvGraphic.getProperty(java.lang.String) instead. 
ilog.views.IlvUtil.GetVersion()
          Please use IlvFrameworkProduct.getVersion() instead. 
ilog.views.util.IlvFrameworkProduct.GetVersion()
          Please use method getVersion() instead. 
ilog.views.graphic.IlvGraphicHandleInteractor.getVirtualToRealViewTransformer(IlvGraphicHandleSelection, IlvTransformer)
          Use IlvGraphicHandleInteractor.getVirtualToRealViewTransformer(IlvGraphic, IlvTransformer). 
ilog.views.graphic.IlvGraphicHandleInteractor.getVirtualViewTransformer(IlvGraphicHandleSelection, IlvTransformer)
          Use IlvGraphicHandleInteractor.getVirtualViewTransformer(IlvGraphic, IlvTransformer). 
ilog.views.util.collections.IlvPreorderIterator.initTraversalStack()
          Beginning with ILOG JViews 7.5, override the IlvPreorderIterator.init(java.lang.Object) method instead in order to customize iterator initialization. 
ilog.views.util.data.IlvRowSetTableModel.insertRow(int, Object[])
          use IlvRowSetTableModel.addRow(Object[]) instead. 
ilog.views.gantt.scale.IlvTimeScale.PaintContext.inverseTransform(double)
          Beginning with ILOG JViews 6.0 use the IlvTimeScale.PaintContext.getTime(int) or IlvTimeScrollUtil.getTime(int,IlvTimeConverter,double,double) methods instead. 
ilog.views.gantt.graphic.IlvGanttSheet.isConstraintLayerVisible()
          JViews 8.1 introduces the ability to have several layers of constraints within the Gantt sheet. Please use isDefaultConstraintLayerVisible. 
ilog.views.faces.dhtml.taglib.IlvFacesSelectionManagerTag.isFillOn()
          Beginning of JViews 8.1 the IlvFacesSelectionManagerTag.getFillOn() method should be used. 
ilog.views.faces.dhtml.interactor.IlvFacesSelectInteractor.isForceUpdateProperties()
          Beginning with JViews 8.0 use IlvFacesSelectionManager.isForceUpdateProperties() instead. 
ilog.views.gantt.graphic.interactor.IlvActivityGraphicMoveInteractor.isMovementDetectionEnabled()
          Beginning with ILOG JViews 7.5, use getMovementAxis() == IlvActivityGraphicMoveInteractor.AUTO_DETECT instead. 
ilog.views.gantt.graphic.interactor.IlvGanttSelectInteractor.isMovementDetectionEnabled()
          Beginning with ILOG JViews 7.5, use getMovementAxis() == IlvGanttSelectInteractor.AUTO_DETECT instead. 
ilog.views.graphic.IlvGeneralPath.isMovePointAllowed()
          Beginning with ILOG JViews 5.0, use the method IlvGeneralPath.isPointEditionAllowed() instead. 
ilog.views.IlvDefaultManagerFrame.isOpaque()
          Beginning with ILOG JViews 8.1, use IlvDefaultManagerFrame.isOpaque(IlvManager) instead. 
ilog.views.chart.util.IlvChartUtil.loadImageFromFile(Class, String)
          Use IlvImageUtil.loadImageFromFile(java.lang.Class, java.lang.String) instead. 
ilog.views.IlvGraphicUtil.MakeColor(int)
          since JViews 5.5 you should use new Color(rgba, true) instead. 
ilog.views.IlvGraphicUtil.MakeColor(int, int, int, int)
          since JViews 5.5 you should use new Color(r,g,b,alpha) instead. 
ilog.views.interactor.IlvSelectInteractorMoveSelection.objectIsMovable(IlvGraphic)
          Beginning with ILOG JViews 6.0 you should instead filter the return of the IlvSelectInteractor.getSelectedMovingObjects(ilog.views.IlvManager) method using a IlvFilteredGraphicEnumeration. 
ilog.views.IlvGraphicUtil.PointInPolygon(IlvPoint, IlvPoint[], int, IlvTransformer)
          Beginning with ILOG JViews 5.5 you should use IlvGraphicUtil.PointInPolygon(IlvPoint,IlvPoint[],int,IlvTransformer) instead. 
ilog.views.gantt.graphic.IlvTimeIndicator.prepareGraphic(IlvTransformer)
          This method isn't invoked internally anymore. 
ilog.views.IlvUtil.registerKey(String)
          Beginning with JViews 6.0, runtime keys are stored in a file called "deploy.txt" inside the application jar file. This method has no effect any more. You need to use the method IlvProductUtil.registerApplication(java.lang.String) instead. 
ilog.views.chart.util.IlvChartUtil.registerKey(String)
          Beginning with JViews 6.0, runtime keys are stored in a file called "deploy.txt" inside the application jar file. This method has no effect any more. You need to use the method IlvProductUtil.registerApplication(java.lang.String) instead. 
ilog.views.util.servlet.IlvSelectionSupport.IlvSelectionResponse.removeAllToSelection(List)
          Beginning with ILOG JViews 8.0 use IlvSelectionSupport.IlvSelectionResponse.removeAllFromSelection(List) instead. 
ilog.views.util.servlet.IlvSelectionSupport.IlvSelectionResponse.removeToSelection(Rectangle, List)
          Beginning with ILOG JViews 8.0, use IlvSelectionSupport.IlvSelectionResponse.removeFromSelection(Rectangle, List) instead. 
ilog.views.gantt.IlvScheduleChart.setActivityLayout(int)
          Beginning with ILOG JViews 6.0 use IlvScheduleChart.setActivityLayout(IlvActivityLayout) instead. 
ilog.views.gantt.graphic.IlvGanttSheet.setActivityLayout(int)
          Beginning with ILOG JViews 6.0 use IlvGanttSheet.setActivityLayout(IlvActivityLayout) instead. 
ilog.views.IlvManagerView.setBackgroundPattern(Image)
          use setBackgroundPatternLocation 
ilog.views.gantt.graphic.IlvGanttSheet.setConstraintLayerVisible(boolean)
          JViews 8.1 introduces the ability to have several layers of constraints within the Gantt sheet. Please use setDefaultConstraintLayerVisible. 
ilog.views.chart.IlvChartRenderer.setDataLabelling(int)
            
ilog.views.chart.data.xml.IlvXMLDataReader.setDefaultPropertyReader(IlvXMLPropertyReader)
          Use the method IlvXMLDataReader.registerPropertyReader(java.lang.String, ilog.views.chart.data.xml.IlvXMLPropertyReader) instead with a property name equals to null. 
ilog.views.chart.IlvChart.setDefaultRenderer(int)
          Replaced by IlvChart.setRenderingType(int) 
ilog.views.gantt.IlvHierarchyChart.setDividerBorder(Border)
          Beginning with ILOG JViews 6.0 you should use the IlvHierarchyChart.setInsideBorder(javax.swing.border.Border) method instead. 
ilog.views.faces.dhtml.interactor.IlvFacesSelectInteractor.setForceUpdateProperties(boolean)
          Beginning with JViews 8.0 use IlvFacesSelectionManager.setForceUpdateProperties(boolean) instead. 
ilog.views.faces.dhtml.taglib.IlvFacesSelectInteractorTag.setForceUpdateProperties(String)
          Beginning with JViews 8.0 use IlvFacesSelectionManagerTag.setForceUpdateProperties(String) instead. 
ilog.views.faces.dhtml.interactor.IlvFacesSelectInteractor.setImageMode(boolean)
          Beginning with JViews 8.0 use IlvFacesSelectionManager.setImageMode(boolean) instead. 
ilog.views.faces.dhtml.taglib.IlvFacesSelectInteractorTag.setImageMode(String)
          Beginning with JViews 8.0 use IlvFacesSelectionManagerTag.setImageMode(String) instead. 
ilog.views.chart.data.IlvAbstractDataSet.setLimitsValid(boolean)
          Please use IlvAbstractDataSet.invalidateLimits() or IlvAbstractDataSet.invalidateLimits(int, int) instead of setLimitsValid(false). 
ilog.views.faces.dhtml.interactor.IlvFacesSelectInteractor.setLineColor(Color)
          Beginning with JViews 8.0 use IlvFacesSelectionManager.setLineColor(Color) instead. 
ilog.views.faces.dhtml.taglib.IlvFacesSelectInteractorTag.setLineColor(String)
          Beginning with JViews 8.0 use IlvFacesSelectionManagerTag.setLineColor(String) instead. 
ilog.views.faces.dhtml.interactor.IlvFacesSelectInteractor.setLineWidth(int)
          Beginning with JViews 8.0 use IlvFacesSelectionManager.setLineWidth(int) instead. 
ilog.views.faces.dhtml.taglib.IlvFacesSelectInteractorTag.setLineWidth(String)
          Beginning with JViews 8.0 use IlvFacesSelectionManagerTag.setLineWidth(String) instead. 
ilog.views.gantt.graphic.interactor.IlvActivityGraphicMoveInteractor.setMovementDetectionEnabled(boolean)
          Beginning with ILOG JViews 7.5, use setMovementAxis(detect ? IlvActivityGraphicMoveInteractor.AUTO_DETECT : IlvActivityGraphicMoveInteractor.BOTH) instead. 
ilog.views.gantt.graphic.interactor.IlvGanttSelectInteractor.setMovementDetectionEnabled(boolean)
          Beginning with ILOG JViews 7.5, use setMovementAxis(detect ? IlvGanttSelectInteractor.AUTO_DETECT : IlvGanttSelectInteractor.BOTH) instead. 
ilog.views.graphic.IlvGeneralPath.setMovePointAllowed(boolean)
          Beginning with ILOG JViews 5.0, use the method IlvGeneralPath.setPointEditionAllowed(boolean) instead. 
ilog.views.interactor.IlvEditLabelInteractor.setObjectFactory(IlvLabelledObjectFactory)
          Please use IlvEditLabelInteractor.setObjectFactory(IlvLabeledObjectFactory). 
ilog.views.IlvManager.setObjectInteractor(IlvGraphic, IlvObjectInteractor)
          Beginning with ILOG JViews 5.0 you should use IlvGraphic.setObjectInteractor(ilog.views.IlvObjectInteractor) instead. 
ilog.views.linkconnector.IlvPinLinkConnector.setPinXORColor(Color)
          Beginning with ILOG JViews 5.0 the method IlvPinLinkConnector.drawGhost(java.awt.Graphics, ilog.views.IlvTransformer, java.lang.Object, java.lang.Object, java.lang.Object, boolean) no longer sets the XOR mode. The ghost of the pins is drawn in paint mode and erased by invalidation of a region of the view (see IlvPinLinkConnector.getGhostBoundingBox(ilog.views.IlvTransformer)) followed by a redraw of the invalid regions of the view. Note that the XOR color is no longer saved in IVL files. 
ilog.views.graphic.composite.layout.IlvAttachmentConstraint.setRelativeHeight(float)
          Beginning with ILOG JViews 8.0, use the methods IlvAttachmentConstraint.setHeight(float) and IlvAttachmentConstraint.setRelativeSize(boolean) instead. 
ilog.views.graphic.composite.layout.IlvAttachmentConstraint.setRelativeWidth(float)
          Beginning with ILOG JViews 8.0, use the methods IlvAttachmentConstraint.setWidth(float) and IlvAttachmentConstraint.setRelativeSize(boolean) instead. 
ilog.views.gantt.graphic.renderer.IlvActivityCompositeRenderer.setRendererAt(IlvActivityRenderer, int)
          Beginning with ILOG JViews 6.0, you should use the IlvActivityCompositeRenderer.setRenderer(int, ilog.views.gantt.graphic.renderer.IlvActivityRenderer) method instead. 
ilog.views.gantt.swing.IlvJTable.setRowSpacing(int)
          Beginning with ILOG JViews 6.0 you should use the JTable.setRowHeight(int) method instead. 
ilog.views.chart.renderer.IlvSingleScatterRenderer.setSize(int)
          Replaced by IlvSingleScatterRenderer.setMarkerSize(int) 
ilog.views.chart.data.IlvTreeTableDataSource.setSortCriterion(Comparator)
          Please use IlvTreeTableDataSource.setSortCriterionFactory(ilog.views.chart.datax.adapter.sort.IlvComparatorFactory) with an instance of IlvConstantComparatorFactory. 
ilog.views.chart.IlvScale.setStepUnit(double, double)
          Use IlvScale.setStepUnit(Double,Double) instead. 
ilog.views.IlvManager.setUserData(Object)
          Beginning with ILOG JViews 5.5 you should use IlvGraphic.setProperty(java.lang.String, java.lang.Object) instead. 
ilog.views.gantt.IlvJScrollGanttSheet.setVerticalScrollBar(JScrollBar)
          Beginning with ILOG JViews 7.5 use the IlvJScrollGanttSheet.setVerticalScrollBar(IlvVerticalScrollBar) method instead. 
ilog.views.gantt.scale.IlvTimeScale.PaintContext.setXTranslation(double)
          Beginning with ILOG JViews 6.0 this method throws an UnsupportedOperationException. 
ilog.views.gantt.scale.IlvTimeScale.PaintContext.setXZoomFactor(double)
          Beginning with ILOG JViews 6.0 this method throws an UnsupportedOperationException. 
ilog.views.gantt.scale.IlvTimeScale.PaintContext.transform(double)
          Beginning with ILOG JViews 6.0 use the IlvTimeScale.PaintContext.getLocation(java.util.Date) or IlvTimeScrollUtil.getPosition(Date,IlvTimeConverter,double,double) methods instead. 
ilog.views.gantt.IlvTimeScrollSupport.viewAboutToPaint()
          Beginning with ILOG JViews 6.5 
ilog.views.gantt.scale.IlvTimeScale.widthChanged(int)
          Beginning with ILOG JViews 6.0 
ilog.views.io.IlvOutputStream.writeGradient(String, GradientPaint)
          Since JViews 5.0; use the write method. 
ilog.views.io.IlvOutputStream.writePattern(String, IlvPattern)
          Since JViews 5.0; use the write method. 
ilog.views.io.IlvOutputStream.writeStroke(String, BasicStroke)
          Since JViews 5.0; use the write method. 
ilog.views.io.IlvOutputStream.writeTexture(String, IlvTexture)
          Since JViews 5.0; use the write method 
 

Deprecated Constructors
ilog.views.graphic.IlvClosedSpline(IlvInputStream)
            
ilog.views.chart.data.IlvCyclicDataSet(String, int, boolean)
          Please use the four-argument constructor instead, choosing an appropriate data management mode. 
ilog.views.graphic.IlvEllipse(IlvPoint, int)
          Beginning with ILOG JViews 8.0, use the constructor IlvEllipse.IlvEllipse(IlvPoint, float) instead. 
ilog.views.graphic.IlvFilledArc(IlvInputStream)
            
ilog.views.graphic.IlvFilledEllipse(IlvInputStream)
            
ilog.views.graphic.IlvFilledRectangle(IlvInputStream)
            
ilog.views.graphic.IlvFilledRoundRectangle(IlvInputStream)
            
ilog.views.graphic.IlvFilledSpline(IlvInputStream)
            
ilog.views.gantt.graphic.timeindicator.IlvFixedTimeIndicator(Date)
          Please use the constructor that takes a Description argument. 
ilog.views.gantt.graphic.timeindicator.IlvFixedTimeIndicator(Date, IlvGraphic)
          Please use the constructor that takes a Description argument. 
ilog.views.gantt.xml.IlvGanttDocumentWriter()
          Please use the constructor that takes a Locale argument. 
ilog.views.graphic.IlvOutlinePolygon(IlvInputStream)
            
ilog.views.graphic.IlvRoundRectangle(IlvInputStream)
            
ilog.views.gantt.graphic.IlvTimeIndicator(Date, IlvGraphic)
          Please use the constructor that takes a Description argument. 
ilog.views.gantt.scale.IlvTimeScale.PaintContext(Date, IlvDuration, double, double, Font)
          Beginning with ILOG JViews 6.0 use the IlvTimeScale.PaintContext.IlvTimeScale.PaintContext(IlvTimeScale,Date,IlvDuration,int,int,Font) constructor instead. 
ilog.views.chart.renderer.IlvTreemapAreaObject(double)
            
ilog.views.chart.data.xml.IlvXMLDataWriter()
          Please use the constructor that takes a Locale argument. 
ilog.views.gantt.servlet.ServerActionEvent(HttpServletRequest, IlvHierarchyChart, String, String[])
          Beginning with JViews 8.0, use ServerActionEvent.ServerActionEvent(HttpServletRequest, IlvHierarchyChart, String, IlvGanttServletSupport, String[]) instead. 
 



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.