Class SequenceRenderContext.Border

    • Constructor Detail

    • Method Detail

      • setSize

        public void setSize​(double size)
        Sets the size of the border in number of pixels.
        Parameters:
        size - The new size in pixels
      • setAlignment

        public void setAlignment​(int alignment)
                          throws IllegalArgumentException
        Sets the Alignment attribute of the Border object. This will be one of the values LEADING, TRAILING or CENTER.
        Parameters:
        alignment - The new Alignment value
        Throws:
        IllegalArgumentException - Description of Exception
      • getSize

        public double getSize()
        Gets the current size of the border in pixels.
        Returns:
        The Size value
      • getAlignment

        public int getAlignment()
        Gets the Alignment - one of LEADING, TRAILING or CENTER.
        Returns:
        The alignment value