Uses of Class
ilog.views.IlvPoint

Packages that use IlvPoint
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.tgo.composite Provides the classes for handling the zoom policies and the layer policies. 
ilog.tgo.faces.graph.dhtml.interactor Contains the JViews TGO Faces DHTML specific interaction types needed in order to propagate events from DHTML clients into the JViews TGO Faces server side runtime. 
ilog.tgo.graphic Provides all the classes for handling the graphical representations of the telecom objects. 
ilog.tgo.graphic.graphlayout Contains graph layout algorithms that extend those of package ilog.views.graphlayout. 
ilog.tgo.graphic.graphlayout.labellayout Contains the classes needed for the label layout 
ilog.tgo.graphic.renderer Provides classes and support to create base renderers for telecom objects. 
ilog.tgo.interactor Provides the predefined interactors for a view. 
ilog.tgo.model Provides classes for telecom objects, states and alarms. 
ilog.tgo.swing Provides Swing classes necessary to create an application mixing ILOG JTGO and Swing. 
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.bpmn Contains the classes for the BPMN Support. 
ilog.views.diagrammer.faces.dhtml.interactor This package contains the DHTML implementation of JViews Diagrammer JavaServer Faces interactors. 
ilog.views.dxf Provides a reader for the DXF file format. 
ilog.views.faces.dhtml.interactor This package contains the interactors components to interact on JViews JavaServer Faces views used in the DHTML render kit. 
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.composite.layout Provides classes for the layout of the decorations within an IlvComposite
ilog.views.graphic.composite.objectinteractor Provides a predefined interactor for the composite graphics. 
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 A high-level, generic framework for the graph layout services provided by ILOG JViews, which allows you to easily obtain readable representations of graphs and networks. 
ilog.views.graphlayout.bus The Bus Layout algorithm is designed to display bus network topologies, that is, a set of nodes connected to a bus node. 
ilog.views.graphlayout.circular The Circular Layout algorithm displays graphs representing interconnected ring and/or star network topologies. 
ilog.views.graphlayout.hierarchical The Hierarchical Layout algorithm arranges the nodes of the graph in horizontal or vertical levels, so that the majority of the links point in the same direction (top-down, left-to-right, and so on). 
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.graphlayout.labellayout.annealing The Annealing Label Layout places labels close to related obstacles such that the amount of overlaps among labels, and between labels and obstacles is small. 
ilog.views.graphlayout.link.longlink The Long Link Layout algorithm reshapes the links of a graph without moving the nodes. 
ilog.views.graphlayout.tree The Tree Layout arranges the nodes of a tree horizontally, vertically or radially, starting from the root of the tree. 
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.edgeconnector This package contains the predefined hyperedge connectors of JViews. 
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.linkconnector Contains the predefined link connectors of JViews. 
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.beans.editor Provides specific editors for coordinates and specific property sheet for datum and ellipsoids. 
ilog.views.maps.datasource Provides predefined data sources. 
ilog.views.maps.graphic This package contains graphic objects specialized for cartographic display. 
ilog.views.maps.grids This package defines a set of classes that display adaptive grids on top of a view. 
ilog.views.maps.label This package contains JViews Maps labeling classes. 
ilog.views.maps.measures General management of raster images. 
ilog.views.maps.projection Classes to manage projections and georeferencement. 
ilog.views.objectinteractor Provides the predefined interactors for a graphic object. 
ilog.views.prototypes Provides legacy facilities that allow you to define custom graphic objects easily. 
ilog.views.sdm The main ILOG JViews Stylable Data Mapper (SDM) package. 
ilog.views.sdm.graphic Contains specialized graphic objects used by the SDM component. 
ilog.views.sdm.interactor Contains specialized interactors for the SDM component. 
ilog.views.sdm.renderer Contains the classes that define the renderers of an SDM engine. 
ilog.views.sdm.util Contains SDM utility classes. 
ilog.views.servlet Generic Java Servlet to produce images from a JViews Manager. 
ilog.views.svg Contains classes adding SVG (Scalable Vector Graphic) support to ILOG JViews. 
ilog.views.swing Provides all the Swing components necessary to create an application mixing JViews and Swing. 
 

