Skip navigation links
D E F S T V 

D

drawDeformedImage(GraphicsContext, Image, int, int, int[]) - Static method in class ej.drawing.TransformPainter
Draws a deformed image at the given anchor top-left point.

The deformed image is identified by its four corner points.
drawFlippedImage(GraphicsContext, Image, int, int, TransformPainter.Flip) - Static method in class ej.drawing.TransformPainter
Draws the image in the graphics context at given anchor top-left position, using the given flip.
drawFlippedImage(GraphicsContext, Image, int, int, TransformPainter.Flip, int) - Static method in class ej.drawing.TransformPainter
Draws the image in the graphics context at given anchor top-left position, using the given flip and opacity level.
drawPolygon(GraphicsContext, int[]) - Static method in class ej.drawing.ShapePainter
Draws the closed polygon which is defined by the array of integer coordinates, using the current color.
drawPolygon(GraphicsContext, int[], int, int) - Static method in class ej.drawing.ShapePainter
Draws the closed polygon which is defined by the array of integer coordinates, using the current color.
drawRotatedCharBilinear(GraphicsContext, Font, char, int, int, int, int, float) - Static method in class ej.drawing.TransformPainter
Draws the character applying the given rotation.
drawRotatedCharBilinear(GraphicsContext, Font, char, int, int, int, int, float, int) - Static method in class ej.drawing.TransformPainter
Draws the character applying the given rotation and opacicity level.
drawRotatedCharNearestNeighbor(GraphicsContext, Font, char, int, int, int, int, float) - Static method in class ej.drawing.TransformPainter
Draws the character applying the given rotation.
drawRotatedCharNearestNeighbor(GraphicsContext, Font, char, int, int, int, int, float, int) - Static method in class ej.drawing.TransformPainter
Draws the character applying the given rotation and opacity level.
drawRotatedImageBilinear(GraphicsContext, Image, int, int, int, int, float) - Static method in class ej.drawing.TransformPainter
Draws the image applying the given rotation.
drawRotatedImageBilinear(GraphicsContext, Image, int, int, int, int, float, int) - Static method in class ej.drawing.TransformPainter
Draws the image applying the given rotation fixing the opacity level.
drawRotatedImageNearestNeighbor(GraphicsContext, Image, int, int, int, int, float) - Static method in class ej.drawing.TransformPainter
Draws the image applying the given rotation.
drawRotatedImageNearestNeighbor(GraphicsContext, Image, int, int, int, int, float, int) - Static method in class ej.drawing.TransformPainter
Draws the image applying the given rotation and opacity level.
drawScaledCharBilinear(GraphicsContext, char, Font, int, int, float, float) - Static method in class ej.drawing.TransformPainter
Draws the character in the graphics context at given anchor top-left position and using the given scaling factor.
drawScaledImageBilinear(GraphicsContext, Image, int, int, float, float) - Static method in class ej.drawing.TransformPainter
Draws the image in the graphics context at given anchor top-left position and using the given scaling factor.
drawScaledImageBilinear(GraphicsContext, Image, int, int, float, float, int) - Static method in class ej.drawing.TransformPainter
Draws the image in the graphics context at given anchor top-left position and using the given scaling factor and opacity level.
drawScaledImageNearestNeighbor(GraphicsContext, Image, int, int, float, float) - Static method in class ej.drawing.TransformPainter
Draws the image in the graphics context at given anchor top-left position and using the given scaling factor.
drawScaledImageNearestNeighbor(GraphicsContext, Image, int, int, float, float, int) - Static method in class ej.drawing.TransformPainter
Draws the image in the graphics context at given anchor top-left position and using the given scaling factor and opacity level.
drawScaledRenderableStringBilinear(GraphicsContext, RenderableString, int, int, float, float) - Static method in class ej.drawing.TransformPainter
Draws the renderable string in the graphics context at given anchor top-left position and using the given scaling factor.
drawScaledStringBilinear(GraphicsContext, String, Font, int, int, float, float) - Static method in class ej.drawing.TransformPainter
Draws the string in the graphics context at given anchor top-left position and using the given scaling factor.
drawScaledSubstringBilinear(GraphicsContext, String, int, int, Font, int, int, float, float) - Static method in class ej.drawing.TransformPainter
Draws the substring in the graphics context at given anchor top-left position and using the given scaling factor.
drawThickCircle(GraphicsContext, int, int, int, int) - Static method in class ej.drawing.ShapePainter
Draws the outline of a circle covering the square specified by its diameter, using the GraphicsContext 's current color.

The center of the circle is defined as the center of the square whose origin is at (x,y) (upper-left corner) and whose dimension is given by diameter.

If diameter is negative, nothing is drawn.
drawThickCircleArc(GraphicsContext, int, int, int, float, float, int) - Static method in class ej.drawing.ShapePainter
Draws the outline of a circular arc covering the specified square, using the GraphicsContext 's current color.

The arc is drawn from startAngle up to arcAngle degrees.
drawThickEllipse(GraphicsContext, int, int, int, int, int) - Static method in class ej.drawing.ShapePainter
Draws the outline of a ellipse covering the specified rectangle, using the GraphicsContext's current color.

The center of the ellipse is defined as the center of the rectangle whose origin is at (x,y) (upper-left corner) and whose dimension is given by width and height.

If either width or height is negative or zero, nothing is drawn.
drawThickFadedCircle(GraphicsContext, int, int, int, int, int) - Static method in class ej.drawing.ShapePainter
Draws the faded outline of a circle covering the square specified by its diameter, using the GraphicsContext 's current color.

The center of the circle is defined as the center of the square whose origin is at (x,y) (upper-left corner) and whose dimension is given by diameter.

If diameter is negative or zero, nothing is drawn.
drawThickFadedCircleArc(GraphicsContext, int, int, int, float, float, int, int, ShapePainter.Cap, ShapePainter.Cap) - Static method in class ej.drawing.ShapePainter
Draws the faded outline of a circular arc covering the specified square, using the current color and caps.
drawThickFadedEllipse(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.drawing.ShapePainter
Draws the outline of a ellipse covering the specified rectangle, using the GraphicsContext's current color.

The center of the ellipse is defined as the center of the rectangle whose origin is at (x,y) (upper-left corner) and whose dimension is given by width and height.

If either width or height is negative or zero, nothing is drawn.
drawThickFadedLine(GraphicsContext, int, int, int, int, int, int, ShapePainter.Cap, ShapePainter.Cap) - Static method in class ej.drawing.ShapePainter
Draws a faded line from (x1,y1) to (x2,y2) using the GraphicsContext's current color and caps.
drawThickFadedPoint(GraphicsContext, int, int, int, int) - Static method in class ej.drawing.ShapePainter
Draws a faded point at (x,y) using the GraphicsContext's current color.
drawThickLine(GraphicsContext, int, int, int, int, int) - Static method in class ej.drawing.ShapePainter
Draws a line from (x1,y1) to (x2,y2) using the GraphicsContext's current color.
D E F S T V 
Skip navigation links