Uses of Class
ilog.views.IlvManager

Packages that use IlvManager
ilog.cpl.graph Contains the abstract common implementation for both the IlpNetwork and IlpEquipment components, including a model, a view and a controller and related classes. 
ilog.cpl.graph.background Contains the API that is available for making use of backgrounds (georeferenced or not ) within JViews TGO. 
ilog.cpl.graphic.views Provides graphic object and graphic view classes for creating and configuring graphic views based on ILOG JViews. 
ilog.cpl.graphic.views.background Provides classes for background support using ILOG JViews Maps. 
ilog.tgo.composite Provides the classes for handling the zoom policies and the layer policies. 
ilog.tgo.faces.graph.dhtml.servlet Contains the Servlet related types needed in order to leverage and integrate the JViews TGO common graph based types as Faces components. 
ilog.tgo.graphic Provides all the classes for handling the graphical representations of the telecom objects. 
ilog.tgo.interactor Provides the predefined interactors for a view. 
ilog.tgo.util Provides general purpose classes and interfaces used in ILOG JTGO. 
ilog.views Provides the classes necessary to create a high performance 2D graphic application. 
ilog.views.animation This package contains utilities to show animated transitions between two states of an ILOG JViews manager. 
ilog.views.awt Provides all the AWT components necessary to create an application mixing JViews and AWT. 
ilog.views.dxf Provides a reader for the DXF file format. 
ilog.views.event Provides interfaces and classes for dealing with different types of events fired by JViews Graphics Framework classes. 
ilog.views.event.adapter Provides event listener adapter and handler. 
ilog.views.faces.dhtml.servlet This package contains the servlet, servlet support and actions to manage the image generation and interactions. 
ilog.views.graphic.composite.decoration Provides predefined decorations. 
ilog.views.graphic.linkbundle Provides a grapher link that stores and represents a bundle of individual links ("sublinks"). 
ilog.views.graphic.linkpolicy Contains the link shape policies. 
ilog.views.graphlayout.labellayout A generic framework for the label layout services provided by ILOG JViews, which can automatically place labels at graphic objects such as nodes and links. 
ilog.views.hypergraph This package contains the graphic framework for hypergraphs. 
ilog.views.hypergraph.crossing This package contains the utility classes needed to calculate tunnel and bridge crossings in segmented hyperedges. 
ilog.views.hypergraph.interactor This package contains the predefined view interactors for hyperedges. 
ilog.views.interactor Provides the predefined interactors for a view. 
ilog.views.io Provides the input and output streams to store JViews objects in the IVL format. 
ilog.views.maps This package contains the base classes to write map applications. 
ilog.views.maps.beans Provides useful beans for creating map applications. 
ilog.views.maps.datasource Provides predefined data sources. 
ilog.views.maps.format This package provides interfaces and classes for dealing with map formats. 
ilog.views.maps.grids This package defines a set of classes that display adaptive grids on top of a view. 
ilog.views.maps.interactor Provides interactors to interact with maps. 
ilog.views.maps.label This package contains JViews Maps labeling classes. 
ilog.views.maps.labelling Provides classes and interfaces for map labelling. 
ilog.views.maps.measures General management of raster images. 
ilog.views.maps.raster.datasource Provides classes for raster data sources. 
ilog.views.maps.theme Provides classes for dynamic styling. 
ilog.views.prototypes Provides legacy facilities that allow you to define custom graphic objects easily. 
ilog.views.sdm.renderer Contains the classes that define the renderers of an SDM engine. 
ilog.views.sdm.renderer.maps Contains the class IlvMapRenderer that gives access to the features of the ILOG JViews Maps product. 
ilog.views.svg Contains classes adding SVG (Scalable Vector Graphic) support to ILOG JViews. 
ilog.views.svg.servlet Provides the generic Java Servlet to produce SVG Thin-Client images from a JViews Manager. 
ilog.views.swing Provides all the Swing components necessary to create an application mixing JViews and Swing. 
ilog.views.tiling Provides the framework to implement load on demand. 
 