Uses of IlvPoint in ilog.cpl.graphic
 

Subclasses of IlvPoint in ilog.cpl.graphic
 class IlpPoint
          This class implements a point 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.
 

Constructors in ilog.cpl.graphic with parameters of type IlvPoint
IlpPoint(IlvPoint p)
          Creates a new point by copying an existing point.
IlpRelativePoint(IlvPoint p)
          Creates a new relative point by copying an existing point.
 

Uses of IlvPoint in ilog.cpl.graphic.views
 

Methods in ilog.cpl.graphic.views that return IlvPoint
 IlvPoint[] IlpPolyline.adjustForArrow(IlpLineSegment segment, float arrowSize, float width)
          Returns the points necessary to add to the polyline to draw an arrow at one extremity of the link.
 IlvPoint IlpLineSegment.getFrom()
          Returns the starting point of this segment.
 IlvPoint IlpPolyline.getFrom()
          Returns the starting point of the polyline.
 IlvPoint IlpPolyPoints.getGravity0()
          Returns the center of gravity of all points.
 IlvPoint IlpPolyPoints.getGravity1()
          Returns the center of gravity of all segments.
 IlvPoint IlpPolygon.getGravity2()
          Returns the gravity center of the area covered by the polygon.
 IlvPoint IlpPolyPoints.getPoint(int index)
          Returns a specific point (0 <= index < getNumberOfPoints()).
 IlvPoint[] IlpPolyPoints.getPoints()
          Returns the array of points.
 IlvPoint[] IlpPolyPoints.getPointsCloned()
          Returns a fresh copy of the array of points.
 IlvPoint IlpLineSegment.getTo()
          Returns the end point of this segment.
 IlvPoint IlpPolyline.getTo()
          Returns the end point of the polyline.
 IlvPoint IlpLineSegment.nearestTo(IlvPoint p)
          Returns the point in this segment which is closest to a given point.
 

Methods in ilog.cpl.graphic.views with parameters of type IlvPoint
 boolean IlpPolygon.containsInConvexHull(IlvPoint p)
          Determines whether a point is contained in the convex hull of this polygon.
 int IlpPolyPoints.getClosestSegment(IlvPoint p)
          Returns the index of the segment which is closest to a given point.
 void IlpPolygon.insertPoint(IlvPoint p)
          Inserts a point into the nearest segment.
abstract  void IlpPolyPoints.insertPoint(IlvPoint p)
          Inserts a point where it fits best.
 void IlpPolyline.insertPoint(IlvPoint p)
          Inserts a point into the nearest segment.
 void IlpPolygon.insertPoint(int index, IlvPoint p)
          Inserts a point into a specific segment.
abstract  void IlpPolyPoints.insertPoint(int index, IlvPoint p)
          Inserts a point into a specific segment.
 void IlpPolyline.insertPoint(int index, IlvPoint p)
          Inserts a point into a specific segment.
 void IlpPolygon.movePoint(int index, IlvPoint p)
          Moves a specific point to a new location.
abstract  void IlpPolyPoints.movePoint(int index, IlvPoint p)
          Moves a specific point to a new location.
 void IlpPolyline.movePoint(int index, IlvPoint p)
          Moves a specific point to a new location.
 IlvPoint IlpLineSegment.nearestTo(IlvPoint p)
          Returns the point in this segment which is closest to a given point.
protected  void IlpLineSegment.setFrom(IlvPoint p)
          Sets the starting point of this segment.
protected  void IlpLineSegment.setTo(IlvPoint p)
          Sets the end point of this segment.
 float IlpLineSegment.sqdist(IlvPoint p)
          Returns the square of the distance of a given point to this segment.
 

