Uses of Class
ilog.views.IlvSelection

Packages that use IlvSelection
ilog.tgo.composite Provides the classes for handling the zoom policies and the layer policies. 
ilog.tgo.graphic Provides all the classes for handling the graphical representations of the telecom objects. 
ilog.views Provides the classes necessary to create a high performance 2D graphic application. 
ilog.views.graphic Contains the predefined graphic objects of JViews. 
ilog.views.graphic.composite Provides classes for creating Composite Graphics. 
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.hypergraph This package contains the graphic framework for hypergraphs. 
ilog.views.hypergraph.edgeconnector This package contains the predefined hyperedge connectors of JViews. 
ilog.views.maps.graphic This package contains graphic objects specialized for cartographic display. 
ilog.views.maps.measures General management of raster images. 
 

Uses of IlvSelection in ilog.tgo.composite
 

Methods in ilog.tgo.composite that return IlvSelection
 IlvSelection IltcCompositeGraphic.makeSelection()
          Returns the graphic object which shall be displayed in the topmost layer while the composite graphic object is selected.
 

Uses of IlvSelection in ilog.tgo.graphic
 

Methods in ilog.tgo.graphic that return IlvSelection
 IlvSelection IltCompositeGraphic.makeSelection()
          Returns the graphic object which shall be displayed in the topmost layer while the composite graphic object is selected.
 IlvSelection IltNetwork.makeSelection()
           
 

Uses of IlvSelection in ilog.views
 

Subclasses of IlvSelection in ilog.views
 class IlvDrawSelection
          The IlvDrawSelection class is the default selection object for graphic objects.
 class IlvHandlesSelection
          A selection object that displays several handles.
 class IlvLinkImageSelection
          The selection object for an IlvLinkImage.
 class IlvPolyPointsSelection
          This class is a selection object used to select graphic objects that implements the IlvPolyPointsInterface.
 class IlvUnresizeableDrawSelection
          This class is a default selection object used to show that a graphic object which cannot be resized with interactors is selected.
 

Methods in ilog.views that return IlvSelection
 IlvSelection IlvManager.getSelection(IlvGraphic obj)
          Returns the selection object (instance of IlvSelection) associated with the specified graphic object, or null if the object is not selected.
 IlvSelection IlvManager.getSelection(IlvPoint p, IlvManagerView view)
          Returns the selection object (instance of IlvSelection) located at the specified point in a manager view.
 IlvSelection IlvManager.getSelection(IlvPoint p, IlvManagerView view, boolean traverse)
          Returns the selection object (instance of IlvSelection) located at the specified point in a manager view.
 IlvSelection IlvGraphic.makeSelection()
          Creates a selection object for this object.
 IlvSelection IlvLinkImage.makeSelection()
          Creates a selection object for this object.
 IlvSelection IlvSelectionFactory.makeSelection(IlvGraphic obj)
          Returns a selection object for the graphic object obj.
 

Uses of IlvSelection in ilog.views.graphic
 

Subclasses of IlvSelection in ilog.views.graphic
 class IlvGraphicHandleSelection
          An IlvGraphicHandleSelection object is a selection that acts like a handle to another selection.
 class IlvSplineLinkSelection
          Selection object on an IlvSplineLinkImage.
 class IlvSplineSelection
          Selection object on an IlvSpline.
 class IlvTextSelection
          This is the selection object for graphic objects implementing IlvTextInterface.
 

Methods in ilog.views.graphic that return IlvSelection
 IlvSelection IlvGraphicHandleSelection.getSelection()
          Returns the referenced selection.
 IlvSelection IlvSplineLinkImage.makeSelection()
          Creates the selection object for this class.
 IlvSelection IlvText.makeSelection()
          Create an IlvTextSelection.
 IlvSelection IlvSpline.makeSelection()
          Creates the selection object for this class.
 IlvSelection IlvFullZoomingGraphic.makeSelection()
          Creates the selection object for this class.
 IlvSelection IlvPolyPoints.makeSelection()
          Creates the selection object for this class.
 IlvSelection IlvLine.makeSelection()
          Creates a selection object for this object.
 IlvSelection IlvGeneralPath.makeSelection()
          Creates the selection object for this IlvGeneralPath instance.
 IlvSelection IlvPolygon.makeSelection()
          Creates the selection object for this class.
 IlvSelection IlvHalfZoomingGraphic.makeSelection()
          Creates the selection object for this class.
 IlvSelection IlvMarker.makeSelection()
          Creates a selection object for this graphic object.
 IlvSelection IlvFixedSizeGraphic.makeSelection()
          Creates a selection object for this graphic object.
 IlvSelection IlvLabel.makeSelection()
          Creates a selection object for this graphic object.
 

