jdk/src/java.desktop/share/classes/sun/print/PeekGraphics.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30948 0a0972d3b58d
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   869      * graphics context's coordinate system.
   869      * graphics context's coordinate system.
   870      * The rendering attributes applied include the clip, transform,
   870      * The rendering attributes applied include the clip, transform,
   871      * paint or color, and composite attributes.
   871      * paint or color, and composite attributes.
   872      * For characters in script systems such as Hebrew and Arabic,
   872      * For characters in script systems such as Hebrew and Arabic,
   873      * the glyphs may be draw from right to left, in which case the
   873      * the glyphs may be draw from right to left, in which case the
   874      * coordinate supplied is the the location of the leftmost character
   874      * coordinate supplied is the location of the leftmost character
   875      * on the baseline.
   875      * on the baseline.
   876      * @param iterator the iterator whose text is to be drawn
   876      * @param iterator the iterator whose text is to be drawn
   877      * @param x,y the coordinates where the iterator's text should be drawn.
   877      * @param x,y the coordinates where the iterator's text should be drawn.
   878      * @see #setPaint
   878      * @see #setPaint
   879      * @see java.awt.Graphics#setColor
   879      * @see java.awt.Graphics#setColor
   895      * graphics context's coordinate system.
   895      * graphics context's coordinate system.
   896      * The rendering attributes applied include the clip, transform,
   896      * The rendering attributes applied include the clip, transform,
   897      * paint or color, and composite attributes.
   897      * paint or color, and composite attributes.
   898      * For characters in script systems such as Hebrew and Arabic,
   898      * For characters in script systems such as Hebrew and Arabic,
   899      * the glyphs may be draw from right to left, in which case the
   899      * the glyphs may be draw from right to left, in which case the
   900      * coordinate supplied is the the location of the leftmost character
   900      * coordinate supplied is the location of the leftmost character
   901      * on the baseline.
   901      * on the baseline.
   902      * @param iterator the iterator whose text is to be drawn
   902      * @param iterator the iterator whose text is to be drawn
   903      * @param x,y the coordinates where the iterator's text should be drawn.
   903      * @param x,y the coordinates where the iterator's text should be drawn.
   904      * @see #setPaint
   904      * @see #setPaint
   905      * @see java.awt.Graphics#setColor
   905      * @see java.awt.Graphics#setColor