Constructors in ilog.cpl.graphic.views with parameters of type IlvPoint
IlpLineSegment(IlvPoint from, IlvPoint to)
          Creates a new line segment, connecting two points.
IlpPolygon(IlvPoint[] points)
          Creates a new IlpPolygon instance, connecting given points.
IlpPolygon(IlvPoint[] points, boolean removeRedundant)
          Creates a new IlpPolygon instance, connecting given points.
IlpPolyline(IlvPoint[] points)
          Creates a new IlpPolyline instance, connecting given points.
IlpPolyline(IlvPoint[] points, boolean removeRedundant)
          Creates a new IlpPolyline instance, connecting given points.
IlpPolyline(IlvPoint[] points, IlvTransformer t, boolean removeRedundant)
          Creates a new IlpPolyline instance, connecting the given points and considering that the given transformer is applied.
IlpPolyline(IlvPoint from, IlvPoint to)
          Creates a new IlpPolyline instance.
 

Uses of IlvPoint in ilog.tgo.composite
 

Methods in ilog.tgo.composite with parameters of type IlvPoint
 boolean IltcCompositeGraphic.containsAllParts(IlvPoint p, IlvPoint tp, IlvTransformer t)
          Tests if a point lies within any of the subobjects of the composite graphic object.
static IlvGraphic IltcCompositeManager.GetObject(IlvPoint p, IlvManagerView view)
          Returns the IlvGraphic at a given point in a given view.
static IlvGraphic IltcCompositeManager.GetObjectOnlyJTGO(IlvPoint p, IlvManagerView view)
          Like GetObject(p,view), except that it is free to ignore non-JTGO layers.
 

Uses of IlvPoint in ilog.tgo.faces.graph.dhtml.interactor
 

Methods in ilog.tgo.faces.graph.dhtml.interactor with parameters of type IlvPoint
 Object IltFacesGraphObjectSelectedFinder.computeObjectSelected(IlvFacesView facesView, IlvPoint pointClicked, IlvTransformer transformer)
          Returns the representation object at a given point in the graph view.
 Object IltFacesGraphObjectSelectedFinder.computeObjectSelected(IlvManagerView managerView, IlvPoint pointClicked, IlvTransformer transformer)
          Returns the representation object at a given point in the graph view.
 

Uses of IlvPoint in ilog.tgo.graphic
 

Fields in ilog.tgo.graphic declared as IlvPoint
 IlvPoint IltLogicalPolyPoints.PointAndDirection.point
          Deprecated.  
 

Methods in ilog.tgo.graphic that return IlvPoint
 IlvPoint[] IltLogicalPolyline.adjustForArrow(IltLineSegment segment, float arrowSize, float width)
          Deprecated. Returns the points necessary to add to the polyline to draw an arrow at one extremity of the link.
 IlvPoint IltLogicalPolyline.getFrom()
          Deprecated. Returns the starting point of the polyline.
 IlvPoint IltLogicalPolyPoints.getGravity0()
          Deprecated. Returns the gravity center of all points.
 IlvPoint IltLogicalPolyPoints.getGravity1()
          Deprecated. Returns the gravity center of all segments.
 IlvPoint IltLogicalPolygon.getGravity2()
          Deprecated. Returns the gravity center of the area covered by the polygon.
 IlvPoint IltAbstractLegend.getPoint(IltKey.Point key)
          Deprecated. This method is obsolete. Use IlpPointKey instead of IltKey.Point
 IlvPoint IltAbstractLegend.getPoint(IltKey.Point key, IlvPoint defaultValue)
          Deprecated. This method is obsolete. Use IlpPointKey instead of IltKey.Point
 IlvPoint IltLogicalPolyPoints.getPoint(int index)
          Deprecated. Returns a specific point (0 <= index < getNumberOfPoints()).
 IlvPoint[] IltLogicalPolyPoints.getPoints()
          Deprecated. Returns the array of points.
 IlvPoint[] IltLogicalPolyPoints.getPointsCloned()
          Deprecated. Returns a fresh copy of the array of points.
 IlvPoint IltLogicalPolyline.getTo()
          Deprecated. Returns the end point of the polyline.
 

