# class Mapping



Mapping inherits from Wrapper


# MEMBERS

# member read-only source

Type: Mapping.Source

# member read-only paintType

Type: Mapping.PaintType

# member read-only textMatch

Type: Mapping.TextMatch

# member read-only text

Type: String

# member read-only offset

Type: ImmutableLength

# member read-only joinStyle

Type: JoinStyle

# member read-only miterLimit

Type: ImmutableLength

# FUNCTIONS

# function matches(text, source)

Description:

Parameters:

Return:

(Boolean) -

# function matches(text)

Description:

Parameters:

  • text: (String) -

Return:

(Boolean) -

# STATIC FUNCTIONS

# static function of()

Description:

Return:

(Mapping) -

# static function of(source, textMatch, text)

Description:

Parameters:

Return:

(Mapping) -

# static function of(source, textMatch, text, offset, joinStyle, miterLimit)

Description:

Parameters:

Return:

(Mapping) -

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