Uses of Class
org.pentaho.di.core.gui.Point

Packages that use Point
org.pentaho.di.core   
org.pentaho.di.core.gui   
org.pentaho.di.core.undo   
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.job.entry   
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.step   
org.pentaho.di.ui.core   
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
org.pentaho.di.ui.spoon.delegates   
org.pentaho.di.ui.spoon.job   
org.pentaho.di.ui.spoon.trans   
 

Uses of Point in org.pentaho.di.core
 

Methods in org.pentaho.di.core that return Point
 Point NotePadMeta.getLocation()
           
 

Methods in org.pentaho.di.core with parameters of type Point
 void AddUndoPositionInterface.addUndoPosition(UndoInterface undoInterface, Object[] obj, int[] pos, Point[] prev, Point[] curr)
           
 void AddUndoPositionInterface.addUndoPosition(UndoInterface undoInterface, Object[] obj, int[] pos, Point[] prev, Point[] curr)
           
 void NotePadMeta.setLocation(Point p)
           
 

Uses of Point in org.pentaho.di.core.gui
 

Methods in org.pentaho.di.core.gui that return Point
 Point GCInterface.getArea()
           
 Point SwingGC.getArea()
           
 Point GCInterface.getDeviceBounds()
           
 Point SwingGC.getDeviceBounds()
           
 Point GCInterface.getImageBounds(GCInterface.EImage eImage)
           
 Point SwingGC.getImageBounds(GCInterface.EImage image)
           
 Point GUIPositionInterface.getLocation()
           
 Point GCInterface.textExtent(String text)
           
 Point SwingGC.textExtent(String text)
           
 

Methods in org.pentaho.di.core.gui with parameters of type Point
 void UndoInterface.addUndo(Object[] from, Object[] to, int[] pos, Point[] prev, Point[] curr, int type_of_change, boolean nextAlso)
          Add an undo operation to the undo list
 void UndoInterface.addUndo(Object[] from, Object[] to, int[] pos, Point[] prev, Point[] curr, int type_of_change, boolean nextAlso)
          Add an undo operation to the undo list
 void GUIPositionInterface.setLocation(Point p)
           
 

Constructors in org.pentaho.di.core.gui with parameters of type Point
AreaOwner(AreaOwner.AreaType areaType, int x, int y, int width, int heigth, Point offset, Object parent, Object owner)
           
BasePainter(GCInterface gc, Object subject, Point area, ScrollBarInterface hori, ScrollBarInterface vert, Point drop_candidate, Rectangle selrect, List<AreaOwner> areaOwners, int iconsize, int linewidth, int gridsize, int shadowSize, boolean antiAliasing, String noteFontName, int noteFontHeight)
           
SwingGC(ImageObserver observer, Point area, int iconsize, int xOffset, int yOffset)
           
 

Uses of Point in org.pentaho.di.core.undo
 

Methods in org.pentaho.di.core.undo that return Point
 Point[] TransAction.getCurrentLocation()
           
 Point[] TransAction.getPreviousLocation()
           
 

Methods in org.pentaho.di.core.undo with parameters of type Point
 void TransAction.setPosition(Object[] obj, int[] idx, Point[] prev, Point[] curr)
           
 void TransAction.setPosition(Object[] obj, int[] idx, Point[] prev, Point[] curr)
           
 

Uses of Point in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return Point
 Point JobMeta.getMaximum()
          Gets the maximum.
 Point JobMeta.getMinimum()
          Get the minimum point on the canvas of a job
 Point[] JobMeta.getSelectedLocations()
          Gets the selected locations.
 Point[] JobMeta.getSelectedNoteLocations()
          Get all the selected note locations
 

Methods in org.pentaho.di.job with parameters of type Point
 void JobMeta.addUndo(Object[] from, Object[] to, int[] pos, Point[] prev, Point[] curr, int type_of_change, boolean nextAlso)
           
 void JobMeta.addUndo(Object[] from, Object[] to, int[] pos, Point[] prev, Point[] curr, int type_of_change, boolean nextAlso)
           
 void JobPainter.setEndHopLocation(Point endHopLocation)
           
 

Constructors in org.pentaho.di.job with parameters of type Point
JobPainter(GCInterface gc, JobMeta jobMeta, Point area, ScrollBarInterface hori, ScrollBarInterface vert, JobHopMeta candidate, Point drop_candidate, Rectangle selrect, List<AreaOwner> areaOwners, List<JobEntryCopy> mouseOverEntries, int iconsize, int linewidth, int gridsize, int shadowSize, boolean antiAliasing, String noteFontName, int noteFontHeight)
           
 

Uses of Point in org.pentaho.di.job.entry
 

Methods in org.pentaho.di.job.entry that return Point
 Point JobEntryCopy.getLocation()
           
 

Methods in org.pentaho.di.job.entry with parameters of type Point
 void JobEntryCopy.setLocation(Point loc)
           
 

Uses of Point in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return Point
 Point TransMeta.getMaximum()
          Gets the maximum size of the canvas by calculating the maximum location of a step.
 Point TransMeta.getMinimum()
          Gets the minimum point on the canvas of a transformation.
 Point TransPainter.getNamePosition(String string, Point screen, int iconsize)
           
 Point[] TransMeta.getSelectedNoteLocations()
          Get an array of all the selected note locations.
 Point[] TransMeta.getSelectedStepLocations()
          Get an array of all the selected step locations.
 

