Uses of Class
ilog.cpl.graphic.IlpPoint

Packages that use IlpPoint
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.attachment Deprecated Provides classes and interfaces to define attachment rules for graphic objects. 
ilog.cpl.graphic.component Deprecated Provides predefined graphic objects based on Swing components. 
ilog.cpl.interactor Contains all the base classes of interactors. 
ilog.cpl.style Deprecated Provides classes and interfaces for handling styles (see IlpStyle). 
ilog.cpl.style.key Deprecated Provides a set of keys used to identify values within styles. 
ilog.cpl.table Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. 
ilog.cpl.tree Together with ilog.cpl.IlpTree, this package constitutes the ILOG JTGO Tree component. 
ilog.tgo.css Contains basic classes to provide the customization of ILOG JTGO predefined business objects using CSS. 
 

Uses of IlpPoint in ilog.cpl.equipment
 

Methods in ilog.cpl.equipment with parameters of type IlpPoint
 IlpPosition IlpEquipmentView.getRelativePosition(IlpPoint point, IlpRepresentationObject repObj)
          Deprecated. Please use IlpRelativePositionUtil instead.
 

Uses of IlpPoint in ilog.cpl.graph
 

Methods in ilog.cpl.graph with parameters of type IlpPoint
 IlpAttribute IlpGraphView.getAttribute(IlpPoint viewLocation)
          Returns the IlpAttribute object at the given position in this object.
 IlpGraphic IlpGraphView.getGraphic(IlpPoint viewLocation)
          Returns the IlpGraphic object at the given position in this object.
 IlpGraphic IlpGraphView.getInnermostGraphic(IlpPoint viewLocation)
          Returns the innermost graphic at the given position in this object.
 IlpRepresentationObject IlpGraphView.getRepresentationObject(IlpPoint viewLocation)
          Returns the IlpRepresentationObject at the given position in this object.
 

Uses of IlpPoint in ilog.cpl.graph.util
 

Methods in ilog.cpl.graph.util with parameters of type IlpPoint
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 IlpPoint in ilog.cpl.graphic
 

Subclasses of IlpPoint in ilog.cpl.graphic
 class IlpRelativePoint
          This class implements a relative point that can be used as a position in the network or the equipment component.
 

Methods in ilog.cpl.graphic that return IlpPoint
 IlpPoint IlpCompositeGraphic.getCenterPoint(float rectx, float recty, float rectw, float recth)
          Deprecated. Returns the center point of the object considering the given base rectangle.
 IlpPoint IlpLeafGraphic.getHotSpot()
          Returns the hotspot.
 IlpPoint IlpCompositeGraphic.getTopLeftLocation(float centerx, float centery, float width, float height)
          Deprecated. Returns the location of the top left point of the graphic considering the given center point.
 

Methods in ilog.cpl.graphic with parameters of type IlpPoint
 IlpAttribute IlpGraphicView.getAttribute(IlpPoint viewLocation)
          Returns the IlpAttribute at the given position in this object.
 IlpGraphic IlpGraphicView.getGraphic(IlpPoint viewLocation)
          Returns the IlpGraphic object at the given position in this object.
 IlpGraphic IlpCompositeGraphic.getInnermostGraphic(IlpPoint viewLocation)
          Deprecated. Returns the innermost graphic at the given position in this object.
 IlpGraphic IlpGraphicView.getInnermostGraphic(IlpPoint viewLocation)
          Returns the innermost graphic at the given position in this object.
 IlpRepresentationObject IlpGraphicView.getRepresentationObject(IlpPoint viewLocation)
          Returns the IlpRepresentationObject at the given position in this object.
 

Uses of IlpPoint in ilog.cpl.graphic.attachment
 

Methods in ilog.cpl.graphic.attachment that return IlpPoint
 IlpPoint IlpOffsetAttachment.compute()
          Deprecated. Calculates the reference point given the location and offset.
 IlpPoint IlpAttachment.compute()
          Deprecated. Returns the value of this formula.
 IlpPoint IlpIdentityAttachment.compute()
          Deprecated. Calculates the reference position.
 IlpPoint IlpOffsetAttachment.getOffset()
          Deprecated. Returns the offset being used in the attachment.
abstract  IlpPoint IlpAttachmentLocation.getValue(IlpAttachable graphic)
          Deprecated. Gets the value of the location.
 

Methods in ilog.cpl.graphic.attachment with parameters of type IlpPoint
abstract  boolean IlpAttachmentLocation.setValue(IlpAttachable graphic, IlpPoint value)
          Deprecated. Sets the value of the location, by moving the element.
 

Uses of IlpPoint in ilog.cpl.graphic.component
 