Uses of IlvManager in ilog.cpl.graph
 

Methods in ilog.cpl.graph with parameters of type IlvManager
protected  IlpManagerView IlpGraphView.createManagerView(IlvManager grapher, IlpContext context)
          Creates the IlvManagerView used by this view.
 

Uses of IlvManager in ilog.cpl.graph.background
 

Methods in ilog.cpl.graph.background that return IlvManager
 IlvManager IlpDefaultBackgroundSupport.getManager()
          Returns the IlvManager of the attached view.
 

Methods in ilog.cpl.graph.background with parameters of type IlvManager
 void IlpAbstractIVLBackground.create(IlvManager manager, int index, IlpViewsView view)
          Invokes super implementation and handles internal structures.
 void IlpBackground.create(IlvManager manager, int index, IlpViewsView view)
          Called by the IlpBackgroundSupport to indicate to this background that it should create the provided IlvManager with the graphics that are to represent the background.
 void IlpAbstractMapDataSourceBackground.create(IlvManager manager, int index, IlpViewsView view)
          This method: Obtains the IlvMapDataSource Fills it with the background Updates the IlvManagerLayer references It relies on the IlpMapDataSourceBackground.createMapDataSource.
 void IlpAbstractBackground.create(IlvManager manager, int index, IlpViewsView view)
          Handles some of the common logistics behind creating a background, namely: Update the visibility of the IlvManagerLayer instances based on the properties of this background.
 void IlpSVGBackground.create(IlvManager manager, int index, IlpViewsView view)
          Populates the IlvManager with the contents of the background file at the specified index.
 void IlpImageTileBackground.create(IlvManager manager, int index, IlpViewsView view)
          Loads the images using load-on-demand via tiling.
 void IlpIVLFrameworkBackground.create(IlvManager manager, int index, IlpViewsView view)
          Reads the contents of the IVL file into the IlvManager.
 void IlpIVLMapBackground.create(IlvManager manager, int index, IlpViewsView view)
          Populates the IlvManager with the contents of the background file at the specified index.
 void IlpAbstractIVLBackground.dispose(IlvManager manager, IlpViewsView view)
          Calls the super implementation and then disposes internal structure.
 void IlpBackground.dispose(IlvManager manager, IlpViewsView view)
          Called by the IlpBackgroundSupport to indicate to this background that it should dispose the graphics that are representing this background from the provided IlvManager.
 void IlpAbstractMapDataSourceBackground.dispose(IlvManager manager, IlpViewsView view)
          This method: Clears the area of the IlvManagerLayers used Clears the IlvMapDataSource references from the underlying IlvManager.
 void IlpAbstractBackground.dispose(IlvManager manager, IlpViewsView view)
          Performs the following actions: Ensures that the area covered by the this background's layers are scheduled for a redraw Removes this background's layers from the provided IlvManager Clears the IlvManagerLayer references Subclasses should overwrite this method is further processing needs to be take place.
 void IlpIVLMapBackground.dispose(IlvManager manager, IlpViewsView view)
          Calls the super implementation and then disposes of any potential Map Theme settings.
 

Uses of IlvManager in ilog.cpl.graphic.views
 

Methods in ilog.cpl.graphic.views with parameters of type IlvManager
 IlvManagerLayer IlpLayer.getLayerFor(IlvManager manager, IlpGraphic graphic)
          Returns the right manager layer for a given object.
 boolean IlpLayer.isVisible(IlvManager manager)
          Returns the visibility of this macro-layer in the manager.
 void IlpLayer.setVisible(IlvManager manager, boolean visible)
          Changes the visibility of this macro-layer in the manager.
 void IlpLayer.setVisible(IlvManager manager, IlvManagerView view, boolean visible)
          Changes the visibility of this macro-layer in a view.
 

Constructors in ilog.cpl.graphic.views with parameters of type IlvManager
IlpManagerView(IlpGraphicView cplView, IlvManager manager)
          Creates a new manager view to display the contents of the specified manager.
