研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly >blockRendering >可衡量
blockRendering.Measurable 类
表示在渲染期间占用空间的块部分的基类。每个无空格的 Measurable 的构造函数都会记录块元素(例如字段、语句输入)的大小。
Signature:
export declare class Measurable
构造函数
属性
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-21。
[null,null,["最后更新时间 (UTC):2024-08-21。"],[[["The `blockRendering.Measurable` class is the foundation for representing parts of a block that occupy space during rendering, like fields or inputs."],["Each `Measurable` instance stores the size of the corresponding block element and provides properties for dimensions and position."],["Key properties include `height`, `width`, `xPos` (x-position), `centerline`, and `notchOffset` for positioning and layout calculations."],["A `ConstantProvider` associated with the renderer gives access to rendering constants for consistent block appearance."]]],[]]