Methods in org.pentaho.di.trans with parameters of type Point
 void TransMeta.addUndo(Object[] from, Object[] to, int[] pos, Point[] prev, Point[] curr, int type_of_change, boolean nextAlso)
          Adds an undo operation to the undo list.
 void TransMeta.addUndo(Object[] from, Object[] to, int[] pos, Point[] prev, Point[] curr, int type_of_change, boolean nextAlso)
          Adds an undo operation to the undo list.
 Point TransPainter.getNamePosition(String string, Point screen, int iconsize)
           
 void TransPainter.setEndHopLocation(Point endHopLocation)
           
 

Constructors in org.pentaho.di.trans with parameters of type Point
TransPainter(GCInterface gc, TransMeta transMeta, Point area, ScrollBarInterface hori, ScrollBarInterface vert, TransHopMeta candidate, Point drop_candidate, Rectangle selrect, List<AreaOwner> areaOwners, List<StepMeta> mouseOverSteps, int iconsize, int linewidth, int gridsize, int shadowSize, boolean antiAliasing, String noteFontName, int noteFontHeight)
           
TransPainter(GCInterface gc, TransMeta transMeta, Point area, ScrollBarInterface hori, ScrollBarInterface vert, TransHopMeta candidate, Point drop_candidate, Rectangle selrect, List<AreaOwner> areaOwners, List<StepMeta> mouseOverSteps, int iconsize, int linewidth, int gridsize, int shadowSize, boolean antiAliasing, String noteFontName, int noteFontHeight, Trans trans, boolean slowStepIndicatorEnabled)
           
 

Uses of Point in org.pentaho.di.trans.step
 

Methods in org.pentaho.di.trans.step that return Point
 Point StepMeta.getLocation()
           
 

Methods in org.pentaho.di.trans.step with parameters of type Point
 void StepMeta.setLocation(Point loc)
           
 

Uses of Point in org.pentaho.di.ui.core
 

Methods in org.pentaho.di.ui.core that return Point
static Point PropsUI.calculateGridPosition(Point p)
           
 

Methods in org.pentaho.di.ui.core with parameters of type Point
static Point PropsUI.calculateGridPosition(Point p)
           
 

Uses of Point in org.pentaho.di.ui.spoon
 

Methods in org.pentaho.di.ui.spoon that return Point
 Point SWTGC.getArea()
           
 Point SWTGC.getDeviceBounds()
           
 Point SWTGC.getImageBounds(GCInterface.EImage image)
           
 Point AbstractGraph.real2screen(int x, int y)
           
 Point AbstractGraph.screen2real(int x, int y)
           
 Point SWTGC.textExtent(String text)
           
 

Methods in org.pentaho.di.ui.spoon with parameters of type Point
 void Spoon.addUndoPosition(UndoInterface undoInterface, Object[] obj, int[] pos, Point[] prev, Point[] curr)
           
 void Spoon.addUndoPosition(UndoInterface undoInterface, Object[] obj, int[] pos, Point[] prev, Point[] curr)
           
 void Spoon.pasteXML(JobMeta jobMeta, String clipcontent, Point loc)
           
 void Spoon.pasteXML(TransMeta transMeta, String clipcontent, Point loc)
           
 

Constructors in org.pentaho.di.ui.spoon with parameters of type Point
SWTGC(Device device, Point area, int iconsize)
           
 

Uses of Point in org.pentaho.di.ui.spoon.delegates
 

Methods in org.pentaho.di.ui.spoon.delegates with parameters of type Point
 void SpoonJobDelegate.pasteXML(JobMeta jobMeta, String clipcontent, Point loc)
           
 

Uses of Point in org.pentaho.di.ui.spoon.job
 

Methods in org.pentaho.di.ui.spoon.job that return Point
 Point JobGraph.getLastMove()
           
 Point JobGraph.getRealPosition(Composite canvas, int x, int y)
           
 

Methods in org.pentaho.di.ui.spoon.job with parameters of type Point
 void JobGraph.addUndoPosition(Object[] obj, int[] pos, Point[] prev, Point[] curr)
           
 void JobGraph.addUndoPosition(Object[] obj, int[] pos, Point[] prev, Point[] curr)
           
 void JobGraph.addUndoPosition(Object[] obj, int[] pos, Point[] prev, Point[] curr, boolean nextAlso)
           
 void JobGraph.addUndoPosition(Object[] obj, int[] pos, Point[] prev, Point[] curr, boolean nextAlso)
           
 void JobGraph.setLastMove(Point lastMove)
           
 

Uses of Point in org.pentaho.di.ui.spoon.trans
 

Methods in org.pentaho.di.ui.spoon.trans that return Point
 Point TransGraph.getLastMove()
           
 Point StreamOptions.getLocation()
           
 Point TransGraph.getRealPosition(Composite canvas, int x, int y)
           
 

Methods in org.pentaho.di.ui.spoon.trans with parameters of type Point
 void TransGraph.addUndoPosition(Object[] obj, int[] pos, Point[] prev, Point[] curr)
           
 void TransGraph.addUndoPosition(Object[] obj, int[] pos, Point[] prev, Point[] curr)
           
 void TransGraph.addUndoPosition(Object[] obj, int[] pos, Point[] prev, Point[] curr, boolean nextAlso)
           
 void TransGraph.addUndoPosition(Object[] obj, int[] pos, Point[] prev, Point[] curr, boolean nextAlso)
           
 void StreamOptions.setLocation(Point location)
           
 

Constructors in org.pentaho.di.ui.spoon.trans with parameters of type Point
StreamOptions(List<StreamInterface> options, Point location)