Class WorkflowNodeMeta.Size

java.lang.Object
com.bytedesk.core.workflow.node.WorkflowNodeMeta.Size
All Implemented Interfaces:
Serializable
Enclosing class:
WorkflowNodeMeta

public static class WorkflowNodeMeta.Size extends Object implements Serializable
尺寸信息类
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • width

      private Double width
      宽度
    • height

      private Double height
      高度
  • Constructor Details

    • Size

      public Size()
  • Method Details