Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.iface.bidi.core.BidiAttributes.TextOrientation

  • Packages that use BidiAttributes.TextOrientation 
    Package Description
    psdi.iface.bidi.core  
    • Uses of BidiAttributes.TextOrientation in psdi.iface.bidi.core

      Fields in psdi.iface.bidi.core declared as BidiAttributes.TextOrientation 
      Modifier and Type Field and Description
      static BidiAttributes.TextOrientation BidiAttributes.TextOrientation.ORIENTATION_CONTEXTUAL_LTR 
      static BidiAttributes.TextOrientation BidiAttributes.TextOrientation.ORIENTATION_CONTEXTUAL_RTL 
      static BidiAttributes.TextOrientation BidiAttributes.TextOrientation.ORIENTATION_LTR 
      static BidiAttributes.TextOrientation BidiAttributes.TextOrientation.ORIENTATION_RTL 
      Methods in psdi.iface.bidi.core that return BidiAttributes.TextOrientation 
      Modifier and Type Method and Description
      BidiAttributes.TextOrientation BidiAttributes.getTextOrientation()
      returns the parameter representing orientation
      static BidiAttributes.TextOrientation BidiAttributes.TextOrientation.valueOf(java.lang.String name) 
      static BidiAttributes.TextOrientation[] BidiAttributes.TextOrientation.values() 
      Constructors in psdi.iface.bidi.core with parameters of type BidiAttributes.TextOrientation 
      Constructor and Description
      BidiAttributes(BidiAttributes.TextType type, BidiAttributes.TextOrientation orientation)
      Class constructor setting text type and orientation and assuming default values for the rest of the attributes.
      BidiAttributes(BidiAttributes.TextType type, BidiAttributes.TextOrientation orientation, BidiAttributes.TextShaping shaping, BidiAttributes.NumeralsShaping numerals)
      Class constructor setting all five attributes as passed parameters, and assuming ON symmetric swapping as default.
      BidiAttributes(BidiAttributes.TextType type, BidiAttributes.TextOrientation orientation, BidiAttributes.TextSymSwapping swapping, BidiAttributes.TextShaping shaping, BidiAttributes.NumeralsShaping numerals)
      Class constructor setting all five attributes as passed parameters, and assuming symmetric swapping as an enumeration value.
      BidiAttributes(BidiAttributes.TextType type, BidiAttributes.TextOrientation orientation, boolean swapping)
      Class constructor setting text type, orientation and symmetric swapping, and assuming default values for the rest of the attributes.
      BidiAttributes(BidiAttributes.TextType type, BidiAttributes.TextOrientation orientation, boolean swapping, BidiAttributes.TextShaping shaping, BidiAttributes.NumeralsShaping numerals)
      Class constructor setting all five attributes as passed parameters, and assuming symmetric swapping as boolean value.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes