java.lang.Object
com.independentsoft.office.drawing.Point2D
com.independentsoft.office.spreadsheet.drawing.Position

public class Position extends Point2D
The Class Position.
  • Constructor Details

    • Position

      public Position()
      Instantiates a new position.
    • Position

      public Position(Unit x, Unit y)
      Instantiates a new position.
      Parameters:
      x - the x
      y - the y
    • Position

      public Position(long x, long y)
      Instantiates a new position.
      Parameters:
      x - the x
      y - the y
  • Method Details