Interface IsDefaultTextDirectionHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TextDirection getTextDirection()
      Returns the text direction that will force on the canvas for rendering the object, regardless of the CSS specified on the canvas.
      boolean isRtl()
      Returns true for rendering the object from right to left.
    • Method Detail

      • isRtl

        boolean isRtl()
        Returns true for rendering the object from right to left.
        Returns:
        true for rendering the object from right to left.
      • getTextDirection

        TextDirection getTextDirection()
        Returns the text direction that will force on the canvas for rendering the object, regardless of the CSS specified on the canvas.
        Returns:
        the text direction that will force on the canvas for rendering the object, regardless of the CSS specified on the canvas