|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.geom.Point2D
java.awt.Point
inetsoft.report.event.EventPoint
public class EventPoint
This class is used to specify the location of an event. It can be either row, column or cell.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.geom.Point2D |
|---|
Point2D.Double, Point2D.Float |
| Field Summary |
|---|
| Fields inherited from class java.awt.Point |
|---|
x, y |
| Method Summary | |
|---|---|
static EventPoint |
at(Point pt)
Create an event location from a point. |
static EventPoint |
cell(int r,
int c)
Return a location for cell. |
static EventPoint |
column(int c)
Return a location for column. |
int |
getColumn()
Get the column index of the event location. |
int |
getRow()
Get the row index of the event location. |
static EventPoint |
row(int r)
Return a location for row. |
void |
setColumn(int c)
Set the column index of the event location. |
void |
setRow(int r)
Set the row index of the event location. |
| Methods inherited from class java.awt.Point |
|---|
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, toString, translate |
| Methods inherited from class java.awt.geom.Point2D |
|---|
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocation |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static EventPoint at(Point pt)
public static EventPoint row(int r)
r - row index.public static EventPoint column(int c)
c - column index.
public static EventPoint cell(int r,
int c)
r - row index.c - column index.public int getRow()
public void setRow(int r)
public int getColumn()
public void setColumn(int c)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||