Members
next2d.display.Graphics.lineStyle() メソッドの joints パラメーターでベベル結合を指定します。
Specifies beveled joints in the joints parameter of
the next2d.display.Graphics.lineStyle() method.- Default Value:
- bevel
next2d.display.Graphics.lineStyle() メソッドの joints パラメーターでマイター結合を指定します。
Specifies mitered joints in the joints parameter of
the next2d.display.Graphics.lineStyle() method.- Default Value:
- miter
指定されたクラスの空間名を返します。
Returns the space name of the specified class.- Default Value:
- next2d.display.JointStyle
next2d.display.Graphics.lineStyle() メソッドの joints パラメーターでラウンド結合を指定します。
Specifies round joints in the joints parameter of
the next2d.display.Graphics.lineStyle() method.- Default Value:
- round
指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.- Default Value:
- next2d.display.JointStyle
Methods
指定されたクラスのストリングを返します。
Returns the string representation of the specified class.- Default Value:
- [class JointStyle]
Returns:
Type Description string 指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.- Default Value:
- [object JointStyle]
Returns:
Type Description string