Uses of Interface
ilog.cpl.graphic.IlpPosition

Packages that use IlpPosition
ilog.cpl ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes. 
ilog.cpl.equipment Together with ilog.cpl.IlpEquipment, this package constitutes the ILOG JTGO Equipment component. 
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.util Contains utility classes for both the IlpNetwork and IlpEquipment components. 
ilog.cpl.graphic Provides classes and interfaces to create graphic objects. 
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.action Provides action event classes that are delivered to predefined actions of the network and equipment components. 
ilog.cpl.network Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. 
ilog.tgo.graphic Provides all the classes for handling the graphical representations of the telecom objects. 
ilog.tgo.model Provides classes for telecom objects, states and alarms. 
 

Uses of IlpPosition in ilog.cpl
 

Methods in ilog.cpl that return IlpPosition
 IlpPosition IlpEquipment.getPosition(IlpRepresentationObject object)
          Returns the current position or shape of an object.
 IlpPosition IlpNetwork.getPosition(IlpRepresentationObject object)
          Returns the current position or shape of an object.
 

Methods in ilog.cpl with parameters of type IlpPosition
 void IlpEquipment.setPosition(IlpRepresentationObject object, IlpPosition position, IlpPositionSource source)
          Sets the current position or shape of an object.
 void IlpNetwork.setPosition(IlpRepresentationObject object, IlpPosition position, IlpPositionSource source)
          Sets the current position or shape of an object.
 

Uses of IlpPosition in ilog.cpl.equipment
 

Methods in ilog.cpl.equipment that return IlpPosition
 IlpPosition IlpEquipmentView.getRelativePosition(IlpPoint point, IlpRepresentationObject repObj)
          Deprecated. Please use IlpRelativePositionUtil instead.
 

Uses of IlpPosition in ilog.cpl.graph
 

Methods in ilog.cpl.graph that return IlpPosition
 IlpPosition IlpDefaultPositionConverter.getModelPosition(IlpPosition viewLocation)
          Converts a position/shape in the view to a user-defined position/shape.
 IlpPosition IlpPositionChange.getPosition()
          Returns the new position.
 IlpPosition IlpGraphView.getPosition(IlpRepresentationObject object)
          Returns the current position or shape of an object.
 IlpPosition IlpDefaultPositionConverter.getViewLocation(IlpPosition modelPosition)
          Converts a user-defined position/shape to a position/shape for the view.
 

Methods in ilog.cpl.graph with parameters of type IlpPosition
 Object IlpGraphController.createObject(Class clazz, IlpAttributeGroup attributes, Map properties, IlpPosition position)
          Requests the creation of an object belonging to a given class, with a set of attributes, and with a given position.
 IlpPosition IlpDefaultPositionConverter.getModelPosition(IlpPosition viewLocation)
          Converts a position/shape in the view to a user-defined position/shape.
 IlpPosition IlpDefaultPositionConverter.getViewLocation(IlpPosition modelPosition)
          Converts a user-defined position/shape to a position/shape for the view.
 void IlpGraphController.handleChangeRelationship(IlpRepresentationNode object, IlpRepresentationNode parent, IlpPosition position)
          Requests the change of relationship of an object.
 void IlpGraphHandlerWithoutDataSource.handleChangeRelationship(IlpRepresentationObject object, IlpRepresentationObject parent, IlpPosition position)
          Requests the change of relationship in an object.
 void IlpNodeHandler.handleChangeRelationship(IlpRepresentationObject object, IlpRepresentationObject parent, IlpPosition position)
          Requests the change in relationship of an object.
 void IlpGraphHandlerWithDataSource.handleChangeRelationship(IlpRepresentationObject object, IlpRepresentationObject parent, IlpPosition position)
          Requests the change of relationship of an object.
 Object IlpGraphHandlerWithoutDataSource.handleCreateObject(Class clazz, IlpAttributeGroup attributes, Map properties, IlpPosition position)
          Creates an object in the model.
 Object IlpNodeHandler.handleCreateObject(Class clazz, IlpAttributeGroup attributes, Map properties, IlpPosition position)
          Requests the creation of an object belonging to a given class, with a set of attributes, and with a given position.
 Object IlpGraphHandlerWithDataSource.handleCreateObject(Class clazz, IlpAttributeGroup attributes, Map properties, IlpPosition position)
          Creates a temporary object in the model, an object in the data source, and asks the adapter to replace the temporary object with a real one.
 void IlpGraphView.setPosition(IlpRepresentationObject object, IlpPosition position, IlpPositionSource source)
          Sets the current position or shape of an object.
 

Constructors in ilog.cpl.graph with parameters of type IlpPosition
IlpPositionChange(IlpPosition position, IlpPositionSource source)
          Constructor.
 

Uses of IlpPosition in ilog.cpl.graph.util
 

Methods in ilog.cpl.graph.util that return IlpPosition
static IlpPosition IlpRelativePositionUtil.GetRelativePosition(IlpPoint point, IlpRepresentationObject repObj, IlpGraphView view)
          Converts the given view position point into a position relative to the given representation object, that can correspond to an IltShelf, IltCardCarrier, or an IltCardItemContainer business object.
