jdk/src/java.desktop/share/classes/javax/swing/text/BoxView.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30462 507bcb03c954
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
  1126      * indicating the <code>View</code>s are layed out in
  1126      * indicating the <code>View</code>s are layed out in
  1127      * descending order. Otherwise the method would return false
  1127      * descending order. Otherwise the method would return false
  1128      * indicating the <code>View</code>s are layed out in ascending order.
  1128      * indicating the <code>View</code>s are layed out in ascending order.
  1129      * <p>
  1129      * <p>
  1130      * If the receiver is laying its <code>View</code>s along the
  1130      * If the receiver is laying its <code>View</code>s along the
  1131      * <code>Y_AXIS</code>, this will will return the value from
  1131      * <code>Y_AXIS</code>, this will return the value from
  1132      * invoking the same method on the <code>View</code>
  1132      * invoking the same method on the <code>View</code>
  1133      * responsible for rendering <code>position</code> and
  1133      * responsible for rendering <code>position</code> and
  1134      * <code>bias</code>. Otherwise this will return false.
  1134      * <code>bias</code>. Otherwise this will return false.
  1135      *
  1135      *
  1136      * @param position position into the model
  1136      * @param position position into the model