jdk/src/share/classes/javax/swing/text/html/BlockView.java
changeset 21278 ef8a3a2a72f2
parent 20158 1c5d22e5b898
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   104         return r;
   104         return r;
   105     }
   105     }
   106 
   106 
   107     /**
   107     /**
   108      * Calculate the requirements of the block along the minor
   108      * Calculate the requirements of the block along the minor
   109      * axis (i.e. the axis orthoginal to the axis along with it tiles).
   109      * axis (i.e. the axis orthogonal to the axis along with it tiles).
   110      * This is implemented
   110      * This is implemented
   111      * to provide the superclass behavior and then adjust it if the
   111      * to provide the superclass behavior and then adjust it if the
   112      * CSS width or height attribute is specified and applicable to
   112      * CSS width or height attribute is specified and applicable to
   113      * the axis.
   113      * the axis.
   114      */
   114      */
   216         return false;
   216         return false;
   217     }
   217     }
   218 
   218 
   219     /**
   219     /**
   220      * Performs layout for the minor axis of the box (i.e. the
   220      * Performs layout for the minor axis of the box (i.e. the
   221      * axis orthoginal to the axis that it represents). The results
   221      * axis orthogonal to the axis that it represents). The results
   222      * of the layout (the offset and span for each children) are
   222      * of the layout (the offset and span for each children) are
   223      * placed in the given arrays which represent the allocations to
   223      * placed in the given arrays which represent the allocations to
   224      * the children along the minor axis.
   224      * the children along the minor axis.
   225      *
   225      *
   226      * @param targetSpan the total span given to the view, which
   226      * @param targetSpan the total span given to the view, which
   227      *  whould be used to layout the childre.
   227      *  would be used to layout the children.
   228      * @param axis the axis being layed out
   228      * @param axis the axis being layed out
   229      * @param offsets the offsets from the origin of the view for
   229      * @param offsets the offsets from the origin of the view for
   230      *  each of the child views; this is a return value and is
   230      *  each of the child views; this is a return value and is
   231      *  filled in by the implementation of this method
   231      *  filled in by the implementation of this method
   232      * @param spans the span of each child view; this is a return
   232      * @param spans the span of each child view; this is a return