bad.robot.excel.sheet
Class Coordinate

java.lang.Object
  extended by bad.robot.excel.sheet.Coordinate

public class Coordinate
extends Object


Method Summary
static Coordinate coordinate(ColumnIndex column, RowIndex row)
           
static Coordinate coordinate(ColumnIndex column, RowIndex row, SheetIndex sheet)
           
static Coordinate coordinate(ExcelColumnIndex column, Integer row)
           
static Coordinate coordinate(ExcelColumnIndex column, Integer row, SheetIndex sheet)
           
 ColumnIndex getColumn()
           
 RowIndex getRow()
           
 SheetIndex getSheet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

coordinate

public static Coordinate coordinate(ExcelColumnIndex column,
                                    Integer row)

coordinate

public static Coordinate coordinate(ExcelColumnIndex column,
                                    Integer row,
                                    SheetIndex sheet)

coordinate

public static Coordinate coordinate(ColumnIndex column,
                                    RowIndex row)

coordinate

public static Coordinate coordinate(ColumnIndex column,
                                    RowIndex row,
                                    SheetIndex sheet)

getColumn

public ColumnIndex getColumn()

getRow

public RowIndex getRow()

getSheet

public SheetIndex getSheet()


Copyright © 2013. All Rights Reserved.