Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Class PenType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.PenType


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

    Specifies the type of fill a Pen object uses to fill lines.

    • 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 HatchFill
      Specifies a hatch fill.
      static int LinearGradient
      Specifies a linear gradient fill.
      static int PathGradient
      Specifies a path gradient fill.
      static int SolidColor
      Specifies a solid fill.
      static int TextureFill
      Specifies a bitmap texture fill.
      • 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

      • TextureFill

        public static final int TextureFill

        Specifies a bitmap texture fill.

        See Also:
        Constant Field Values
      • PathGradient

        public static final int PathGradient

        Specifies a path gradient fill.

        See Also:
        Constant Field Values
      • LinearGradient

        public static final int LinearGradient

        Specifies a linear gradient fill.

        See Also:
        Constant Field Values