Style Intelligence v12.0

inetsoft.report.event
Class EventRange

java.lang.Object
  extended by java.awt.geom.RectangularShape
      extended by java.awt.geom.Rectangle2D
          extended by java.awt.Rectangle
              extended by inetsoft.report.event.EventRange
All Implemented Interfaces:
Shape, Serializable, Cloneable

public class EventRange
extends Rectangle

This class is used to specify the range of cells in an event.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Rectangle2D
Rectangle2D.Double, Rectangle2D.Float
 
Field Summary
 
Fields inherited from class java.awt.Rectangle
height, width, x, y
 
Fields inherited from class java.awt.geom.Rectangle2D
OUT_BOTTOM, OUT_LEFT, OUT_RIGHT, OUT_TOP
 
Constructor Summary
EventRange(Rectangle rect)
          Create a cell range.
 
Method Summary
 int getColCount()
          Get the number of column in the cell range.
 int getColumn()
          Get the column index of the event location.
 int getRow()
          Get the row index of the event location.
 int getRowCount()
          Get the number of rows in the cell range.
 void setColCount(int ncols)
          Set the number of columns in the cell range.
 void setColumn(int c)
          Set the column index of the event location.
 void setRow(int r)
          Set the row index of the event location.
 void setRowCount(int nrows)
          Set the number of rows in the cell range.
 
Methods inherited from class java.awt.Rectangle
add, add, add, contains, contains, contains, contains, createIntersection, createUnion, equals, getBounds, getBounds2D, getHeight, getLocation, getSize, getWidth, getX, getY, grow, inside, intersection, intersects, isEmpty, move, outcode, reshape, resize, setBounds, setBounds, setLocation, setLocation, setRect, setSize, setSize, toString, translate, union
 
Methods inherited from class java.awt.geom.Rectangle2D
add, add, add, contains, contains, getPathIterator, getPathIterator, hashCode, intersect, intersects, intersectsLine, intersectsLine, outcode, setFrame, setRect, union
 
Methods inherited from class java.awt.geom.RectangularShape
clone, contains, contains, getCenterX, getCenterY, getFrame, getMaxX, getMaxY, getMinX, getMinY, intersects, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonal
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.awt.Shape
contains, contains, contains, contains, getPathIterator, getPathIterator, intersects, intersects
 

Constructor Detail

EventRange

public EventRange(Rectangle rect)
Create a cell range.

Method Detail

getRow

public int getRow()
Get the row index of the event location.


setRow

public void setRow(int r)
Set the row index of the event location.


getColumn

public int getColumn()
Get the column index of the event location.


setColumn

public void setColumn(int c)
Set the column index of the event location.


getRowCount

public int getRowCount()
Get the number of rows in the cell range.


setRowCount

public void setRowCount(int nrows)
Set the number of rows in the cell range.


getColCount

public int getColCount()
Get the number of column in the cell range.


setColCount

public void setColCount(int ncols)
Set the number of columns in the cell range.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.