IlpManagerView(IlpGraphicView cplView, IlvManager manager, IlvTransformer t)
          Creates a new manager view.
IlpManagerView(IlpGraphicView cplView, IlvManager manager, IlvTransformer t, boolean isInteracted)
          Creates a new manager view.
 

Uses of IlvManager in ilog.cpl.graphic.views.background
 

Methods in ilog.cpl.graphic.views.background that return IlvManager
 IlvManager IlpDefaultBackgroundSupport.getManager()
          Deprecated. Returns the IlvManager of the view.
 

Uses of IlvManager in ilog.tgo.composite
 

Fields in ilog.tgo.composite declared as IlvManager
protected  IlvManager IltZoomPolicy._ilvmanager
          Its underlying IlvManager.
protected  IlvManager IltcCompositeManager._manager
           
 

Methods in ilog.tgo.composite that return IlvManager
 IlvManager IltcCompositeManager.getManager()
          Returns the IlvGraphic manager.
 

Methods in ilog.tgo.composite with parameters of type IlvManager
static void IltcCompositeManager.AddZoomListener(IlvManager manager, IltcZoomListener listener)
          Adds a zoom listener to an IlvManager.
protected  void IltcLayer.destroy(IlvManager manager)
          Deletes the layer and frees the associated range of IlvManagerLayers.
static Enumeration IltcCompositeManager.GetCompositeManagers(IlvManager manager)
          Returns an enumeration of all IltcCompositeManagers which use a given IlvManager for display.
 IlvTransformer IltPhysicalZoomPolicy.getGraphLayoutTransformer(IlvManager subgrapher)
          Returns the reference transformer for a graph layout in a subgrapher.
abstract  IlvTransformer IltZoomPolicy.getGraphLayoutTransformer(IlvManager subgrapher)
          Returns the reference transformer for a graph layout in a subgrapher.
 IlvTransformer IltLogicalZoomPolicy.getGraphLayoutTransformer(IlvManager subgrapher)
          Returns the reference transformer for a graph layout in a subgrapher.
 IlvManagerLayer IltcLayer.getLayerFor(IlvManager manager, IlpGraphic graphic)
          Returns the right manager layer for a given object.
 boolean IltcLayer.isVisible(IlvManager manager)
          Returns the visibility of this macro-layer in the manager.
static void IltcCompositeManager.RemoveZoomListener(IlvManager manager, IltcZoomListener listener)
          Removes a zoom listener from an IlvManager.
 void IltcLayer.setVisible(IlvManager manager, boolean visible)
          Changes the visibility of this macro-layer in the manager.
 void IltcLayer.setVisible(IlvManager manager, IlvManagerView view, boolean visible)
          Changes the visibility of this macro-layer in a view.
 

Constructors in ilog.tgo.composite with parameters of type IlvManager
IltcCompositeGrapher(IlpContext appContext, IlvManager manager, boolean uniqueInIlvManager)
          Creates a new grapher for IltcCompositeGraphic objects.
IltcCompositeGrapher(IlvManager manager)
          Creates a new grapher for IltcCompositeGraphic objects.
IltcCompositeManager(IlpContext appContext, IlvManager manager, boolean uniqueInIlvManager)
          Creates a new manager for IltcCompositeGraphic objects.
IltcCompositeManager(IlvManager manager)
          Creates a new manager for IltcCompositeGraphic objects.
IltcLayer(IlvManager manager, int index, IltcCompositeManager owner)
           
 

Uses of IlvManager in ilog.tgo.faces.graph.dhtml.servlet
 

Methods in ilog.tgo.faces.graph.dhtml.servlet with parameters of type IlvManager
protected  void IltFacesGraphServletSupport.installImageMapAreaGenerator(IlvManager manager, IlvImageMapAreaGenerator generator)
          Deprecated. Since JViews 8.1 use IlvFacesManagerServletSupport.shouldGenerateImageMap(HttpServletRequest, IlvManagerLayer, IlvManagerView, IlvTransformer)} and/or IltFacesGraphServletSupport.getImageMapAreaGenerator(HttpServletRequest, IlvGraphic, IlvManagerView, IlvTransformer) to filter the objects that will generate image map areas.
 

