|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.Position
public class Position
This class defines a position as inches.
| Field Summary | |
|---|---|
float |
x
X in inches. |
float |
y
Y in inches. |
| Constructor Summary | |
|---|---|
Position()
Create a position. |
|
Position(double x,
double y)
Create a Position of specified dimension. |
|
Position(float x,
float y)
Create a Position of specified dimension. |
|
Position(Position pos)
Create a copy of the position. |
|
| Method Summary | |
|---|---|
Object |
clone()
Make a copy of this object. |
boolean |
equals(Object obj)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public float x
public float y
| Constructor Detail |
|---|
public Position()
public Position(Position pos)
public Position(float x,
float y)
x - x position in inches.y - y position in inches.
public Position(double x,
double y)
x - x position in inches.y - y position in inches.| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic Object clone()
clone in class Object
|
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 | ||||||||