Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfBrushStyle

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.wmf.consts.WmfBrushStyle


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

    The BrushStyle Enumeration specifies the different possible brush types that can be used in graphics operations. For more information, see the specification of the Brush Object (section 2.2.1.1).

    • 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 Dibpattern
      A pattern brush specified by a DIB.
      static int Dibpattern8X8
      Not supported.
      static int Dibpatternpt
      A pattern brush specified by a DIB.
      static int Gradient
      The gradient Not suppoted in wmf, support in odg.
      static int Hatched
      A brush that paints a predefined simple pattern, or "hatch", onto a solid background
      static int Indexed
      Not supported.
      static int Monopattern
      Not supported.
      static int Null
      A brush that does nothing.
      static int Pattern
      A brush that paints a pattern defined by a bitmap, which MAY be a Bitmap16 Object or a DeviceIndependentBitmap (DIB) Object.
      static int Pattern8X8
      Not supported.
      static int Solid
      A brush that paints a single, constant color, either solid or dithered.
      • 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

      • Solid

        public static final int Solid

        A brush that paints a single, constant color, either solid or dithered.

        See Also:
        Constant Field Values
      • Null

        public static final int Null

        A brush that does nothing. Using a NULL brush in a graphics operation MUST have the same effect as using no brush at all

        See Also:
        Constant Field Values
      • Hatched

        public static final int Hatched

        A brush that paints a predefined simple pattern, or "hatch", onto a solid background

        See Also:
        Constant Field Values
      • Pattern

        public static final int Pattern

        A brush that paints a pattern defined by a bitmap, which MAY be a Bitmap16 Object or a DeviceIndependentBitmap (DIB) Object.

        See Also:
        Constant Field Values
      • Dibpattern

        public static final int Dibpattern

        A pattern brush specified by a DIB.

        See Also:
        Constant Field Values
      • Dibpatternpt

        public static final int Dibpatternpt

        A pattern brush specified by a DIB.

        See Also:
        Constant Field Values
      • Gradient

        public static final int Gradient

        The gradient Not suppoted in wmf, support in odg.

        See Also:
        Constant Field Values