|
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 |