Class: BitmapFilterType

BitmapFilterType

BitmapFilterType クラスには、BitmapFilter の型を設定する値が含まれます。
The BitmapFilterType class contains values to set the type of a BitmapFilter.

new next2d.filters.BitmapFilterType ()

Members

next2d.filters.BitmapFilterType.FULL staticconstant

オブジェクトの領域全体にフィルターを適用する設定を定義します。
Defines the setting that applies a filter to the entire area of an object.

Default Value:
  • full

next2d.filters.BitmapFilterType.INNER staticconstant

オブジェクトの内側の領域にフィルターを適用する設定を定義します。
Defines the setting that applies a filter to the inner area of an object.

Default Value:
  • inner

next2d.filters.BitmapFilterType.namespace staticconstant

指定されたクラスの空間名を返します。
Returns the space name of the specified class.

Default Value:
  • next2d.filters.BitmapFilterType

next2d.filters.BitmapFilterType.OUTER staticconstant

オブジェクトの外側の領域にフィルターを適用する設定を定義します。
Defines the setting that applies a filter to the outer area of an object.

Default Value:
  • outer

namespace constant

指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.

Default Value:
  • next2d.filters.BitmapFilterType

Methods

next2d.filters.BitmapFilterType.toString ()string static

指定されたクラスのストリングを返します。
Returns the string representation of the specified class.

Default Value:
  • [class BitmapFilterType]
Returns:
TypeDescription
string

toString ()string

指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.

Default Value:
  • [object BitmapFilterType]
Returns:
TypeDescription
string