Uses of Class
org.eclipse.swt.graphics.Point

Packages that use Point
  • Uses of Point in org.eclipse.swt.browser

    Fields in org.eclipse.swt.browser declared as Point
    Modifier and Type
    Field
    Description
    WindowEvent.location
    Requested location for the Shell hosting the Browser.
    WindowEvent.size
    Requested Browser size.
  • Uses of Point in org.eclipse.swt.custom

    Methods in org.eclipse.swt.custom that return Point
    Modifier and Type
    Method
    Description
    AnimatedProgress.computeSize(int wHint, int hHint, boolean changed)
    Deprecated.
     
    CCombo.computeSize(int wHint, int hHint, boolean changed)
     
    CLabel.computeSize(int wHint, int hHint, boolean changed)
     
    protected Point
    CTabFolderRenderer.computeSize(int part, int state, GC gc, int wHint, int hHint)
    Returns the preferred size of a part.
    protected Point
    StackLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache)
     
    StyledText.computeSize(int wHint, int hHint, boolean changed)
     
    TableTree.computeSize(int wHint, int hHint, boolean changed)
    Deprecated.
     
    StyledText.getLocationAtOffset(int offset)
    Returns the x, y location of the upper left corner of the character bounding box at the specified offset in the text.
    ScrolledComposite.getOrigin()
    Return the point in the content that currently appears in the top left corner of the scrolled composite.
    Returns the minimum size of the control that appears on the right of the banner.
    CCombo.getSelection()
    Returns a Point whose x coordinate is the start of the selection in the receiver's text field, and whose y coordinate is the end of the selection.
    StyledText.getSelection()
    Returns the selection.
    StyledText.getSelectionRange()
    Returns the selection.
    Methods in org.eclipse.swt.custom with parameters of type Point
    Modifier and Type
    Method
    Description
    CTabFolder.getItem(Point pt)
    Gets the item at a point in the widget.
    TableTree.getItem(Point point)
    Deprecated.
    Returns the item at the given point in the receiver or null if no such item exists.
    int
    StyledText.getOffsetAtLocation(Point point)
    Deprecated.
    Use StyledText.getOffsetAtPoint(Point) instead for better performance
    int
    StyledText.getOffsetAtPoint(Point point)
    Returns the offset of the character at the given point relative to the first character in the document.
    void
    ScrolledComposite.setMinSize(Point size)
    Specify the minimum width and height at which the ScrolledComposite will begin scrolling the content with the horizontal scroll bar.
    void
    ScrolledComposite.setOrigin(Point origin)
    Scrolls the content so that the specified point in the content is in the top left corner.
    void
    CBanner.setRightMinimumSize(Point size)
    Set the minimum height of the control that appears on the right side of the banner.
    void
    CCombo.setSelection(Point selection)
    Sets the selection in the receiver's text field to the range specified by the argument whose x coordinate is the start of the selection and whose y coordinate is the end of the selection.
    void
    StyledText.setSelection(Point point)
    Sets the selection and scrolls it into view.
  • Uses of Point in org.eclipse.swt.graphics

    Methods in org.eclipse.swt.graphics that return Point
    Modifier and Type
    Method
    Description
    Device.getDPI()
    Returns a point whose x coordinate is the logical horizontal dots per inch of the display, and whose y coordinate is the logical vertical dots per inch of the display.
    TextLayout.getLocation(int offset, boolean trailing)
    Returns the location for the specified character offset.
    GC.stringExtent(String string)
    Returns the extent of the given string.
    GC.textExtent(String string)
    Returns the extent of the given string.
    GC.textExtent(String string, int flags)
    Returns the extent of the given string.
    Methods in org.eclipse.swt.graphics with parameters of type Point
    Modifier and Type
    Method
    Description
    boolean
    Rectangle.contains(Point pt)
    Returns true if the given point is inside the area specified by the receiver, and false otherwise.
    boolean
    Region.contains(Point pt)
    Returns true if the given point is inside the area specified by the receiver, and false otherwise.
    int
    TextLayout.getOffset(Point point, int[] trailing)
    Returns the character offset for the specified point.
    void
    Region.translate(Point pt)
    Translate all of the polygons the receiver maintains to describe its area by the specified point.
  • Uses of Point in org.eclipse.swt.internal

    Methods in org.eclipse.swt.internal that return Point
    Modifier and Type
    Method
    Description
    static Point
    DPIUtil.autoScaleDown(Drawable drawable, Point point)
    Returns a new scaled down Point if enabled for Drawable class.
    static Point
    DPIUtil.autoScaleDown(Point point)
    Returns a new scaled down Point.
    static Point
    DPIUtil.autoScaleUp(Drawable drawable, Point point)
    Returns a new scaled up Point if enabled for Drawable class.
    static Point
    DPIUtil.autoScaleUp(Point point)
    Returns a new scaled up Point.
    ImageList.getImageSize()
     
    Methods in org.eclipse.swt.internal with parameters of type Point
    Modifier and Type
    Method
    Description
    static Point
    DPIUtil.autoScaleDown(Drawable drawable, Point point)
    Returns a new scaled down Point if enabled for Drawable class.
    static Point
    DPIUtil.autoScaleDown(Point point)
    Returns a new scaled down Point.
    static Point
    DPIUtil.autoScaleUp(Drawable drawable, Point point)
    Returns a new scaled up Point if enabled for Drawable class.
    static Point
    DPIUtil.autoScaleUp(Point point)
    Returns a new scaled up Point.
  • Uses of Point in org.eclipse.swt.layout

    Methods in org.eclipse.swt.layout that return Point
    Modifier and Type
    Method
    Description
    protected Point
    FillLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache)
     
    protected Point
    FormLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache)
     
    protected Point
    GridLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache)
     
    protected Point
    RowLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache)
     
    Constructors in org.eclipse.swt.layout with parameters of type Point
    Modifier
    Constructor
    Description
     
    RowData(Point point)
    Constructs a new instance of RowData according to the parameter.
  • Uses of Point in org.eclipse.swt.printing

    Methods in org.eclipse.swt.printing that return Point
    Modifier and Type
    Method
    Description
    Printer.getDPI()
    Returns a point whose x coordinate is the horizontal dots per inch of the printer, and whose y coordinate is the vertical dots per inch of the printer.
  • Uses of Point in org.eclipse.swt.widgets

    Methods in org.eclipse.swt.widgets that return Point
    Modifier and Type
    Method
    Description
    Control.computeSize(int wHint, int hHint)
    Returns the preferred size (in points) of the receiver.
    Control.computeSize(int wHint, int hHint, boolean changed)
    Returns the preferred size (in points) of the receiver.
    CoolItem.computeSize(int wHint, int hHint)
    Returns the preferred size of the receiver.
    protected abstract Point
    Layout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache)
    Computes and returns the size of the specified composite's client area according to this layout.
    Returns a point describing the location of the caret relative to the receiver.
    Returns a point describing the location of the caret relative to the receiver.
    Returns the location of the on-screen pointer relative to the top left corner of the screen.
    Display.getCursorSizes()
    Returns an array containing the recommended cursor sizes.
    Display.getIconSizes()
    Returns an array containing the recommended icon sizes.
    CoolBar.getItemSizes()
    Returns an array of points whose x and y coordinates describe the widths and heights (respectively) of the items in the receiver in the order in which they are currently being displayed.
    Caret.getLocation()
    Returns a point describing the receiver's location relative to its parent (or its display if its parent is null).
    Control.getLocation()
    Returns a point describing the receiver's location relative to its parent in points (or its display if its parent is null), unless the receiver is a shell.
    CoolItem.getMinimumSize()
    Returns the minimum size that the cool item can be resized to using the cool item's gripper.
    Returns a point describing the minimum receiver's size.
    CoolItem.getPreferredSize()
    Returns a point describing the receiver's ideal size.
    Combo.getSelection()
    Returns a Point whose x coordinate is the character position representing the start of the selection in the receiver's text field, and whose y coordinate is the character position representing the end of the selection.
    Returns a Point whose x coordinate is the character position representing the start of the selected text, and whose y coordinate is the character position representing the end of the selection.
    Caret.getSize()
    Returns a point describing the receiver's size.
    Control.getSize()
    Returns a point describing the receiver's size in points.
    CoolItem.getSize()
    Returns a point describing the receiver's size.
    ScrollBar.getSize()
    Returns a point describing the receiver's size.
    Display.map(Control from, Control to, int x, int y)
    Maps a point from one coordinate system to another.
    Display.map(Control from, Control to, Point point)
    Maps a point from one coordinate system to another.
    Control.toControl(int x, int y)
    Returns a point which is the result of converting the argument, which is specified in display relative coordinates, to coordinates relative to the receiver.
    Control.toControl(Point point)
    Returns a point which is the result of converting the argument, which is specified in display relative coordinates, to coordinates relative to the receiver.
    Control.toDisplay(int x, int y)
    Returns a point which is the result of converting the argument, which is specified in coordinates relative to the receiver, to display relative coordinates.
    Control.toDisplay(Point point)
    Returns a point which is the result of converting the argument, which is specified in coordinates relative to the receiver, to display relative coordinates.
    Methods in org.eclipse.swt.widgets with parameters of type Point
    Modifier and Type
    Method
    Description
    TabFolder.getItem(Point point)
    Returns the tab item at the given point in the receiver or null if no such item exists.
    Table.getItem(Point point)
    Returns the item at the given point in the receiver or null if no such item exists.
    ToolBar.getItem(Point point)
    Returns the item at the given point in the receiver or null if no such item exists.
    Tree.getItem(Point point)
    Returns the item at the given point in the receiver or null if no such item exists.
    Display.map(Control from, Control to, Point point)
    Maps a point from one coordinate system to another.
    void
    Display.setCursorLocation(Point point)
    Sets the location of the on-screen pointer relative to the top left corner of the screen.
    void
    CoolBar.setItemLayout(int[] itemOrder, int[] wrapIndices, Point[] sizes)
    Sets the receiver's item order, wrap indices, and item sizes all at once.
    void
    Caret.setLocation(Point location)
    Sets the receiver's location to the point specified by the argument which is relative to the receiver's parent (or its display if its parent is null).
    void
    Control.setLocation(Point location)
    Sets the receiver's location to the point specified by the arguments which are relative to the receiver's parent (or its display if its parent is null), unless the receiver is a shell.
    void
    Menu.setLocation(Point location)
    Sets the location of the receiver, which must be a popup, to the point specified by the argument which is relative to the display.
    void
    ToolTip.setLocation(Point location)
    Sets the location of the receiver, which must be a tooltip, to the point specified by the argument which is relative to the display.
    void
    CoolItem.setMinimumSize(Point size)
    Sets the minimum size that the cool item can be resized to using the cool item's gripper, to the point specified by the argument.
    void
    Shell.setMinimumSize(Point size)
    Sets the receiver's minimum size to the size specified by the argument.
    void
    CoolItem.setPreferredSize(Point size)
    Sets the receiver's ideal size to the point specified by the argument.
    void
    Combo.setSelection(Point selection)
    Sets the selection in the receiver's text field to the range specified by the argument whose x coordinate is the start of the selection and whose y coordinate is the end of the selection.
    void
    Text.setSelection(Point selection)
    Sets the selection to the range specified by the given point, where the x coordinate represents the start index and the y coordinate represents the end index.
    void
    Caret.setSize(Point size)
    Sets the receiver's size to the point specified by the argument.
    void
    Control.setSize(Point size)
    Sets the receiver's size to the point specified by the argument.
    void
    CoolItem.setSize(Point size)
    Sets the receiver's size to the point specified by the argument.
    Control.toControl(Point point)
    Returns a point which is the result of converting the argument, which is specified in display relative coordinates, to coordinates relative to the receiver.
    Control.toDisplay(Point point)
    Returns a point which is the result of converting the argument, which is specified in coordinates relative to the receiver, to display relative coordinates.