static IlpPosition IlpRelativePositionUtil.GetRelativePosition(IlpPoint point, IltObject obj, IlpGraphView view)
          Converts the given view position point into a position relative to the given representation object, that can correspond to an IltShelf, IltCardCarrier, or an IltCardItemContainer business object.
 

Uses of IlpPosition in ilog.cpl.graphic
 

Classes in ilog.cpl.graphic that implement IlpPosition
 class IlpPoint
          This class implements a point that can be used as a position in the network component.
 class IlpRect
          This class implements a rectangle that can be used as a position in the network component.
 class IlpRelativePoint
          This class implements a relative point that can be used as a position in the network or the equipment component.
 class IlpRelativeRect
          Implements a rectangle that can be used as a relative position in the network or equipment component.
 

Methods in ilog.cpl.graphic that return IlpPosition
 IlpPosition IlpPositionConverter.getModelPosition(IlpPosition viewLocation)
          Converts a position/shape in the view to a user-defined position/shape.
 IlpPosition IlpPositionConverter.getViewLocation(IlpPosition modelPosition)
          Converts a user-defined position/shape to a position/shape for the view.
 

Methods in ilog.cpl.graphic with parameters of type IlpPosition
 IlpPosition IlpPositionConverter.getModelPosition(IlpPosition viewLocation)
          Converts a position/shape in the view to a user-defined position/shape.
 IlpPosition IlpPositionConverter.getViewLocation(IlpPosition modelPosition)
          Converts a user-defined position/shape to a position/shape for the view.
 

Uses of IlpPosition in ilog.cpl.graphic.views
 

Classes in ilog.cpl.graphic.views that implement IlpPosition
 class IlpPolygon
          This class defines a closed (circular) polyline with no specific starting or end points, in other words, a polygon.
 class IlpPolyline
          This class defines a polyline where the starting point and the end point are not necessarily the same.
 class IlpShelfItemPosition
          Implements the relative position of a card item within a shelf in the network or equipment component.
 

Uses of IlpPosition in ilog.cpl.graphic.views.action
 

Methods in ilog.cpl.graphic.views.action that return IlpPosition
 IlpPosition IlpMoveObjectActionEvent.getTargetPosition()
          Returns the new position, a model position.
 IlpPosition IlpCreateNodeActionEvent.getTargetPosition()
          Returns the new position, a model position.
 

Methods in ilog.cpl.graphic.views.action with parameters of type IlpPosition
 void IlpMoveObjectActionEvent.setTargetPosition(IlpPosition position)
          Sets the new position, a model position.
 void IlpCreateNodeActionEvent.setTargetPosition(IlpPosition position)
          Sets the new position, a model position.
 

Uses of IlpPosition in ilog.cpl.network
 

Classes in ilog.cpl.network that implement IlpPosition
 class IlpGeographicPolygon
          This class describes a polygon on the earth's surface, given a set of longitude and latitude.
 class IlpGeographicPolyline
          This class describes a polyline on the earth's surface, given a set of longitude and latitude,where the starting point and the end point are not necessarily the same.
 class IlpGeographicPolyPoints
          An instance of this class describes a sequence IlpGeographicPosition.
 class IlpGeographicPosition
          This class describes a point on the surface of the earth, identified by longitude and latitude information.
 

Methods in ilog.cpl.network that return IlpPosition
 IlpPosition IlpGeographicPositionConverter.getModelPosition(IlpPosition viewLocation)
          Converts a position/shape in the view to a user-defined position/shape.
 IlpPosition IlpGeographicPositionConverter.getViewLocation(IlpPosition modelPosition)
          Converts a user-defined position/shape to a position/shape for the view.
 

Methods in ilog.cpl.network with parameters of type IlpPosition
 IlpPosition IlpGeographicPositionConverter.getModelPosition(IlpPosition viewLocation)
          Converts a position/shape in the view to a user-defined position/shape.
 IlpPosition IlpGeographicPositionConverter.getViewLocation(IlpPosition modelPosition)
          Converts a user-defined position/shape to a position/shape for the view.
 

Constructors in ilog.cpl.network with parameters of type IlpPosition
IlpPositionChange(IlpPosition position, IlpPositionSource source)
          Deprecated. Please use IlpPositionChange instead.
 

Uses of IlpPosition in ilog.tgo.graphic
 

Classes in ilog.tgo.graphic that implement IlpPosition
 class IltLogicalPolygon
          Deprecated. Please use class ilog.cpl.graphic.views.IlpPolygon instead.
 class IltLogicalPolyline
          Deprecated. Please use class ilog.cpl.graphic.views.IlpPolyline instead.
 

Uses of IlpPosition in ilog.tgo.model
 

Classes in ilog.tgo.model that implement IlpPosition
 class IltShelfItemPosition
          Deprecated. Please use IlpShelfItemPosition instead.
 

Methods in ilog.tgo.model that return IlpPosition
 IlpPosition IltObject.getPosition()
          Returns the position/shape of the object, as known to the data source.
 

Methods in ilog.tgo.model with parameters of type IlpPosition
 void IltObject.setPosition(IlpPosition position)
          Sets the position/shape of the object, as known to the data source.
 



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