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.
|
static TemplateLinkedPositionEdges |
parse(String s)
Converts the string representation of edges to its class equivalent.
|
String |
toString() |
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.public static TemplateLinkedPositionEdges parse(String s)
s - A string that contains edges to convert.TemplateLinkedPositionEdges class that is equivalent to the value specified in s parameter.IllegalArgumentException - s does not represent edges in a valid format.Copyright © 2026. All rights reserved.