?? pdfpatternpainter.html
字號:
public void <B>setXStep</B>(float xstep)</PRE>
<DL>
<DD>Sets the xstep of this pattern.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>xstep</CODE> - the xstep in horizontal painting</DL>
</DD>
</DL>
<HR>
<A NAME="setYStep(float)"><!-- --></A><H3>
setYStep</H3>
<PRE>
public void <B>setYStep</B>(float ystep)</PRE>
<DL>
<DD>Sets the ystep of this pattern.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ystep</CODE> - in vertical painting</DL>
</DD>
</DL>
<HR>
<A NAME="getXStep()"><!-- --></A><H3>
getXStep</H3>
<PRE>
public float <B>getXStep</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getYStep()"><!-- --></A><H3>
getYStep</H3>
<PRE>
public float <B>getYStep</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isStencil()"><!-- --></A><H3>
isStencil</H3>
<PRE>
public boolean <B>isStencil</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setPatternMatrix(float, float, float, float, float, float)"><!-- --></A><H3>
setPatternMatrix</H3>
<PRE>
public void <B>setPatternMatrix</B>(float a, float b, float c, float d, float e, float f)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getPattern()"><!-- --></A><H3>
getPattern</H3>
<PRE>
<A HREF="../../../../com/lowagie/text/pdf/PdfPattern.html">PdfPattern</A> <B>getPattern</B>()</PRE>
<DL>
<DD>Gets the stream representing this pattern
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the stream representing this pattern</DL>
</DD>
</DL>
<HR>
<A NAME="getDuplicate()"><!-- --></A><H3>
getDuplicate</H3>
<PRE>
public <A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A> <B>getDuplicate</B>()</PRE>
<DL>
<DD>Gets a duplicate of this <CODE>PdfPatternPainter</CODE>. All the members are copied by reference but the buffer stays different.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfTemplate.html#getDuplicate()">getDuplicate</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfTemplate.html">PdfTemplate</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a copy of this <CODE>PdfPatternPainter</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getDefaultColor()"><!-- --></A><H3>
getDefaultColor</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/awt/Color.html">Color</A> <B>getDefaultColor</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setGrayFill(float)"><!-- --></A><H3>
setGrayFill</H3>
<PRE>
public void <B>setGrayFill</B>(float gray)</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></B></DD>
<DD>Changes the currentgray tint for filling paths (device dependent colors!). <P> Sets the color space to <B>DeviceGray</B> (or the <B>DefaultGray</B> color space), and sets the gray tint to use for filling paths.</P>
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#setGrayFill(float)">setGrayFill</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>gray</CODE> - a value between 0 (black) and 1 (white)</DL>
</DD>
</DL>
<HR>
<A NAME="resetGrayFill()"><!-- --></A><H3>
resetGrayFill</H3>
<PRE>
public void <B>resetGrayFill</B>()</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></B></DD>
<DD>Changes the current gray tint for filling paths to black.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#resetGrayFill()">resetGrayFill</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setGrayStroke(float)"><!-- --></A><H3>
setGrayStroke</H3>
<PRE>
public void <B>setGrayStroke</B>(float gray)</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></B></DD>
<DD>Changes the currentgray tint for stroking paths (device dependent colors!). <P> Sets the color space to <B>DeviceGray</B> (or the <B>DefaultGray</B> color space), and sets the gray tint to use for stroking paths.</P>
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#setGrayStroke(float)">setGrayStroke</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>gray</CODE> - a value between 0 (black) and 1 (white)</DL>
</DD>
</DL>
<HR>
<A NAME="resetGrayStroke()"><!-- --></A><H3>
resetGrayStroke</H3>
<PRE>
public void <B>resetGrayStroke</B>()</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></B></DD>
<DD>Changes the current gray tint for stroking paths to black.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#resetGrayStroke()">resetGrayStroke</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setRGBColorFillF(float, float, float)"><!-- --></A><H3>
setRGBColorFillF</H3>
<PRE>
public void <B>setRGBColorFillF</B>(float red, float green, float blue)</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></B></DD>
<DD>Changes the current color for filling paths (device dependent colors!). <P> Sets the color space to <B>DeviceRGB</B> (or the <B>DefaultRGB</B> color space), and sets the color to use for filling paths.</P> <P> Following the PDF manual, each operand must be a number between 0 (minimum intensity) and 1 (maximum intensity).</P>
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#setRGBColorFillF(float, float, float)">setRGBColorFillF</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>red</CODE> - the intensity of red. A value between 0 and 1<DD><CODE>green</CODE> - the intensity of green. A value between 0 and 1<DD><CODE>blue</CODE> - the intensity of blue. A value between 0 and 1</DL>
</DD>
</DL>
<HR>
<A NAME="resetRGBColorFill()"><!-- --></A><H3>
resetRGBColorFill</H3>
<PRE>
public void <B>resetRGBColorFill</B>()</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></B></DD>
<DD>Changes the current color for filling paths to black.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html#resetRGBColorFill()">resetRGBColorFill</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfContentByte.html">PdfContentByte</A></CODE></DL>
</DD>
<DD><DL>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -