jdk/src/java.desktop/share/classes/java/awt/font/TextAttribute.java
changeset 28059 e576535359cc
parent 26749 b6598aa90114
child 32834 e1dca5fe4de3
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   830         Boolean.TRUE;
   830         Boolean.TRUE;
   831 
   831 
   832     /**
   832     /**
   833      * Attribute key for the embedding level of the text.  Values are
   833      * Attribute key for the embedding level of the text.  Values are
   834      * instances of <b><code>Integer</code></b>.  The default value is
   834      * instances of <b><code>Integer</code></b>.  The default value is
   835      * <code>null</code>, indicating that the the Bidirectional
   835      * <code>null</code>, indicating that the Bidirectional
   836      * algorithm should run without explicit embeddings.
   836      * algorithm should run without explicit embeddings.
   837      *
   837      *
   838      * <p>Positive values 1 through 61 are <em>embedding</em> levels,
   838      * <p>Positive values 1 through 61 are <em>embedding</em> levels,
   839      * negative values -1 through -61 are <em>override</em> levels.
   839      * negative values -1 through -61 are <em>override</em> levels.
   840      * The value 0 means that the base line direction is used.  These
   840      * The value 0 means that the base line direction is used.  These