[blockly] > [geras] > [ドロワー]

geras.Drawer クラス

指定されたレンダリング情報に基づいてブロックを描画するオブジェクトで、geras レンダラ用にカスタマイズされています。

署名:

export declare class Drawer extends BaseDrawer 

拡張: BaseDrawer

コンストラクタ

コンストラクタ 修飾子 説明
(コンストラクタ)(ブロック, 情報) Drawer クラスの新しいインスタンスを作成します。

プロパティ

プロパティ 修飾子 種類 説明
constants_ ConstantProvider
highlighter_ 蛍光ペン

Methods

メソッド 修飾子 説明
draw()
drawBottom_()
drawInlineInput_(input)
drawJaggedEdge_(row)
drawLeft_() protected ブロックの左側のステップを追加します(出力接続を含む場合があります)
drawRightSideRow_(row)
drawStatementInput_(row)
drawTop_()
drawValueInput_(row)
positionExternalValueConnection_(row)
positionInlineInputConnection_(input)
positionNextConnection_()
positionStatementInputConnection_(row)