Appends an SVG Path string to the current path.
Applies the given effect to the entire canvas.
Adds path elements to the current path to make an arc that uses Euclidean degrees.
Adds segments to the current path to make an arc.
Starts a Path
Adds segments to the current path to make a cubic bezier curve.
Gets the Canvas that the GraphicsContext is issuing draw commands to.
Clears a portion of the canvas with a transparent color value.
Clips using the current path
Closes the path.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Draws the current source rectangle of the given image to the given destination rectangle of the Canvas.
Draws an image into the given destination rectangle of the canvas.
Draws an image at the given x, y position using the width and height of the given image.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
the current fill attribute.
Fills an arc using the current fill paint.
Fills an oval using the current fill paint.
Fills the path with the current fill paint.
Fills the path with the current fill paint. This method is correspondent to fill() method in JavaFx class.
Fills a polygon with the given points using the currently set fill paint.
Fills a polygon with the given points using the currently set fill paint.
Fills a rectangle using the current fill paint.
Fills a rounded rectangle using the current fill paint.
the filling rule constant for determining the interior of the path.
Fills text and includes a maximum width of the string.
Fills the given string of text at position x, y (0,0 at top left) with the current fill paint attribute.
the current Font.
Gets a copy of the effect to be applied after the next draw call.
Returns a copy of the current transform.
Returns a copy of the current transform.
the current global alpha.
the global blend mode.
The delegate hashcode
the current stroke line cap.
the current stroke line join.
Adds segments to the current path to make a line at the given x,y coordinate.
the current line width.
the current miter limit.
Issues a move command for the current path to the given x,y coordinate.
Returns a PixelWriter object that can be used to modify the pixels of the Canvas associated with this GraphicsContext.
Returns true if the the given x,y point is inside the path.
Adds segments to the current path to make a quadratic curve.
Adds path elements to the current path to make a rectangle.
Pops the state off of the stack, setting the following attributes to their value at the time when that state was pushed onto the stack.
Rotates the current transform in degrees.
Saves the following attributes onto a stack.
Scales the current transform by x, y.
Sets the effect to be applied after the next draw call, or null to disable effects.
Sets the current transform.
Sets the current transform.
the current stroke.
Strokes an Arc using the current stroke paint.
Strokes a line using the current stroke paint.
Strokes a rectangle using the current stroke paint.
Strokes the path with the current stroke paint.
Strokes the path with the current stroke paint. This method is correspondent to stroke() method in JavaFx class.
Strokes a polygon with the given points using the currently set stroke paint.
Strokes a polygon with the given points using the currently set stroke paint.
Draws a polyline with the given points using the currently set stroke paint attribute.
Draws a polyline with the given points using the currently set stroke paint attribute.
Strokes a rectangle using the current stroke paint.
Strokes a rounded rectangle using the current stroke paint.
Draws text with stroke paint and includes a maximum width of the string.
draws the given string of text at position x, y (0,0 at top left) with the current stroke paint attribute.
the current TextAlignment.
the current Text Baseline.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Concatenates the input with the current transform.
Concatenates the input with the current transform.
Translates the current transform by x, y.
Wraps JavaFX GraphicsContext