jdk/src/java.desktop/share/classes/javax/swing/text/html/LineView.java
changeset 28236 610561ed1847
parent 28231 b608ffcaed74
parent 28059 e576535359cc
equal deleted inserted replaced
28234:f694f2576719 28236:610561ed1847
   134      * its tab expansion needs upward to the paragraph.
   134      * its tab expansion needs upward to the paragraph.
   135      * <p>
   135      * <p>
   136      * This is implemented to try and locate a <code>TabSet</code>
   136      * This is implemented to try and locate a <code>TabSet</code>
   137      * in the paragraph element's attribute set.  If one can be
   137      * in the paragraph element's attribute set.  If one can be
   138      * found, its settings will be used, otherwise a default expansion
   138      * found, its settings will be used, otherwise a default expansion
   139      * will be provided.  The base location for for tab expansion
   139      * will be provided.  The base location for tab expansion
   140      * is the left inset from the paragraphs most recent allocation
   140      * is the left inset from the paragraphs most recent allocation
   141      * (which is what the layout of the children is based upon).
   141      * (which is what the layout of the children is based upon).
   142      *
   142      *
   143      * @param x the X reference position
   143      * @param x the X reference position
   144      * @param tabOffset the position within the text stream
   144      * @param tabOffset the position within the text stream