Packages

 

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

Class EmfPlusLineJoinType

  • 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.EmfPlusLineJoinType


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

    The LineJoinType enumeration defines ways to join two lines that are drawn by the same graphics pen and whose ends meet.

    Graphics lines are specified by Objects.EmfPlusPen objects (section 2.2.1.7). A line join makes the intersection of the two line ends look more continuous.

    • 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 LineJoinTypeBevel
      Specifies a beveled line join.
      static int LineJoinTypeMiter
      Specifies a mitered line join.
      static int LineJoinTypeMiterClipped
      Specifies a clipped mitered line join.
      static int LineJoinTypeRound
      Specifies a rounded line 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

      • LineJoinTypeMiter

        public static final int LineJoinTypeMiter

        Specifies a mitered line join.

        See Also:
        Constant Field Values
      • LineJoinTypeBevel

        public static final int LineJoinTypeBevel

        Specifies a beveled line join.

        See Also:
        Constant Field Values
      • LineJoinTypeRound

        public static final int LineJoinTypeRound

        Specifies a rounded line join.

        See Also:
        Constant Field Values
      • LineJoinTypeMiterClipped

        public static final int LineJoinTypeMiterClipped

        Specifies a clipped mitered line join.

        See Also:
        Constant Field Values