com.aspose.diagram

Class CompoundTypeValue

  • java.lang.Object
    • com.aspose.diagram.CompoundTypeValue
public class CompoundTypeValue 
extends java.lang.Object

Utility class containing constants. Represents style of drawing lines.

Field Summary
static final intSINGLE
Single line (of width lineWidth)
static final intTHICK_BETWEEN_THIN
Three lines, thin, thick, thin
static final intTHIN_THICK
Double lines, one thin, one thick
static final intTHICK_THIN
Double lines, one thick, one thin
static final intTHIN_THIN
Double lines of equal width
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • SINGLE

        public static final int SINGLE
        Single line (of width lineWidth)
      • THICK_BETWEEN_THIN

        public static final int THICK_BETWEEN_THIN
        Three lines, thin, thick, thin
      • THIN_THICK

        public static final int THIN_THICK
        Double lines, one thin, one thick
      • THICK_THIN

        public static final int THICK_THIN
        Double lines, one thick, one thin
      • THIN_THIN

        public static final int THIN_THIN
        Double lines of equal width
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.