Methods in ilog.views.graphic with parameters of type IlvSelection
 void IlvGraphicHandleSelection.setSelection(IlvSelection selection)
          Sets the referenced selection.
 

Constructors in ilog.views.graphic with parameters of type IlvSelection
IlvGraphicHandleSelection(IlvGraphic object, IlvSelection selection)
          Creates a new IlvGraphicHandleSelection.
 

Uses of IlvSelection in ilog.views.graphic.composite
 

Methods in ilog.views.graphic.composite that return IlvSelection
 IlvSelection IlvCompositeGraphic.makeSelection()
          Creates an selection object around the bounding box of the first child.
 

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

Methods in ilog.views.graphic.composite.decoration that return IlvSelection
 IlvSelection IlvAssociation.makeSelection()
          Creates a selection object for this object.
 

Uses of IlvSelection in ilog.views.graphic.linkbundle
 

Methods in ilog.views.graphic.linkbundle that return IlvSelection
 IlvSelection IlvLinkBundle.getSelection(IlvLinkImage sublink)
          Returns the selection object (instance of IlvSelection) associated with the specified sublink, or null if the sublink is not selected.
 IlvSelection IlvLinkBundle.getSelection(IlvPoint tp, IlvTransformer t)
          Returns the selection object (instance of IlvSelection) located at the specified transformed point.
 IlvSelection IlvLinkBundle.getSelection(IlvPoint tp, IlvTransformer t, boolean traverse)
          Returns the selection object (instance of IlvSelection) located at the specified transformed point.
 

Uses of IlvSelection in ilog.views.hypergraph
 

Subclasses of IlvSelection in ilog.views.hypergraph
 class IlvHyperEdgeSelection
          The selection object for an IlvHyperEdge.
 class IlvSegmentedHyperEdgeSelection
          The selection object for an IlvSegmentedHyperEdge.
 

Methods in ilog.views.hypergraph that return IlvSelection
 IlvSelection IlvSegmentedHyperEdge.makeSelection()
          Creates a selection object for this object.
 IlvSelection IlvHyperEdge.makeSelection()
          Creates a selection object for this object.
 

Uses of IlvSelection in ilog.views.hypergraph.edgeconnector
 

Subclasses of IlvSelection in ilog.views.hypergraph.edgeconnector
 class IlvHyperEdgePinConnectorSelection
          The selection object for hyperedge pin connectors.
 

Methods in ilog.views.hypergraph.edgeconnector that return IlvSelection
 IlvSelection IlvHyperEdgePinConnector.makeSelection()
          Creates a selection object for this object.
 

Uses of IlvSelection in ilog.views.maps.graphic
 

Subclasses of IlvSelection in ilog.views.maps.graphic
 class IlvMapSelection
          A IlvMapSelection that selects an object by selecting its points.
 

Methods in ilog.views.maps.graphic that return IlvSelection
 IlvSelection IlvFontMarker.makeSelection()
          Creates a selection object for this graphic object.
 IlvSelection IlvAnchoredLabel.makeSelection()
          Creates a selection object for this graphic object.
 IlvSelection IlvMapSelectionFactory.makeSelection(IlvGraphic obj)
          Returns an IlvSelection.
 

Uses of IlvSelection in ilog.views.maps.measures
 

Methods in ilog.views.maps.measures that return IlvSelection
 IlvSelection IlvMapOrthodromyPath.makeSelection()
          Creates the selection object for this IlvGeneralPath instance.
 



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