Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Class PenAlignment

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


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

    Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.

    • 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 Center
      Specifies that the Pen object is centered over the theoretical line.
      static int Inset
      Specifies that the Pen is positioned on the inside of the theoretical line.
      static int Left
      Specifies the Pen is positioned to the left of the theoretical line.
      static int Outset
      Specifies the Pen is positioned on the outside of the theoretical line.
      static int Right
      Specifies the Pen is positioned to the right of the theoretical line.
      • 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

      • Center

        public static final int Center

        Specifies that the Pen object is centered over the theoretical line.

        See Also:
        Constant Field Values
      • Inset

        public static final int Inset

        Specifies that the Pen is positioned on the inside of the theoretical line.

        See Also:
        Constant Field Values
      • Outset

        public static final int Outset

        Specifies the Pen is positioned on the outside of the theoretical line.

        See Also:
        Constant Field Values
      • Left

        public static final int Left

        Specifies the Pen is positioned to the left of the theoretical line.

        See Also:
        Constant Field Values
      • Right

        public static final int Right

        Specifies the Pen is positioned to the right of the theoretical line.

        See Also:
        Constant Field Values