Liking cljdoc? Tell your friends :D

jdk.awt.font.ImageGraphicAttribute

The ImageGraphicAttribute class is an implementation of GraphicAttribute which draws images in a TextLayout.

The ImageGraphicAttribute class is an implementation of
GraphicAttribute which draws images in
a TextLayout.
raw docstring

->image-graphic-attributeclj

(->image-graphic-attribute image alignment)
(->image-graphic-attribute image alignment origin-x origin-y)

Constructor.

Constructs an ImageGraphicAttribute from the specified Image. The point (originX, originY) in the Image appears at the origin of the ImageGraphicAttribute within the text.

image - the Image rendered by this ImageGraphicAttribute. This object keeps a reference to image. - java.awt.Image alignment - one of the alignments from this ImageGraphicAttribute - int origin-x - the X coordinate of the point within the Image that appears at the origin of the ImageGraphicAttribute in the text line. - float origin-y - the Y coordinate of the point within the Image that appears at the origin of the ImageGraphicAttribute in the text line. - float

Constructor.

Constructs an ImageGraphicAttribute from the specified
 Image. The point
 (originX, originY) in the
 Image appears at the origin of the
 ImageGraphicAttribute within the text.

image - the Image rendered by this ImageGraphicAttribute. This object keeps a reference to image. - `java.awt.Image`
alignment - one of the alignments from this ImageGraphicAttribute - `int`
origin-x - the X coordinate of the point within the Image that appears at the origin of the ImageGraphicAttribute in the text line. - `float`
origin-y - the Y coordinate of the point within the Image that appears at the origin of the ImageGraphicAttribute in the text line. - `float`
raw docstring

drawclj

(draw this graphics x y)

Renders this GraphicAttribute at the specified location.

graphics - the Graphics2D into which to render the graphic - java.awt.Graphics2D x - the user-space X coordinate where the graphic is rendered - float y - the user-space Y coordinate where the graphic is rendered - float

Renders this GraphicAttribute at the specified
 location.

graphics - the Graphics2D into which to render the graphic - `java.awt.Graphics2D`
x - the user-space X coordinate where the graphic is rendered - `float`
y - the user-space Y coordinate where the graphic is rendered - `float`
raw docstring

equalsclj

(equals this rhs)

Compares this ImageGraphicAttribute to the specified Object.

rhs - the Object to compare for equality - java.lang.Object

returns: true if this ImageGraphicAttribute equals rhs; false otherwise. - boolean

Compares this ImageGraphicAttribute to the specified
 Object.

rhs - the Object to compare for equality - `java.lang.Object`

returns: true if this
 ImageGraphicAttribute equals rhs;
 false otherwise. - `boolean`
raw docstring

get-advanceclj

(get-advance this)

Returns the advance of this ImageGraphicAttribute. The advance of an ImageGraphicAttribute is the distance from the origin to the right edge of the image.

returns: the advance of this ImageGraphicAttribute. - float

Returns the advance of this ImageGraphicAttribute.
 The advance of an ImageGraphicAttribute is the
 distance from the origin to the right edge of the image.

returns: the advance of this ImageGraphicAttribute. - `float`
raw docstring

get-ascentclj

(get-ascent this)

Returns the ascent of this ImageGraphicAttribute. The ascent of an ImageGraphicAttribute is the distance from the top of the image to the origin.

returns: the ascent of this ImageGraphicAttribute. - float

Returns the ascent of this ImageGraphicAttribute.  The
 ascent of an ImageGraphicAttribute is the distance
 from the top of the image to the origin.

returns: the ascent of this ImageGraphicAttribute. - `float`
raw docstring

get-boundsclj

(get-bounds this)

Returns a Rectangle2D that encloses all of the bits rendered by this ImageGraphicAttribute, relative to the rendering position. A graphic can be rendered beyond its origin, ascent, descent, or advance; but if it is, this method's implementation must indicate where the graphic is rendered.

returns: a Rectangle2D that encloses all of the bits rendered by this ImageGraphicAttribute. - java.awt.geom.Rectangle2D

Returns a Rectangle2D that encloses all of the
 bits rendered by this ImageGraphicAttribute, relative
 to the rendering position.  A graphic can be rendered beyond its
 origin, ascent, descent, or advance;  but if it is, this
 method's implementation must indicate where the graphic is rendered.

returns: a Rectangle2D that encloses all of the bits
 rendered by this ImageGraphicAttribute. - `java.awt.geom.Rectangle2D`
raw docstring

get-descentclj

(get-descent this)

Returns the descent of this ImageGraphicAttribute. The descent of an ImageGraphicAttribute is the distance from the origin to the bottom of the image.

returns: the descent of this ImageGraphicAttribute. - float

Returns the descent of this ImageGraphicAttribute.
 The descent of an ImageGraphicAttribute is the
 distance from the origin to the bottom of the image.

returns: the descent of this ImageGraphicAttribute. - `float`
raw docstring

hash-codeclj

(hash-code this)

Returns a hashcode for this ImageGraphicAttribute.

returns: a hash code value for this object. - int

Returns a hashcode for this ImageGraphicAttribute.

returns: a hash code value for this object. - `int`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close