Lines Matching refs:to

3  * Licensed to the Apache Software Foundation (ASF) under one
7 * to you under the Apache License, Version 2.0 (the
13 * Unless required by applicable law or agreed to in writing,
92 Some notes are in order to explain the concepts used here. The
102 When used careless, this scheme can be inefficient to some extend,
103 because internally, view, render and other states have to be
107 have to be intersected before rendering. It is therefore
108 recommended to combine <type>ViewState</type> and
121 return a cache object, which, when called to redraw, renders the
128 interface). Please note, though, that deciding whether to return
129 an <type>XCachedPrimitive</type> is completely up to the
140 fast, because the <type>XCanvas</type> would need to convert for
141 each render call. It is therefore recommended to create such
142 objects via the <type>XGraphicDevice</type> factory (to be
145 optimize to the underlying graphics subsystem.<p>
153 This method clears the whole canvas area to the device default
162 The point to draw.
165 The viewstate to be used when drawing this point.
168 The renderstate to be used when drawing this point.
183 The start point of the line to draw.
186 The end point of the line to draw.
189 The viewstate to be used when drawing this line.
192 The renderstate to be used when drawing this line.
213 The viewstate to be used when drawing this curve.
216 The renderstate to be used when drawing this curve.
231 The poly-polygon to draw.
234 The viewstate to be used when drawing this polygon.
237 The renderstate to be used when drawing this polygon.
239 @return a handle to the cached rendering output.
254 atomic operation in relation to the <type>RenderState</type>'s
261 The poly-polygon to render.
264 The viewstate to be used when stroking this polygon.
267 The renderstate to be used when stroking this polygon.
270 Further attributes used to parameterize the stroking.
272 @return a handle to the cached rendering output.
288 atomic operation in relation to the <type>RenderState</type>'s
295 The poly-polygon to render.
298 The viewstate to be used when strokes this polygon.
301 The renderstate to be used when stroking this polygon.
304 A sequence of texture definitions, with which to fill the
308 Further attributes used to parameterize the stroking.
310 @return a handle to the cached rendering output.
328 with the specified texture graphics, map the texture to the
332 atomic operation in relation to the <type>RenderState</type>'s
339 The poly-polygon to render.
342 The viewstate to be used when stroking this polygon.
345 The renderstate to be used when stroking this polygon.
348 A sequence of texture definitions, with which to fill the
356 Further attributes used to parameterize the stroking.
358 @return a handle to the cached rendering output.
379 This method can be used to e.g. set a clipping which covers the same
383 The poly-polygon to render.
386 The viewstate to be used when generating the outline.
389 The renderstate to be used when generating the outline.
392 Further attributes used to parameterize the stroking.
408 This method fills the given poly-polygon according to the
413 The poly-polygon to render.
416 The viewstate to be used when filling this polygon.
419 The renderstate to be used when filling this polygon.
421 @return a handle to the cached rendering output.
434 This method fills the given poly-polygon according to the
439 The poly-polygon to render.
442 The viewstate to be used when filling this polygon.
445 The renderstate to be used when filling this polygon.
448 A sequence of texture definitions, with which to fill the
451 @return a handle to the cached rendering output.
469 This method fills the given poly-polygon according to the
471 poly-polygon's fill rule. The texture is mapped to the
475 The poly-polygon to render.
478 The viewstate to be used when filling this polygon.
481 The renderstate to be used when filling this polygon.
484 A sequence of texture definitions, with which to fill the
491 @return a handle to the cached rendering output.
512 Additional font properties to be applied when selecting this
553 /** Query font information, specific to this canvas.<p>
556 Filter parameter to reduce the list of returned fonts. Every
559 to contain only those that have the specified attribute.
562 This interface can provide additional font properties to
583 textDirection equal to RIGHT_TO_LEFT, respectively.<p>
586 The text to output.
589 The font retrieved from this canvas to be used when drawing
593 The viewstate to be used when drawing this text.
596 The renderstate to be used when drawing this text.
602 i.e. the left edge for left-to-right and the right edge for
603 right-to-left text.
605 @return a handle to the cached rendering output.
623 the character can be unambiguously assigned to a unicode
627 An interface to the readily layouted text, obtained from a
632 The viewstate to be used when drawing this text.
635 The renderstate to be used when drawing this text.
637 @return a handle to the cached rendering output.
658 The bitmap to render.
661 The viewstate to be used when drawing this text.
664 The renderstate to be used when drawing this text.
666 @return a handle to the cached rendering output.
691 The bitmap to render.
694 The viewstate to be used when drawing this text.
697 The renderstate to be used when drawing this text. The device
702 to 1.0, except for the alpha channel, which should be set to
705 @return a handle to the cached rendering output.
723 A graphic device provides methods specific to the underlying
725 rendering to such a device. This includes device resolution,