Packages

 

com.aspose.psd

Interfaces

Classes

Exceptions

com.aspose.psd

Class DashStyle

  • java.lang.Object
    • com.aspose.ms.System.ValueType
      • com.aspose.ms.System.Enum
        • com.aspose.psd.DashStyle


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

    Specifies the style of dashed lines drawn with a Pen object.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Custom
      Specifies a user-defined custom dash style.
      static int Dash
      Specifies a line consisting of dashes.
      static int DashDot
      Specifies a line consisting of a repeating pattern of dash-dot.
      static int DashDotDot
      Specifies a line consisting of a repeating pattern of dash-dot-dot.
      static int Dot
      Specifies a line consisting of dots.
      static int Solid
      Specifies a solid line.
    • Field Detail

      • Dash

        public static final int Dash

        Specifies a line consisting of dashes.

        See Also:
        Constant Field Values
      • DashDot

        public static final int DashDot

        Specifies a line consisting of a repeating pattern of dash-dot.

        See Also:
        Constant Field Values
      • DashDotDot

        public static final int DashDotDot

        Specifies a line consisting of a repeating pattern of dash-dot-dot.

        See Also:
        Constant Field Values
      • Custom

        public static final int Custom

        Specifies a user-defined custom dash style.

        See Also:
        Constant Field Values