Packages

 

com.aspose.imaging.fileformats.cmx.objectmodel.enums

Class CapsTypes

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.cmx.objectmodel.enums.CapsTypes


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

    Types of caps for the 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 ExtendedSquare
      The extended squareAdd square end shapes that extend the length of the line.
      static int Round
      Add round end shapes to the line.
      static int Square
      Add square end shapes to the 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

      • Square

        public static final int Square

        Add square end shapes to the line.

        See Also:
        Constant Field Values
      • ExtendedSquare

        public static final int ExtendedSquare

        The extended squareAdd square end shapes that extend the length of the line.

        See Also:
        Constant Field Values