edu.psu.geovista.app.spreadsheet.functions
Class SelectionRange

java.lang.Object
  extended byedu.psu.geovista.app.spreadsheet.functions.SelectionRange

public class SelectionRange
extends java.lang.Object


Field Summary
static int SINGLE_COLUMN
           
static int SINGLE_ROW
           
 
Constructor Summary
SelectionRange(java.awt.Point[] range, int type)
           
 
Method Summary
 int getColumnCount()
           
 java.awt.Point[] getRange()
           
 int getRowCount()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLE_ROW

public static final int SINGLE_ROW
See Also:
Constant Field Values

SINGLE_COLUMN

public static final int SINGLE_COLUMN
See Also:
Constant Field Values
Constructor Detail

SelectionRange

public SelectionRange(java.awt.Point[] range,
                      int type)
Method Detail

getRange

public java.awt.Point[] getRange()

getType

public int getType()

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()


Copyright © 1996-2003 GeoVista Center. All Rights Reserved.