Package com.bytedesk.core.workflow.node
Class WorkflowNodeMeta.Padding
java.lang.Object
com.bytedesk.core.workflow.node.WorkflowNodeMeta.Padding
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WorkflowNodeMeta
内边距信息类
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
top
上边距 -
right
右边距 -
bottom
下边距 -
left
左边距
-
-
Constructor Details
-
Padding
public Padding()
-
-
Method Details
-
toJson
转换为JSON字符串 -
of
创建内边距实例的便捷方法 -
of
创建统一内边距的便捷方法
-