INTViewer 4.3 brings a new set of functionalities that have been made available through the API:
With the introduction of folder management, the following methods in com.interactive.intviewerapi.IMovableVisual have been deprecated:
public void moveToTop();
public void moveToBottom();
public void moveTo(int index);
The following methods in com.interactive.intviewerapi.windows.ILayeredWindow have been deprecated:
public void moveLayerToTop(ILayer2D l);
public void moveLayerToBottom(ILayer2D l);
public void moveLayerTo(ILayer2D l, int index);
Also, the method "addVisual" in com.interactive.intviewerapi.windows.IViewerWindow has been deprecated in favor of "addVisuals".
A set of API incompatibilities have been introduced as part of this release.