Packages

 

com.aspose.psd.fileformats.psd.layers.layerresources.vectorpaths

Class InitialFillRuleRecord



  • public class InitialFillRuleRecord
    extends VectorPathRecord

    Initial Fill Rule Record Class

    • Constructor Detail

      • InitialFillRuleRecord

        public InitialFillRuleRecord()

        Initializes a new instance of the InitialFillRuleRecord class.

      • InitialFillRuleRecord

        public InitialFillRuleRecord(boolean isFillStartsWithAllPixels)

        Initializes a new instance of the InitialFillRuleRecord class.

        Parameters:
        isFillStartsWithAllPixels - The is fill starts with all pixels.
      • InitialFillRuleRecord

        public InitialFillRuleRecord(byte[] data)

        Initializes a new instance of the InitialFillRuleRecord class.

        Parameters:
        data - The record data.
    • Method Detail

      • isFillStartsWithAllPixels

        public final boolean isFillStartsWithAllPixels()

        Gets or sets a value indicating whether is fill starts with all pixels.

        Value: The is fill starts with all pixels.
      • setFillStartsWithAllPixels

        public final void setFillStartsWithAllPixels(boolean value)

        Gets or sets a value indicating whether is fill starts with all pixels.

        Value: The is fill starts with all pixels.
      • getType

        public short getType()

        Gets the type.

        Value: The type.
        Specified by:
        getType in class VectorPathRecord