Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Class LineJoin

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


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

    Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a GraphicsPath object.

    • 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 Bevel
      Specifies a beveled join.
      static int Miter
      Specifies a mitered join.
      static int MiterClipped
      Specifies a mitered join.
      static int Round
      Specifies a circular join.
      • 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

      • Miter

        public static final int Miter

        Specifies a mitered join. This produces a sharp corner or a clipped corner, depending on whether the length of the miter exceeds the miter limit.

        See Also:
        Constant Field Values
      • Bevel

        public static final int Bevel

        Specifies a beveled join. This produces a diagonal corner.

        See Also:
        Constant Field Values
      • Round

        public static final int Round

        Specifies a circular join. This produces a smooth, circular arc between the lines.

        See Also:
        Constant Field Values
      • MiterClipped

        public static final int MiterClipped

        Specifies a mitered join. This produces a sharp corner or a beveled corner, depending on whether the length of the miter exceeds the miter limit.

        See Also:
        Constant Field Values