Uses of IlvManager in ilog.tgo.graphic
 

Subclasses of IlvManager in ilog.tgo.graphic
 class IltNetwork
          This subclass of IlvGrapher instantiates its own IltCompositeGrapher, and optionally it instantiates a sample network.
 

Methods in ilog.tgo.graphic with parameters of type IlvManager
static void IltNetwork.ApplyScaleToSubNetwork(IlvManager grapher, IlvManager subgrapher, double factor)
          Applies a scale factor to an expanded subnetwork.
static void IltNetwork.MoveSubNetwork(IlvManager grapher, IlvManager subgrapher, double centerX, double centerY)
          Moves an expanded subnetwork to a given point in manager coordinates.
static void IltExpandCollapseInteractor.SetCollapsed(IlvManager mgr, boolean collapse)
           
 

Uses of IlvManager in ilog.tgo.interactor
 

Methods in ilog.tgo.interactor that return IlvManager
 IlvManager IltSelectInteractor.getMoveSelectionManager()
           
 

Methods in ilog.tgo.interactor with parameters of type IlvManager
 IlvGraphicEnumeration IltSelectInteractor.getSelectedMovingObjects(IlvManager manager)
          Returns the selected moving objects of the input manager.
 

Uses of IlvManager in ilog.tgo.util
 

Constructors in ilog.tgo.util with parameters of type IlvManager
IltPanZoomedView(IlvManager manager)
          Creates a new zoomed view that can be panned and that is tied to a given manager.
 

Uses of IlvManager in ilog.views
 

Subclasses of IlvManager in ilog.views
 class IlvGrapher
          IlvGrapher is a subclass of IlvManager that uses graphic objects in the form of nodes and links to represent dynamic interconnected information.
 

Methods in ilog.views that return IlvManager
 IlvManager IlvManagerLayer.getManager()
          Returns the manager to which this layer belongs.
 IlvManager IlvManagerViewInteractor.getManager()
          Returns the manager corresponding to the view to which the interactor is attached.
 IlvManager IlvManagerView.getManager()
          Returns the manager displayed by this view.
 IlvManager IlvManager.getParent()
          Returns the manager that contains this manager, or null if this manager is not contained in a manager.
 

Methods in ilog.views with parameters of type IlvManager
 boolean IlvManagerFrame.contains(IlvManager manager, IlvPoint p, IlvPoint tp, IlvTransformer t)
          Tests if a point lies within the outline of the frame.
 boolean IlvDefaultManagerFrame.contains(IlvManager manager, IlvPoint p, IlvPoint tp, IlvTransformer t)
          Tests if a point lies within the outline of the frame.
 void IlvManagerFrame.draw(IlvManager manager, IlvRect bbox, Graphics g, IlvTransformer t)
          Draws the frame.
 void IlvDefaultManagerFrame.draw(IlvManager manager, IlvRect bbox, Graphics g, IlvTransformer t)
          Draws the frame.
protected  void IlvDefaultManagerFrame.drawBackground(IlvManager manager, IlvRect bbox, Graphics grp, IlvTransformer transf)
          This method fills the given bounding box with the background color.
protected  void IlvDefaultManagerFrame.drawOutline(IlvManager manager, IlvRect bbox, Graphics grp, IlvTransformer transf)
          This method draws the border of the manager frame outline.
protected  void IlvDefaultManagerFrame.drawTitleBackground(IlvManager manager, IlvRect bbox, Graphics grp, IlvTransformer transf)
          This method fills the given bounding box with the background color.