Methods in ilog.tgo.graphic with parameters of type IlvPoint
 boolean IltLogicalPolygon.containsInConvexHull(IlvPoint p)
          Deprecated. Determines whether a point is contained in the convex hull of this polygon.
 void IltCompositeInteractions.CompositeInteractorContext.ensureVisible(IlvPoint p)
           
 int IltLogicalPolyPoints.getClosestSegment(IlvPoint p)
          Deprecated. Returns the index of the segment which is closest to a given point.
 ilog.tgo.graphic.internal.IltGraphicElement IltCompositeGraphic.getGraphicElement(IlvPoint tp, IlvTransformer trans)
          Returns the graphic element which contains the given transformed point.
static IltObjectInteractorContext IltCompositeInteractions.GetObjectContext(IlvPoint p, IlvManagerView view)
          Deprecated. Returns an interactor context, containing information about the composite graphic object visible at a given point in a given view.
 IlvPoint IltAbstractLegend.getPoint(IltKey.Point key, IlvPoint defaultValue)
          Deprecated. This method is obsolete. Use IlpPointKey instead of IltKey.Point
 void IltLogicalPolyline.insertPoint(IlvPoint p)
          Deprecated. Inserts a point into the nearest segment.
abstract  void IltLogicalPolyPoints.insertPoint(IlvPoint p)
          Deprecated. Inserts a point where it fits best.
 void IltLogicalPolygon.insertPoint(IlvPoint p)
          Deprecated. Inserts a point into the nearest segment.
 void IltLogicalPolyline.insertPoint(int index, IlvPoint p)
          Deprecated. Inserts a point into a specific segment.
abstract  void IltLogicalPolyPoints.insertPoint(int index, IlvPoint p)
          Deprecated. Inserts a point into a specific segment.
 void IltLogicalPolygon.insertPoint(int index, IlvPoint p)
          Deprecated. Inserts a point into a specific segment.
 void IltLogicalPolyline.movePoint(int index, IlvPoint p)
          Deprecated. Moves a specific point to a new location.
abstract  void IltLogicalPolyPoints.movePoint(int index, IlvPoint p)
          Deprecated. Moves a specific point to a new location.
 void IltLogicalPolygon.movePoint(int index, IlvPoint p)
          Deprecated. Moves a specific point to a new location.
 void IltGrapherAdapter.reshapeLink(Object link, IlvPoint fromPoint, IlvPoint[] points, int startIndex, int length, IlvPoint toPoint, boolean redraw)
          Like the method in the superclass IlvGrapherAdapter.
 void IltGrapherAdapter.reshapeLink(Object link, IlvPoint fromPoint, IlvPoint[] points, int startIndex, int length, IlvPoint toPoint, boolean redraw)
          Like the method in the superclass IlvGrapherAdapter.
 void IltAbstractLegend.setPoint(IlpPointKey key, IlvPoint value)
          Deprecated. This method is obsolete. Use IlpPoint instead of IlvPoint
 void IltAbstractLegend.setPoint(IltKey.Point key, IlvPoint value)
          Deprecated. This method is obsolete. Use IlpPointKey instead of IltKey.Point
 void IltLogicalPolyline.setSegment(int index, IlvPoint from, IlvPoint to)
          Deprecated.  
abstract  void IltLogicalPolyPoints.setSegment(int index, IlvPoint start, IlvPoint end)
          Deprecated. During construction of an instance, this sets a specified segment.
 void IltLogicalPolygon.setSegment(int index, IlvPoint from, IlvPoint to)
          Deprecated.  
 void IltAbstractLegend.setValue(IlpPointKey key, IlvPoint value)
          Deprecated. This method is just for compatibility, to guarantee that old IltKey.Point keys with IlvPoint values still work with IlpPoint.
 void IltCompositeInteractions.CompositeInteractorContext.snapToGrid(IlvPoint p)
           
 

