Uses of Interface
org.eclipse.graphiti.mm.algorithms.styles.Point

Packages that use Point
org.eclipse.graphiti.features.context   
org.eclipse.graphiti.features.context.impl   
org.eclipse.graphiti.mm.algorithms.styles   
org.eclipse.graphiti.mm.algorithms.styles.impl   
org.eclipse.graphiti.mm.algorithms.styles.util   
org.eclipse.graphiti.mm.pictograms   
org.eclipse.graphiti.mm.pictograms.impl   
org.eclipse.graphiti.services   
org.eclipse.graphiti.services.impl   
 

Uses of Point in org.eclipse.graphiti.features.context
 

Methods in org.eclipse.graphiti.features.context that return Point
 Point IBendpointContext.getBendpoint()
          Gets the bendpoint.
 

Uses of Point in org.eclipse.graphiti.features.context.impl
 

Fields in org.eclipse.graphiti.features.context.impl declared as Point
private  Point MoveBendpointContext.bendpoint
           
private  Point RemoveBendpointContext.bendpoint
           
 

Methods in org.eclipse.graphiti.features.context.impl that return Point
 Point AddBendpointContext.getBendpoint()
           
 Point MoveBendpointContext.getBendpoint()
          Gets the bendpoint.
 Point RemoveBendpointContext.getBendpoint()
           
 

Methods in org.eclipse.graphiti.features.context.impl with parameters of type Point
private  void MoveBendpointContext.setBendpoint(Point bendpoint)
           
 void RemoveBendpointContext.setBendpoint(Point bendpoint)
          Sets the bendpoint.
 

Constructors in org.eclipse.graphiti.features.context.impl with parameters of type Point
MoveBendpointContext(Point bendpoint)
          Creates a new MoveBendpointContext.
RemoveBendpointContext(FreeFormConnection freeFormConnection, Point bendpoint)
          Creates a new RemoveBendpointContext.
 

Uses of Point in org.eclipse.graphiti.mm.algorithms.styles
 

Methods in org.eclipse.graphiti.mm.algorithms.styles that return Point
 Point StylesFactory.createPoint()
          Returns a new object of class 'Point'.
 

Uses of Point in org.eclipse.graphiti.mm.algorithms.styles.impl
 

Classes in org.eclipse.graphiti.mm.algorithms.styles.impl that implement Point
 class PointImpl
          An implementation of the model object 'Point'.
 

Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return Point
 Point StylesFactoryImpl.createPoint()
           
 

Uses of Point in org.eclipse.graphiti.mm.algorithms.styles.util
 

Methods in org.eclipse.graphiti.mm.algorithms.styles.util with parameters of type Point
 T StylesSwitch.casePoint(Point object)
          Returns the result of interpreting the object as an instance of 'Point'.
 

Uses of Point in org.eclipse.graphiti.mm.pictograms
 

Methods in org.eclipse.graphiti.mm.pictograms that return Point
 Point FixPointAnchor.getLocation()
          Returns the value of the 'Location' containment reference.
 

Methods in org.eclipse.graphiti.mm.pictograms with parameters of type Point
 void FixPointAnchor.setLocation(Point value)
          Sets the value of the 'Location' containment reference.
 

Uses of Point in org.eclipse.graphiti.mm.pictograms.impl
 

Fields in org.eclipse.graphiti.mm.pictograms.impl declared as Point
protected  Point FixPointAnchorImpl.location
          The cached value of the 'Location' containment reference.
 

Methods in org.eclipse.graphiti.mm.pictograms.impl that return Point
 Point FixPointAnchorImpl.basicGetLocation()
           
 Point FixPointAnchorImpl.getLocation()
           
 

Methods in org.eclipse.graphiti.mm.pictograms.impl with parameters of type Point
 NotificationChain FixPointAnchorImpl.basicSetLocation(Point newLocation, NotificationChain msgs)
           
 void FixPointAnchorImpl.setLocation(Point newLocation)
           
 

Uses of Point in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return Point
 Point IGaCreateService.createPoint(int x, int y)
          Creates a Point datatype for the given x/y coordinates.
 Point IGaCreateService.createPoint(int x, int y, int before, int after)
          Creates a Point datatype for the given x/y coordinates.
 

Methods in org.eclipse.graphiti.services that return types with arguments of type Point
 java.util.List<Point> IGaCreateService.createPointList(int[] xy)
          Creates a list of Point datatypes for the given x/y coordinates.
 java.util.List<Point> IGaCreateService.createPointList(int[] xy, int[] beforeAfter)
          Creates a list of Point datatypes for the given x/y coordinates.
 

Method parameters in org.eclipse.graphiti.services with type arguments of type Point
 Polygon IGaCreateService.createPlainPolygon(GraphicsAlgorithmContainer gaContainer, java.util.Collection<Point> points)
          Creates a plain Polygon graphics algorithm with the given points.
 Polyline IGaCreateService.createPlainPolyline(GraphicsAlgorithmContainer gaContainer, java.util.Collection<Point> points)
          Creates a plain Polyline graphics algorithm with the given points.
 Polygon IGaCreateService.createPolygon(GraphicsAlgorithmContainer gaContainer, java.util.Collection<Point> points)
          Creates a Polygon graphics algorithm with the given points.
 Polyline IGaCreateService.createPolyline(GraphicsAlgorithmContainer gaContainer, java.util.Collection<Point> points)
          Creates a Polyline graphics algorithm with the given points.
 

Uses of Point in org.eclipse.graphiti.services.impl
 

Methods in org.eclipse.graphiti.services.impl that return Point
 Point GaServiceImpl.createPoint(int x, int y)
           
 Point GaServiceImpl.createPoint(int x, int y, int before, int after)
           
 

Methods in org.eclipse.graphiti.services.impl that return types with arguments of type Point
 java.util.List<Point> GaServiceImpl.createPointList(int[] xy)
           
 java.util.List<Point> GaServiceImpl.createPointList(int[] xy, int[] beforeAfter)
           
 

Method parameters in org.eclipse.graphiti.services.impl with type arguments of type Point
 Polygon GaServiceImpl.createPlainPolygon(GraphicsAlgorithmContainer gaContainer, java.util.Collection<Point> points)
           
 Polyline GaServiceImpl.createPlainPolyline(GraphicsAlgorithmContainer gaContainer, java.util.Collection<Point> points)
           
 Polygon GaServiceImpl.createPolygon(GraphicsAlgorithmContainer gaContainer, java.util.Collection<Point> points)
           
 Polyline GaServiceImpl.createPolyline(GraphicsAlgorithmContainer gaContainer, java.util.Collection<Point> points)
           
 



Copyright (c) SAP AG 2005, 2012.