protected  void IlvDefaultManagerFrame.drawTitleText(IlvManager manager, IlvRect bbox, Graphics grp, IlvTransformer transf)
          This method draws the title text within the title area.
 float IlvManagerFrame.getBottomMargin(IlvManager manager, IlvTransformer t)
          Returns the margin on the bottom of the specified manager.
 float IlvDefaultManagerFrame.getBottomMargin(IlvManager manager, IlvTransformer t)
          Returns the margin on the bottom of the specified manager.
 float IlvManagerFrame.getLeftMargin(IlvManager manager, IlvTransformer t)
          Returns the margin on the left side of the specified manager.
 float IlvDefaultManagerFrame.getLeftMargin(IlvManager manager, IlvTransformer t)
          Returns the margin on the left of the specified manager.
 float IlvManagerFrame.getRightMargin(IlvManager manager, IlvTransformer t)
          Returns the margin on the right side of the specified manager.
 float IlvDefaultManagerFrame.getRightMargin(IlvManager manager, IlvTransformer t)
          Returns the margin on the right of the specified manager.
protected  String IlvDefaultManagerFrame.getTitle(IlvManager m)
          Returns the title of the frame.
 float IlvDefaultManagerFrame.getTitleHeight(IlvManager manager, IlvTransformer t)
          Returns the height of the frame title.
 float IlvManagerFrame.getTopMargin(IlvManager manager, IlvTransformer t)
          Returns the margin on top of the specified manager.
 float IlvDefaultManagerFrame.getTopMargin(IlvManager manager, IlvTransformer t)
          Returns the total top margin for a specified manager.
 boolean IlvManagerFrame.isOpaque(IlvManager manager)
          Returns true if the frame is opaque, meaning that the frame is filling the background of the manager.
 boolean IlvDefaultManagerFrame.isOpaque(IlvManager manager)
          Returns true if the frame is opaque meaning that the frame is filling the background of the manager.
 void IlvConstantModeManagerFrame.managerChanged(IlvManager manager)
          This function adjusts the margins after its manager has been changed.
 void IlvDefaultManagerFrame.managerChanged(IlvManager manager)
          This function adjusts the frame in reaction to the inner manager's change.
 void IlvResizableManagerFrame.managerChanged(IlvManager manager)
          The implementation of this method must react to the change of the inner manager.
protected  void IlvManagerView.managerChanged(IlvManager oldManager, IlvManager newManager)
          This method is called by setManager as notification that the manager displayed by this view has changed.
 boolean IlvConstantModeManagerFrame.moveResize(IlvManager manager, IlvRect size)
          Adjusts the margins to meet the specified size.
 boolean IlvDefaultManagerFrame.moveResize(IlvManager manager, IlvRect size)
          This function invalidates the frame and does not handle the inner manager's resizing.
 boolean IlvResizableManagerFrame.moveResize(IlvManager manager, IlvRect size)
          This method handles the submanager resize event.
protected  void IlvManagerLayer.setManager(IlvManager manager)
          Sets the manager to which this layer will belong.
 void IlvManagerView.setManager(IlvManager manager)
          Changes the manager displayed by this manager view.
 

Constructors in ilog.views with parameters of type IlvManager
IlvManager(IlvManager origin)
          Creates a new IlvManager by copying an existing one.
IlvManagerView(IlvManager manager)
          Creates a new manager view to display the contents of the specified manager.
IlvManagerView(IlvManager manager, IlvTransformer t)
          Creates a new manager view.
 

Uses of IlvManager in ilog.views.animation
 

Methods in ilog.views.animation that return IlvManager
 IlvManager IlvManagerAnimator.getManager()
          Returns the animated manager.
 

Methods in ilog.views.animation with parameters of type IlvManager
 boolean IlvLinkImageAnimator.animStep(IlvManager manager, int i, int maxI)
          This method is called in the ith animation step.
 boolean IlvObjectAnimator.animStep(IlvManager manager, int i, int maxI)
          This method is called in the ith animation step.
 boolean IlvGraphicAnimator.animStep(IlvManager manager, int i, int maxI)
          This method is called in the ith animation step.
 void IlvManagerAnimator.attach(IlvManager manager)
          Attaches the animator to a manager.
 

Constructors in ilog.views.animation with parameters of type IlvManager
IlvManagerAnimator(IlvManager manager)
          Creates a new IlvManagerAnimator and attaches it to the specified manager.
