Class GraphicsSetPatternSymbol

    • Field Detail

      • DOTTED_DENSITY_1

        public static final byte DOTTED_DENSITY_1
        dotted density 1
        See Also:
        Constant Field Values
      • DOTTED_DENSITY_2

        public static final byte DOTTED_DENSITY_2
        dotted density 2
        See Also:
        Constant Field Values
      • DOTTED_DENSITY_3

        public static final byte DOTTED_DENSITY_3
        dotted density 3
        See Also:
        Constant Field Values
      • DOTTED_DENSITY_4

        public static final byte DOTTED_DENSITY_4
        dotted density 4
        See Also:
        Constant Field Values
      • DOTTED_DENSITY_5

        public static final byte DOTTED_DENSITY_5
        dotted density 5
        See Also:
        Constant Field Values
      • DOTTED_DENSITY_6

        public static final byte DOTTED_DENSITY_6
        dotted density 6
        See Also:
        Constant Field Values
      • DOTTED_DENSITY_7

        public static final byte DOTTED_DENSITY_7
        dotted density 7
        See Also:
        Constant Field Values
      • DOTTED_DENSITY_8

        public static final byte DOTTED_DENSITY_8
        dotted density 8
        See Also:
        Constant Field Values
      • VERTICAL_LINES

        public static final byte VERTICAL_LINES
        dotted density 9
        See Also:
        Constant Field Values
      • HORIZONTAL_LINES

        public static final byte HORIZONTAL_LINES
        horizontal lines
        See Also:
        Constant Field Values
      • DIAGONAL_LINES_BLTR_1

        public static final byte DIAGONAL_LINES_BLTR_1
        diagonal lines, bottom left to top right 1
        See Also:
        Constant Field Values
      • DIAGONAL_LINES_BLTR_2

        public static final byte DIAGONAL_LINES_BLTR_2
        diagonal lines, bottom left to top right 2
        See Also:
        Constant Field Values
      • DIAGONAL_LINES_TLBR_1

        public static final byte DIAGONAL_LINES_TLBR_1
        diagonal lines, top left to bottom right 1
        See Also:
        Constant Field Values
      • DIAGONAL_LINES_TLBR_2

        public static final byte DIAGONAL_LINES_TLBR_2
        diagonal lines, top left to bottom right 2
        See Also:
        Constant Field Values
    • Constructor Detail

      • GraphicsSetPatternSymbol

        public GraphicsSetPatternSymbol​(byte pattern)
        Main constructor
        Parameters:
        pattern - the pattern symbol to use
    • Method Detail

      • getDataLength

        public int getDataLength()
        Returns the data length of this structured field
        Returns:
        the data length of this structured field
      • writeToStream

        public void writeToStream​(java.io.OutputStream os)
                           throws java.io.IOException
        DataStream objects must implement the writeToStream() method to write its data to the given OutputStream
        Parameters:
        os - the outputsteam stream
        Throws:
        java.io.IOException - an I/O exception of some sort has occurred.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object