public class XY_FBcl
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
page
The page
|
int |
x1
Position left, top, right, bottom
That are mm values.
|
int |
x2
Position left, top, right, bottom
That are mm values.
|
int |
xc
The x to build a column of similar x coordinates for blocks in vertical direction.
|
int |
y1
Position left, top, right, bottom
That are mm values.
|
int |
y2
Position left, top, right, bottom
That are mm values.
|
| Constructor and Description |
|---|
XY_FBcl()
Aggregated block in graphic, null if this instance is used for search.
|
| Modifier and Type | Method and Description |
|---|---|
XY_FBcl |
connectionPointPos(XY_FBcl posShape)
Searches the nearest point of the given coordinates of a connector
to the shape.
|
boolean |
equals(java.lang.Object oxy)
It is equals if all values are the same between this and 'oxy'.
|
java.lang.String |
getGraphicName(char cFB) |
boolean |
inArea(int x,
int y)
true if x,y is in this area inclusively borders (x >= x1, x <= x2, adequate y)
|
int |
intGraphicPos()
Builds the position in the graphic as int value.
|
int |
keyGraphicPos()
Builds a key from the position in the graphic
|
java.lang.String |
pgXY() |
static java.lang.String |
pgXY(int pos) |
static java.lang.String |
showGpos(int xg) |
java.lang.String |
toString() |
java.lang.String |
xy1()
Returns a String "(123,145)" for the first left top position of a block or start position of connection, values in mm
|
java.lang.String |
xy2()
Returns a String "(123,145)" for the right bottom position of a block or end position of connection, values in mm
|
public int page
public int x1
public int y1
public int x2
public int y2
public int xc
public XY_FBcl()
public boolean inArea(int x,
int y)
public XY_FBcl connectionPointPos(XY_FBcl posShape)
posShape - public int keyGraphicPos()
public int intGraphicPos()
public static java.lang.String showGpos(int xg)
public static java.lang.String pgXY(int pos)
public java.lang.String getGraphicName(char cFB)
public java.lang.String pgXY()
public java.lang.String xy1()
public java.lang.String xy2()
public boolean equals(java.lang.Object oxy)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object