IlvManagerAnimator(IlvManager manager, boolean resizingObjects)
          Creates a new IlvManagerAnimator and attaches it to the specified manager.
 

Uses of IlvManager in ilog.views.awt
 

Methods in ilog.views.awt with parameters of type IlvManager
protected  IlvManagerView IlvScrollManagerView.createManagerView(IlvManager manager, IlvTransformer t)
          Creates an IlvManagerView for the IlvScrollManagerView.
 

Constructors in ilog.views.awt with parameters of type IlvManager
IlvScrollManagerView(IlvManager manager, IlvTransformer t)
          Creates a new IlvScrollManagerView.
IlvScrollManagerView(IlvManager manager, IlvTransformer t, Adjustable verticalScrollbar, Adjustable horizontalScrollbar)
          Creates a new IlvScrollManagerView.
 

Uses of IlvManager in ilog.views.dxf
 

Methods in ilog.views.dxf with parameters of type IlvManager
 void IlvDXFGraphicFactory.addObject(IlvGraphic obj, IlvManager manager, int layerIndex)
          Adds a graphic object to a given layer of a manager.
 void IlvDefaultDXFGraphicFactory.addObject(IlvGraphic obj, IlvManager manager, int layerIndex)
          Adds a graphic object to a given layer of a manager.
 IlvManagerLayer IlvDXFGraphicFactory.prepareLayer(IlvManager manager, String layerName)
          Prepares a manager layer.
 IlvManagerLayer IlvDefaultDXFGraphicFactory.prepareLayer(IlvManager manager, String layerName)
          Prepares a manager layer.
 

Uses of IlvManager in ilog.views.event
 

Methods in ilog.views.event that return IlvManager
 IlvManager ManagerSelectionChangedEvent.getManager()
          Returns the manager source of the event.
 IlvManager ManagerViewsChangedEvent.getManager()
          Returns the manager source of the event.
 IlvManager ManagerEvent.getManager()
          Returns the manager source of the event.
 IlvManager ManagerChangedEvent.getNewValue()
          Returns the new manager.
 IlvManager ManagerChangedEvent.getOldValue()
          Returns the old manager.
 

Constructors in ilog.views.event with parameters of type IlvManager
ManagerChangedEvent(IlvManagerView source, IlvManager oldValue, IlvManager newValue)
          Creates the event.
ManagerContentAboutToChangeEvent(IlvManager manager, IlvGraphic graphic, int type)
          Creates a instance of a ManagerContentAboutToChangeEvent.
ManagerContentChangedEvent(IlvManager manager)
          Creates the event.
ManagerEvent(IlvManager manager)
          Creates the event.
ManagerExpansionEvent(IlvManager manager)
          Creates the event.
ManagerLayerEvent(IlvManager manager, IlvManagerLayer layer)
          Creates the event.
ManagerLayerInsertedEvent(IlvManager manager, IlvManagerLayer layer)
          Creates the event.
ManagerLayerMovedEvent(IlvManager manager, IlvManagerLayer layer, int oldindex)
          Creates the event.
ManagerLayerNameEvent(IlvManager manager, IlvManagerLayer layer, String oldName, String newName)
          Creates the event.
ManagerLayerPropertyEvent(IlvManager manager, IlvManagerLayer layer, Object oldValue, Object newValue)
          Creates the event.
ManagerLayerRemovedEvent(IlvManager manager, IlvManagerLayer layer)
          Creates the event.
ManagerLayerSelectableEvent(IlvManager manager, IlvManagerLayer layer, boolean oldvalue, boolean newvalue)
          Creates the event.
ManagerLayerVisibilityEvent(IlvManager manager, IlvManagerLayer layer, boolean oldvalue, boolean newvalue)
          Creates the event for the change of layer visibility.
ManagerLayerVisibilityEvent(IlvManager manager, IlvManagerLayer layer, IlvManagerView view, boolean oldvalue, boolean newvalue)
          Creates the event.
ManagerSelectionChangedEvent(IlvManager manager, IlvGraphic obj)
          Creates the event.