Constructors in ilog.tgo.graphic with parameters of type IlvPoint
IltLineSegment(IlvPoint from, IlvPoint to)
          Deprecated. Creates a new line segment, connecting two points.
IltLogicalPolygon(IlvPoint[] points)
          Deprecated. Creates a new IltLogicalPolygon instance, connecting given points.
IltLogicalPolygon(IlvPoint[] points, boolean removeRedundant)
          Deprecated. Creates a new IltLogicalPolygon instance, connecting given points.
IltLogicalPolyline(IlvPoint[] points)
          Deprecated. Creates a new IltLogicalPolyline instance, connecting given points.
IltLogicalPolyline(IlvPoint[] points, boolean removeRedundant)
          Deprecated. Creates a new IltLogicalPolyline instance, connecting given points.
IltLogicalPolyline(IlvPoint from, IlvPoint to)
          Deprecated. Creates a new IltLogicalPolyline instance.
 

Uses of IlvPoint in ilog.tgo.graphic.graphlayout
 

Methods in ilog.tgo.graphic.graphlayout that return IlvPoint
protected  IlvPoint IltNodeSide.getReferencePoint(ilog.tgo.graphic.graphlayout.IltLinkData link, ilog.tgo.graphic.graphlayout.IltNodeData node)
          Deprecated.  
 

Methods in ilog.tgo.graphic.graphlayout with parameters of type IlvPoint
protected abstract  boolean IltNodeSide.compareLinks(int category, ilog.tgo.graphic.graphlayout.IltNodeData node, IlvPoint point1, IlvPoint point2, ilog.tgo.graphic.graphlayout.IltLinkData link1, ilog.tgo.graphic.graphlayout.IltLinkData link2)
          Deprecated. Decides the order of the connection of two links that have the same category number and a different opposite side.
protected abstract  boolean IltNodeSide.compareLinks(int oppositeSide, IlvPoint point1, IlvPoint point2)
          Deprecated. Decides the order of the connection of two links that have the same category number and the same opposite side.
protected abstract  void IltNodeSide.computeConnectionPoint(IlvRect nodeBBox, ilog.tgo.graphic.graphlayout.IltLinkShape shape, IlvPoint connectionPoint, IlvPoint adjacentPoint, float dist)
          Deprecated.  
protected abstract  float IltNodeSide.getRadialDelta(IlvPoint point1, IlvPoint point2)
          Deprecated. Returns the radial delta of two points (usually, two points of a link).
protected abstract  float IltNodeSide.getTangentDelta(IlvPoint point1, IlvPoint point2)
          Deprecated. Returns the tangent delta of two points (usually, two points of a link).
protected abstract  float IltNodeSide.getToLeft(IlvPoint point, IlvRect linkConnectionRect, float tangentDelta)
          Deprecated. Returns the relative delta of point, after translation with tangentDelta on a direction tangential to the node side, in respect to the linkConnectionRect.
protected abstract  void IltNodeSide.moveOutside(IlvPoint point, float radialDelta)
          Deprecated. Moves point radially (in respect to the node side orientation) with radialDelta.
 void IltNodeSide.moveToDefaultConnectionPoint(IlvPoint point, IlvRect rect)
          Deprecated. Moves a point to the default connection point of the node side.
protected abstract  boolean IltNodeSide.refineLinksOrthogonalWithPoints(IlvPoint point11, IlvPoint point12, IlvPoint point21, IlvPoint point22, IlvPoint point23, float linkWidth1, float linkWidth2, boolean isLeft, boolean firstLinkIsSameSideSelfLink, int nPoints2, float linkOffset)
          Deprecated.  
 

Uses of IlvPoint in ilog.tgo.graphic.graphlayout.labellayout
 

Methods in ilog.tgo.graphic.graphlayout.labellayout that return IlvPoint
 IlvPoint[] IltLabelingModel.getPolylinePoints(Object polylineObstacle)
           
 

