Uses of Class
magick.DrawInfo

Packages that use DrawInfo
magick 

Uses of DrawInfo in magick
 

Methods in magick with parameters of type DrawInfo
voidMagickImage.annotateImage(DrawInfo info)
          
booleanMagickImage.colorFloodfillImage(DrawInfo drawInfo, PixelPacket target, int x, int y, int method)
          Changes the color value of any pixel that matches target and is an immediate neighbor.
booleanMagickImage.drawImage(DrawInfo aInfo)
          Draws a primitive (line, rectangle, ellipse) on the image.
 


JMagick