ManagerViewsChangedEvent(IlvManager manager, IlvManagerView view, int type)
          Creates the event.
ObjectBBoxChangedEvent(IlvManager manager)
          Creates the event.
ObjectInsertedEvent(IlvManager manager)
          Creates the event.
ObjectLayerChangedEvent(IlvManager manager)
          Creates the event.
ObjectRemovedEvent(IlvManager manager)
          Creates the event.
ObjectVisibilityChangedEvent(IlvManager manager)
          Creates the event.
 

Uses of IlvManager in ilog.views.event.adapter
 

Methods in ilog.views.event.adapter with parameters of type IlvManager
static void IlvLinkVisibilityHandler.coupleLinkToNodeVisibility(IlvManager grapher, boolean traverse, boolean redraw)
          Ensures that managed links that are currently in the grapher are visible if and only if both end nodes are visible.
 

Uses of IlvManager in ilog.views.faces.dhtml.servlet
 

Methods in ilog.views.faces.dhtml.servlet with parameters of type IlvManager
protected  void IlvFacesManagerServletSupport.installImageMapAreaGenerator(IlvManager manager, IlvImageMapAreaGenerator generator)
          Deprecated. Since JViews 8.1 use IlvFacesManagerServletSupport.shouldGenerateImageMap(HttpServletRequest, IlvManagerLayer, IlvManagerView, IlvTransformer)} and/or IlvFacesManagerServletSupport.getImageMapAreaGenerator(HttpServletRequest, IlvGraphic, IlvManagerView, IlvTransformer) to filter the objects that will generate image map areas.
 

Uses of IlvManager in ilog.views.graphic.composite.decoration
 

Methods in ilog.views.graphic.composite.decoration with parameters of type IlvManager
 boolean IlvDefaultGraphicManagerFrame.contains(IlvManager manager, IlvPoint p, IlvPoint tp, IlvTransformer t)
          Tests if a point lies within the outline of the border.
 void IlvDefaultGraphicManagerFrame.draw(IlvManager manager, IlvRect bbox, Graphics g, IlvTransformer t)
          Draws the border.
 float IlvDefaultGraphicManagerFrame.getBottomMargin(IlvManager manager, IlvTransformer t)
          Returns the margin on the bottom of the specified manager.
 float IlvDefaultGraphicManagerFrame.getLeftMargin(IlvManager manager, IlvTransformer t)
          Returns the margin on the left of the specified manager.
 float IlvDefaultGraphicManagerFrame.getRightMargin(IlvManager manager, IlvTransformer t)
          Returns the margin on the right of the specified manager.
 float IlvDefaultGraphicManagerFrame.getTopMargin(IlvManager manager, IlvTransformer t)
          Returns the margin on top of the specified manager.
 boolean IlvDefaultGraphicManagerFrame.isOpaque(IlvManager manager)
          Returns true.
 

Uses of IlvManager in ilog.views.graphic.linkbundle
 

Methods in ilog.views.graphic.linkbundle that return IlvManager
 IlvManager IlvLinkBundle.getRootManager()
          Returns the manager which contains the root link bundle, or null if the root link bundle is null or is not contained in a manager.
 

Uses of IlvManager in ilog.views.graphic.linkpolicy
 

Methods in ilog.views.graphic.linkpolicy with parameters of type IlvManager
static void IlvCrossingLinkShapePolicy.SetCrossingEnabled(IlvManager manager, boolean flag, boolean traverse, boolean redraw)
          Enables or disables the display of crossings of all crossing aware links of the input manager.
static void IlvCrossingLinkShapePolicy.SetHorizontalPreferred(IlvManager manager, boolean flag, boolean traverse, boolean redraw)
          Sets for all links of the input manager whether the crossings should be registered at the horizontal links or at the vertical links.
static void IlvBundleLinkShapePolicy.SetMultiLinkOrientation(IlvManager manager, int orientation, boolean traverse, boolean redraw)
          Sets the preferred orientation of the links bundled as multilinks for all links of the input manager.