Packages

 

com.aspose.imaging.fileformats.emf.emfplus.consts

Class EmfPlusBrushType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusBrushType


  • public final class EmfPlusBrushType
    extends com.aspose.ms.System.Enum

    The BrushType enumeration defines types of graphics brushes, which are used to fill graphics regions.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int BrushTypeHatchFill
      Specifies a hatch brush, which is characterized by a predefined pattern.
      static int BrushTypeLinearGradient
      contains linear gradient brush data.
      static int BrushTypePathGradient
      Specifies a path gradient brush, which is characterized by a color gradient path gradient brush data.
      static int BrushTypeSolidColor
      Specifies a solid-color brush, which is characterized by an EmfPlusArgb value.
      static int BrushTypeTextureFill
      Specifies a texture brush, which is characterized by an image.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • BrushTypeSolidColor

        public static final int BrushTypeSolidColor

        Specifies a solid-color brush, which is characterized by an EmfPlusArgb value.

        See Also:
        Constant Field Values
      • BrushTypeHatchFill

        public static final int BrushTypeHatchFill

        Specifies a hatch brush, which is characterized by a predefined pattern.

        See Also:
        Constant Field Values
      • BrushTypeTextureFill

        public static final int BrushTypeTextureFill

        Specifies a texture brush, which is characterized by an image.

        See Also:
        Constant Field Values
      • BrushTypePathGradient

        public static final int BrushTypePathGradient

        Specifies a path gradient brush, which is characterized by a color gradient path gradient brush data.

        See Also:
        Constant Field Values
      • BrushTypeLinearGradient

        public static final int BrushTypeLinearGradient

        contains linear gradient brush data.

        See Also:
        Constant Field Values