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 color 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 |
---|---|
boolean |
inArea(int x,
int y)
true if x,y is in this area inclusively borders (x >= x1, x <= x2, adequate y)
|
int |
keyGraphicPos()
Builds a key from the position in the graphic
|
java.lang.String |
pgXY() |
java.lang.String |
toString() |
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 int keyGraphicPos()
public java.lang.String pgXY()
public java.lang.String toString()
toString
in class java.lang.Object