public class TemplateLinkedPositionEdges extends Object
TemplateLinkedPositionEdges
is used in TemplateLinkedPosition
class.Constructor and Description |
---|
TemplateLinkedPositionEdges(boolean left,
boolean top,
boolean right,
boolean bottom)
Initializes a new instance of the
TemplateLinkedPositionEdges class. |
Modifier and Type | Method and Description |
---|---|
boolean |
isBottom()
Gets the value that indicates whether a field is searched by the bottom from the linked field.
|
boolean |
isEmpty()
Gets the value that indicates whether the instance is empty.
|
boolean |
isLeft()
Gets the value that indicates whether a field is searched by the left from the linked field.
|
boolean |
isRight()
Gets the value that indicates whether a field is searched by the right from the linked field.
|
boolean |
isTop()
Gets the value that indicates whether a field is searched by the top from the linked field.
|
public TemplateLinkedPositionEdges(boolean left, boolean top, boolean right, boolean bottom)
TemplateLinkedPositionEdges
class.left
- The value that indicates whether a field is searched by the left from the linked field.top
- The value that indicates whether a field is searched by the top from the linked field.right
- The value that indicates whether a field is searched by the right from the linked field.bottom
- The value that indicates whether a field is searched by the bottom from the linked field.public boolean isEmpty()
true
if the instance is empty (all fields are false
); otherwise, false
.public boolean isLeft()
true
if a field is searched by the left from the linked field; otherwise, false
.public boolean isTop()
true
if a field is searched by the top from the linked field; otherwise, false
.public boolean isRight()
true
if a field is searched by the right from the linked field; otherwise, false
.public boolean isBottom()
true
if a field is searched by the bottom from the linked field; otherwise, false
.