# class Mapping.PaintType



# STATIC MEMBERS

# static member read-only Filled

Type: Mapping.PaintType

Description:

# static member read-only Stroked

Type: Mapping.PaintType

Description:

# static member read-only FilledOrStroked

Type: Mapping.PaintType

Description:

# static member read-only FilledAndStroked

Type: Mapping.PaintType

Description:

# MEMBERS

# member read-only filled

Type: Boolean

# member read-only stroked

Type: Boolean

# FUNCTIONS

# function matches(stroked, filled)

Description:

Parameters:

  • stroked: (Boolean) -
  • filled: (Boolean) -

Return:

(Boolean) -

# STATIC FUNCTIONS

# static function values()

Description:

Return:

(Mapping.PaintType) -

# static function valueOf(name)

Description:

Parameters:

  • name: (String) -

Return:

(Mapping.PaintType) -

Last Updated: 12/20/2022, 8:12:45 AM