Packages

 

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

Class InitialFillRuleRecord



  • public class InitialFillRuleRecord
    extends VectorPathRecord

    Initial Fill Rule Record Class

    • Constructor Detail

      • 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 the is fill starts with all pixels.

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

        public final void setFillStartsWithAllPixels(boolean value)

        Sets the is fill starts with all pixels.

        Value: The is fill starts with all pixels.
        Parameters:
        value - the is fill starts with all pixels.
      • getType

        public short getType()

        Gets the type.

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