Uses of Interface
org.eclipse.gmf.gmfgraph.Point

Packages that use Point
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
org.eclipse.gmf.graphdef.editor.edit.commands   
org.eclipse.gmf.graphdef.editor.edit.parts   
 

Uses of Point in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return Point
 Point GMFGraphFactory.createPoint()
          Returns a new object of class 'Point'.
 Point Figure.getLocation()
          Returns the value of the 'Location' containment reference.
 Point Figure.getSize()
          Returns the value of the 'Size' containment reference.
 Point XYLayoutData.getTopLeft()
          Returns the value of the 'Top Left' containment reference.
 

Methods in org.eclipse.gmf.gmfgraph that return types with arguments of type Point
 org.eclipse.emf.common.util.EList<Point> Polyline.getTemplate()
          Returns the value of the 'Template' containment reference list.
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Point
 void Figure.setLocation(Point value)
          Sets the value of the 'Location' containment reference.
 void Figure.setSize(Point value)
          Sets the value of the 'Size' containment reference.
 void XYLayoutData.setTopLeft(Point value)
          Sets the value of the 'Top Left' containment reference.
 

Uses of Point in org.eclipse.gmf.gmfgraph.impl
 

Classes in org.eclipse.gmf.gmfgraph.impl that implement Point
 class PointImpl
          An implementation of the model object 'Point'.
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as Point
protected  Point AbstractFigureImpl.location
          The cached value of the 'Location' containment reference.
protected  Point AbstractFigureImpl.size
          The cached value of the 'Size' containment reference.
protected  Point XYLayoutDataImpl.topLeft
          The cached value of the 'Top Left' containment reference.
 

Fields in org.eclipse.gmf.gmfgraph.impl with type parameters of type Point
protected  org.eclipse.emf.common.util.EList<Point> PolylineImpl.template
          The cached value of the 'Template' containment reference list.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Point
 Point GMFGraphFactoryImpl.createPoint()
           
 Point AbstractFigureImpl.getLocation()
           
 Point AbstractFigureImpl.getSize()
           
 Point XYLayoutDataImpl.getTopLeft()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl that return types with arguments of type Point
 org.eclipse.emf.common.util.EList<Point> PolylineImpl.getTemplate()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Point
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl.basicSetLocation(Point newLocation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl.basicSetSize(Point newSize, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XYLayoutDataImpl.basicSetTopLeft(Point newTopLeft, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AbstractFigureImpl.setLocation(Point newLocation)
           
 void AbstractFigureImpl.setSize(Point newSize)
           
 void XYLayoutDataImpl.setTopLeft(Point newTopLeft)
           
 

Uses of Point in org.eclipse.gmf.gmfgraph.util
 

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Point
 T GMFGraphSwitch.casePoint(Point object)
          Returns the result of interpreting the object as an instance of 'Point'.
 

Uses of Point in org.eclipse.gmf.graphdef.editor.edit.commands
 

Methods in org.eclipse.gmf.graphdef.editor.edit.commands with parameters of type Point
protected  void PointCreateCommand.doConfigure(Point newElement, org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.IAdaptable info)
           
 

Uses of Point in org.eclipse.gmf.graphdef.editor.edit.parts
 

Methods in org.eclipse.gmf.graphdef.editor.edit.parts with parameters of type Point
protected  org.eclipse.draw2d.geometry.Point AbstractFigureEditPart.getDraw2DPoint(Point point)
           
 

Method parameters in org.eclipse.gmf.graphdef.editor.edit.parts with type arguments of type Point
protected  org.eclipse.draw2d.geometry.PointList AbstractFigureEditPart.getPointList(List<Point> template)
           
 



Copyright © 2012. All Rights Reserved.