Methods in ilog.cpl.graphic.component that return IlpPoint
 IlpPoint IlpInfoBalloon.getHotSpot()
          Deprecated. The hotspot is the corner of the pointer relative to getAttachmentBounds().
 IlpPoint IlpAlarmBalloon.getHotSpot()
          Deprecated. The hotspot is the corner of the pointer relative to getAttachmentBounds().
 

Uses of IlpPoint in ilog.cpl.interactor
 

Methods in ilog.cpl.interactor that return IlpPoint
 IlpPoint IlpDefaultInteractionContext.getPosition()
          Returns the location where a gesture ended, in view coordinates.
 IlpPoint IlpViewActionEvent.getPosition()
          Returns the mouse position where the interaction ended.
 IlpPoint IlpInteractionContext.getPosition()
          Returns the location where a gesture ended, in view coordinates.
 IlpPoint IlpObjectActionEvent.getPosition()
          Returns the mouse position where the interaction ended.
 IlpPoint IlpViewActionEvent.getStartingPosition()
          Returns the mouse position where the interaction started.
 IlpPoint IlpObjectActionEvent.getStartingPosition()
          Returns the mouse position where the interaction started.
 IlpPoint IlpInteractionState.getStartingPosition()
          Returns the location where a gesture started, in view coordinates.
 

Methods in ilog.cpl.interactor with parameters of type IlpPoint
 void IlpDefaultInteractionContext.setPosition(IlpPoint position)
          Sets the location where a gesture ended, in view coordinates.
 void IlpInteractionContext.setPosition(IlpPoint position)
          Sets the location where a gesture ended, in view coordinates.
 void IlpInteractionState.setStartingPosition(IlpPoint startingPosition)
          Sets the location where a gesture started, in view coordinates.
 

Uses of IlpPoint in ilog.cpl.style
 

Methods in ilog.cpl.style that return IlpPoint
 IlpPoint IlpAbstractStyle.getPoint(IlpPointKey key)
          Deprecated. Returns the IlpPoint value of a given key in this style.
 IlpPoint IlpAbstractStyle.getPoint(IlpPointKey key, IlpPoint defaultValue)
          Deprecated. Returns the IlpPoint value of a given key in this style.
 

Methods in ilog.cpl.style with parameters of type IlpPoint
 IlpPoint IlpAbstractStyle.getPoint(IlpPointKey key, IlpPoint defaultValue)
          Deprecated. Returns the IlpPoint value of a given key in this style.
 void IlpAbstractStyle.setPoint(IlpPointKey key, IlpPoint value)
          Deprecated. Changes the IlpPoint local value of a given property in this style.
 

Uses of IlpPoint in ilog.cpl.style.key
 

Methods in ilog.cpl.style.key with parameters of type IlpPoint
static IlpPointKey IlpPointKey.New(String name, IlpPoint defaultValue)
          Deprecated. Creates a new key for properties of type IlpPoint.
 

Constructors in ilog.cpl.style.key with parameters of type IlpPoint
IlpPointKey(String name, IlpPoint defaultValue)
          Deprecated. Constructor.
 

Uses of IlpPoint in ilog.cpl.table
 

Methods in ilog.cpl.table with parameters of type IlpPoint
 IlpAttribute IlpTableView.getAttribute(IlpPoint viewLocation)
           
 IlpGraphic IlpTableView.getGraphic(IlpPoint viewLocation)
           
 IlpGraphic IlpTableView.getInnermostGraphic(IlpPoint viewLocation)
          Returns the innermost graphic at the given position in this object.
 IlpRepresentationObject IlpTableView.getRepresentationObject(IlpPoint viewLocation)
          Returns the IlpRepresentationObject object at the given position in this object.
 

Uses of IlpPoint in ilog.cpl.tree
 

Methods in ilog.cpl.tree with parameters of type IlpPoint
 IlpAttribute IlpTreeView.getAttribute(IlpPoint viewLocation)
          Returns the IlpAttribute object at the given position in this object.
 IlpGraphic IlpTreeView.getGraphic(IlpPoint viewLocation)
          Returns the IlpGraphic object at the given position in this object.
 IlpGraphic IlpTreeView.getInnermostGraphic(IlpPoint viewLocation)
          Returns the innermost graphic at the given position in this object.
 IlpRepresentationObject IlpTreeView.getRepresentationObject(IlpPoint viewLocation)
          Returns the IlpRepresentationObject object at the given position in this object.
 

Uses of IlpPoint in ilog.tgo.css
 

Methods in ilog.tgo.css that return IlpPoint
 IlpPoint IltObjectCustomization.getDecorationsOffset()
          Returns the property determining the offset used to attach the group information cluster in the base.
 IlpPoint IltObjectCustomization.getLabelOffset()
          Returns the offset used to attach the label decoration to the object base or decoration cluster.
 



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