Package com.bytedesk.core.workflow.node
Class WorkflowNodeMeta.Position
java.lang.Object
com.bytedesk.core.workflow.node.WorkflowNodeMeta.Position
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WorkflowNodeMeta
位置信息类
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
x
X坐标 -
y
Y坐标
-
-
Constructor Details
-
Position
public Position()
-
-
Method Details
-
toJson
转换为JSON字符串 -
of
创建位置实例的便捷方法
-