public class SpreadMethod extends Object
The spread method. Describes how the brush should fill the content area outside of the primary, initial gradient area.
public static final String PAD
The pad. In this method, the first color and the last color are used to fill the remaining fill area at the beginning and end.
public static final String REFLECT
The reflect. In this method, the gradient stops are replayed in reverse order repeatedly to cover the fill area.
public static final String REPEAT
The repeat. In this method, the gradient stops are repeated in order until the fill area is covered.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.