Uses of IlvPoint in ilog.tgo.graphic.renderer
 

Methods in ilog.tgo.graphic.renderer with parameters of type IlvPoint
 boolean IltBaseRenderer.contains(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          Tests whether a point lies within the outline of the object.
protected  boolean IltBaseRenderer.containsExtraBorders(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          Tests whether a point lies within the borders of this object.
protected  boolean IltBTSAntennaBaseRenderer.Offscreen.containsExtraBorders(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltOPCBaseRenderer.Graphic.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltCardBaseRenderer.Graphic.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltBaseRenderer.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          Tests whether a point lies within the main part of the base of this object.
protected  boolean IltOPCImageBaseRendererFactory.BaseRenderer.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          This implementation takes the transparency of the image into account.
protected  boolean IltTinyBaseRenderer.Graphic.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
 boolean IltNEImageBaseRendererFactory.BaseRenderer.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          This implementation takes the transparency of the image into account.
protected  boolean IltPortImageBaseRendererFactory.BaseRenderer.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          This implementation takes the transparency of the image into account.
protected  boolean IltPortBaseRenderer.Graphic.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltCardImageBaseRendererFactory.BaseRenderer.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          This implementation takes the transparency of the image into account.
protected  boolean IltBTSAntennaBaseRenderer.Standard.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltBTSAntennaBaseRenderer.Offscreen.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltTinyImageBaseRendererFactory.BaseRenderer.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          This implementation takes the transparency of the image into account.
 boolean IltNEBaseRenderer.Graphic.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltLedBaseRenderer.Graphic.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
protected  boolean IltLogicalImageBaseRendererFactory.BaseRenderer.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
          This implementation takes the transparency of the image into account.
protected  boolean IltLogicalBaseRenderer.Graphic.containsMain(IlvPoint p, IlvPoint tp, IlvTransformer t, IlvRect rect)
           
abstract  IlvRect IltBTSAntennaBaseRenderer.getRect(IlvPoint center)
          Returns the preferred size of the base.
 IlvRect IltBTSAntennaBaseRenderer.Standard.getRect(IlvPoint center)
           
 IlvRect IltBTSAntennaBaseRenderer.Offscreen.getRect(IlvPoint center)
           
 

Uses of IlvPoint in ilog.tgo.interactor
 

Methods in ilog.tgo.interactor with parameters of type IlvPoint
 IltLinkPort IltEditLinkPortInteractor.addLinkPort(IltCompositeGraphic graphic, IlvRect linkConnectionRect, IlvPoint location)
          Creates a link connection port on a node, at a given position.
protected  boolean IltMakePolyLinkInteractor.isEnoughDistance(IlvPoint p1, IlvPoint p2)
          Checks the distance between two consecutive points that are created.
protected  boolean IltMakeLinkInteractor.isEnoughDistance(IlvPoint p1, IlvPoint p2)
          Checks the distance between two consecutive points that are created.
protected  IlvGraphic IltMakePolyGroupInteractor.makePolyPoint(IlvPoint[] points)
           
protected  IlvGraphic IltMakeLinearGroupInteractor.makePolyPoint(IlvPoint[] points)
           
protected  void IltMoveObjectInteractor.performMove(IlvGraphic obj, IlvPoint position, IlvObjectInteractorContext context)
           
protected  boolean IltMoveInteractor.validate(IlvPoint pos, IlvPoint origpos)
          Returns true if the moved distance is sufficiently large for warranting a move of the object.
 

Uses of IlvPoint in ilog.tgo.model
 

Methods in ilog.tgo.model that return IlvPoint
 IlvPoint IltObject.getCenterPoint(IltGraphicManager manager)
          Deprecated. In order to get the center point of a given IltObject you should use the IltObject.PositionAttribute to retrieve the IlpPosition object that represents this IltObject's position. Then depending on the IlpPosition's sub-type you should appropriately calculate the center IlpPoint. Below is an example of how to do this:
          IlpObject object = ...;

          // Get the IlpPosition
          Object shape = object.getAttributeValue(IltObject.PositionAttribute);

          // Compute the center.
          IlpPoint center = null;

          // Only if the attribute has a value
          if (shape != IlpObject.ATTRIBUTE_VALUE_NOT_SET) {

            shape = (IlpPosition) shape.clone();

            if (shape instanceof IlpPoint) {
              center = (IlpPoint)center;
            }
            else if (shape instanceof IlpRect) {
              IlpRect r = (IlpRect)shape;
              center = new IlpPoint(r.x + 0.5f * r.width, r.y + 0.5f * r.height);
            }
            else if (shape instanceof IlpPolyline) {
              // This is an undocumented utility method that returns the center point
              // of this IlpPolyline. So if you want you can provide your own
              // implementation here.
              center = new IlpPoint(((IlpPolyline)shape).getGravity1());
            }
            else if (shape instanceof IlpPolygon) {
              // This is an undocumented utility method that returns the center point
              // of this IlpPolygon. So if you want you can provide your own
              // implementation here.
              center = new IlpPoint(((IlpPolygon)shape).getGravity2());
            }
            else {
              // here you can handle user defined IlpPosition types.
            }
          }
 
protected  IlvPoint IltBTSAntenna.getCenterPoint(IltGraphicManager manager, IltGraphic graphic)
          Returns the shape graphic setting.
protected  IlvPoint IltCardItem.getCenterPoint(IltGraphicManager manager, IltGraphic graphic)
          Returns the position of the graphic representation in a given IltGraphicManager.
protected  IlvPoint IltLinearGroup.getCenterPoint(IltGraphicManager manager, IltGraphic graphic)
          Returns the position of the graphic representation in a given IltGraphicManager.
protected abstract  IlvPoint IltObject.getCenterPoint(IltGraphicManager manager, IltGraphic graphic)
          Returns the position of the graphic representation in a given IltGraphicManager.
protected  IlvPoint IltOffPageConnector.getCenterPoint(IltGraphicManager manager, IltGraphic graphic)
          Returns the shape graphic setting.
protected  IlvPoint IltPolyGroup.getCenterPoint(IltGraphicManager manager, IltGraphic graphic)
          Returns the point that represents the center of the polygonal group.
protected  IlvPoint IltShelf.getCenterPoint(IltGraphicManager manager, IltGraphic graphic)
          Returns the position of the graphic representation in a given IltGraphicManager.
protected  IlvPoint IltShelfItem.getCenterPoint(IltGraphicManager manager, IltGraphic graphic)
          Returns the center point with the manager's transformer applies
protected  IlvPoint IltRectGroup.getCenterPoint(IltGraphicManager manager, IltGraphic graphic)
          Returns the position of the graphic representation in a given IltGraphicManager.
protected  IlvPoint IltAbstractLink.getCenterPoint(IltGraphicManager manager, IltGraphic graphic)
          Returns the position of the graphic representation in a given IltcObjectContainer.
protected  IlvPoint IltBTS.getCenterPoint(IltGraphicManager manager, IltGraphic graphic)
          Returns the shape graphic setting.
protected  IlvPoint IltNetworkElement.getCenterPoint(IltGraphicManager manager, IltGraphic graphic)
          Returns the shape graphic setting.
 IlvPoint IltBTSAntenna.getCenterPointInManager(IltGraphicManager manager, IltGraphic graphic)
          Returns the position of the graphic representation in a given IltGraphicManager.
 IlvPoint IltObject.getCenterPointInManager(IltGraphicManager manager, IltGraphic graphic)
           
 IlvPoint IltOffPageConnector.getCenterPointInManager(IltGraphicManager manager, IltGraphic graphic)
          Returns the position of the graphic representation in a given IltGraphicManager.
 IlvPoint IltBTS.getCenterPointInManager(IltGraphicManager manager, IltGraphic graphic)
          Returns the position of the graphic representation in a given IltGraphicManager.