Class Point

java.lang.Object
ro.sync.exml.view.graphics.Point

@API(type=NOT_EXTENDABLE, src=PRIVATE) public class Point extends Object
A point with X and Y coordinates..
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    The 'x' coordinate.
    int
    The 'y' coordinate.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Point(int x, int y)
    Creates a new Point.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait