StrokeStyle.Builder

public static final class StrokeStyle.Builder extends Object

Builder for StrokeStyle.

Public Method Summary

StrokeStyle
build()
Builds a StrokeStyle object.
StrokeStyle.Builder
stamp(StampStyle stampStyle)
Sets the stamp style of this stroke style.

Inherited Method Summary

Public Methods

public StrokeStyle build ()

Builds a StrokeStyle object.

public StrokeStyle.Builder stamp (StampStyle stampStyle)

Sets the stamp style of this stroke style.

Parameters
stampStyle style of the stamp.
Returns
  • the builder with updated stamp style.