Index
A C D F G H I K O R S T
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- addRenderingHints(Map<?, ?>) - Method in class org.jfree.fx.FXGraphics2D
-
Adds all the supplied rendering hints.
C
- clearRect(int, int, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Clears the specified rectangle by filling it with the current background color.
- clip(Shape) - Method in class org.jfree.fx.FXGraphics2D
-
Clips to the intersection of the current clipping region and the specified shape.
- clipRect(int, int, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Clips to the intersection of the current clipping region and the specified rectangle.
- copyArea(int, int, int, int, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Not yet implemented.
- create() - Method in class org.jfree.fx.FXGraphics2D
-
Creates a new graphics object that is a copy of this graphics object.
- createPolygon(int[], int[], int, boolean) - Method in class org.jfree.fx.FXGraphics2D
-
Creates a polygon from the specified
xandycoordinate arrays.
D
- dispose() - Method in class org.jfree.fx.FXGraphics2D
-
This method does nothing.
- draw(Shape) - Method in class org.jfree.fx.FXGraphics2D
-
Draws the specified shape with the current
paintandstroke. - drawArc(int, int, int, int, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Draws an arc contained within the rectangle
(x, y, width, height), starting atstartAngleand continuing througharcAngledegrees using the currentpaintandstroke. - drawGlyphVector(GlyphVector, float, float) - Method in class org.jfree.fx.FXGraphics2D
-
Draws the specified glyph vector at the location
(x, y). - drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Draws the image resulting from applying the
BufferedImageOpto the specified image at the location(x, y). - drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.fx.FXGraphics2D
-
Draws part of an image (defined by the source rectangle
(sx1, sy1, sx2, sy2)) into the destination rectangle(dx1, dy1, dx2, dy2). - drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.jfree.fx.FXGraphics2D
-
Draws part of an image (defined by the source rectangle
(sx1, sy1, sx2, sy2)) into the destination rectangle(dx1, dy1, dx2, dy2). - drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.fx.FXGraphics2D
-
Draws an image to the rectangle
(x, y, w, h)(scaling it if required), first filling the background with the specified color. - drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.jfree.fx.FXGraphics2D
-
Draws the image into the rectangle defined by
(x, y, w, h). - drawImage(Image, int, int, Color, ImageObserver) - Method in class org.jfree.fx.FXGraphics2D
-
Draws an image at the location
(x, y). - drawImage(Image, int, int, ImageObserver) - Method in class org.jfree.fx.FXGraphics2D
-
Draws an image at the location
(x, y). - drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jfree.fx.FXGraphics2D
-
Draws an image with the specified transform.
- drawLine(int, int, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Draws a line from
(x1, y1)to(x2, y2)using the currentpaintandstroke. - drawOval(int, int, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Draws an oval framed by the rectangle
(x, y, width, height)using the currentpaintandstroke. - drawPolygon(int[], int[], int) - Method in class org.jfree.fx.FXGraphics2D
-
Draws the specified polygon using the current
paintandstroke. - drawPolyline(int[], int[], int) - Method in class org.jfree.fx.FXGraphics2D
-
Draws the specified multi-segment line using the current
paintandstroke. - drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.jfree.fx.FXGraphics2D
-
Draws the renderable image.
- drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.jfree.fx.FXGraphics2D
-
Draws a rendered image.
- drawRoundRect(int, int, int, int, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Draws a rectangle with rounded corners using the current
paintandstroke. - drawString(String, float, float) - Method in class org.jfree.fx.FXGraphics2D
-
Draws a string at
(x, y). - drawString(String, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Draws a string at
(x, y). - drawString(AttributedCharacterIterator, float, float) - Method in class org.jfree.fx.FXGraphics2D
-
Draws a string of attributed characters at
(x, y). - drawString(AttributedCharacterIterator, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Draws a string of attributed characters at
(x, y).
F
- fill(Shape) - Method in class org.jfree.fx.FXGraphics2D
-
Fills the specified shape with the current
paint. - fillArc(int, int, int, int, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Fills an arc contained within the rectangle
(x, y, width, height), starting atstartAngleand continuing througharcAngledegrees, using the currentpaint. - fillOval(int, int, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Fills an oval framed by the rectangle
(x, y, width, height). - fillPolygon(int[], int[], int) - Method in class org.jfree.fx.FXGraphics2D
-
Fills the specified polygon using the current
paint. - fillRect(int, int, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Fills the specified rectangle with the current
paint. - fillRoundRect(int, int, int, int, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Fills a rectangle with rounded corners using the current
paint. - FXFontMetrics - Class in org.jfree.fx
-
A font metrics implementation for JavaFX.
- FXFontMetrics(Font, Graphics2D) - Constructor for class org.jfree.fx.FXFontMetrics
-
Creates a new instance.
- FXGraphics2D - Class in org.jfree.fx
-
A
Graphics2Dimplementation that writes to a JavaFXCanvas. - FXGraphics2D(GraphicsContext) - Constructor for class org.jfree.fx.FXGraphics2D
-
Creates a new instance that will render to the specified JavaFX
GraphicsContext. - FXGraphicsConfiguration - Class in org.jfree.fx
-
A graphics configuration for the
FXGraphics2Dclass. - FXGraphicsConfiguration(int, int) - Constructor for class org.jfree.fx.FXGraphicsConfiguration
-
Creates a new instance.
- FXGraphicsDevice - Class in org.jfree.fx
-
A graphics device for FXGraphics2D.
- FXGraphicsDevice(String, GraphicsConfiguration) - Constructor for class org.jfree.fx.FXGraphicsDevice
-
Creates a new instance.
- FXHints - Class in org.jfree.fx
-
Defines the rendering hints that can be used with the
FXGraphics2Dclass. - FXHints.Key - Class in org.jfree.fx
-
A key for hints used by the
FXGraphics2Dclass.
G
- getBackground() - Method in class org.jfree.fx.FXGraphics2D
-
Returns the background color (the default value is
Color.BLACK). - getBounds() - Method in class org.jfree.fx.FXGraphicsConfiguration
-
Returns the bounds for this configuration.
- getClip() - Method in class org.jfree.fx.FXGraphics2D
-
Returns the user clipping region.
- getClipBounds() - Method in class org.jfree.fx.FXGraphics2D
-
Returns the bounds of the user clipping region.
- getColor() - Method in class org.jfree.fx.FXGraphics2D
-
Returns the foreground color.
- getColorModel() - Method in class org.jfree.fx.FXGraphicsConfiguration
-
Returns the color model for this configuration.
- getColorModel(int) - Method in class org.jfree.fx.FXGraphicsConfiguration
-
Returns the color model for the specified transparency type, or
null. - getComposite() - Method in class org.jfree.fx.FXGraphics2D
-
Returns the current composite.
- getConfigurations() - Method in class org.jfree.fx.FXGraphicsDevice
-
Returns all configurations for this device.
- getDefaultConfiguration() - Method in class org.jfree.fx.FXGraphicsDevice
-
Returns the default configuration for this device.
- getDefaultTransform() - Method in class org.jfree.fx.FXGraphicsConfiguration
-
Returns the default transform.
- getDevice() - Method in class org.jfree.fx.FXGraphicsConfiguration
-
Returns the graphics device that this configuration is associated with.
- getDeviceConfiguration() - Method in class org.jfree.fx.FXGraphics2D
-
Returns the device configuration associated with this
Graphics2D. - getFont() - Method in class org.jfree.fx.FXGraphics2D
-
Returns the current font used for drawing text.
- getFontMetrics(Font) - Method in class org.jfree.fx.FXGraphics2D
-
Returns the font metrics for the specified font.
- getFontRenderContext() - Method in class org.jfree.fx.FXGraphics2D
-
Returns the font render context.
- getIDstring() - Method in class org.jfree.fx.FXGraphicsDevice
-
Returns the id string (defined in the constructor).
- getNormalizingTransform() - Method in class org.jfree.fx.FXGraphicsConfiguration
-
Returns the normalizing transform.
- getPaint() - Method in class org.jfree.fx.FXGraphics2D
-
Returns the paint used to draw or fill shapes (or text).
- getRenderingHint(RenderingHints.Key) - Method in class org.jfree.fx.FXGraphics2D
-
Returns the current value for the specified hint.
- getRenderingHints() - Method in class org.jfree.fx.FXGraphics2D
-
Returns a copy of the rendering hints.
- getStringBounds(char[], int, int, Graphics) - Method in class org.jfree.fx.FXFontMetrics
- getStringBounds(String, int, int, Graphics) - Method in class org.jfree.fx.FXFontMetrics
- getStringBounds(String, Graphics) - Method in class org.jfree.fx.FXFontMetrics
- getStringBounds(CharacterIterator, int, int, Graphics) - Method in class org.jfree.fx.FXFontMetrics
- getStroke() - Method in class org.jfree.fx.FXGraphics2D
-
Returns the current stroke (this attribute is used when drawing shapes).
- getTransform() - Method in class org.jfree.fx.FXGraphics2D
-
Returns a copy of the current transform.
- getType() - Method in class org.jfree.fx.FXGraphicsDevice
-
Returns the device type.
- getZeroStrokeWidth() - Method in class org.jfree.fx.FXGraphics2D
-
Returns the width to use for the stroke when the AWT stroke specified has a zero width (the default value is
0.5).
H
- hit(Rectangle, Shape, boolean) - Method in class org.jfree.fx.FXGraphics2D
-
Returns
trueif the rectangle (in device space) intersects with the shape (the interior, ifonStrokeisfalse, otherwise the stroked outline of the shape).
I
- isCompatibleValue(Object) - Method in class org.jfree.fx.FXHints.Key
-
Returns
trueifvalis a value that is compatible with this key, andfalseotherwise.
K
- Key(int) - Constructor for class org.jfree.fx.FXHints.Key
- KEY_USE_FX_FONT_METRICS - Static variable in class org.jfree.fx.FXHints
-
The key for the hint that controls whether JavaFX font metrics are used (better matching to rendering engine) or Java2D font metrics.
O
- org.jfree.fx - package org.jfree.fx
- org.jfree.fxgraphics2d - module org.jfree.fxgraphics2d
-
This module exports the
FXGraphics2Dclass and supporting classes and interfaces.
R
- rotate(double) - Method in class org.jfree.fx.FXGraphics2D
-
Applies a rotation (anti-clockwise) about
(0, 0). - rotate(double, double, double) - Method in class org.jfree.fx.FXGraphics2D
-
Applies a rotation (anti-clockwise) about
(x, y).
S
- scale(double, double) - Method in class org.jfree.fx.FXGraphics2D
-
Applies a scale transformation.
- setBackground(Color) - Method in class org.jfree.fx.FXGraphics2D
-
Sets the background color.
- setClip(int, int, int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Sets the user clipping region to the specified rectangle.
- setClip(Shape) - Method in class org.jfree.fx.FXGraphics2D
-
Sets the user clipping region.
- setColor(Color) - Method in class org.jfree.fx.FXGraphics2D
-
Sets the foreground color.
- setComposite(Composite) - Method in class org.jfree.fx.FXGraphics2D
-
Sets the composite.
- setFont(Font) - Method in class org.jfree.fx.FXGraphics2D
-
Sets the font to be used for drawing text.
- setPaint(Paint) - Method in class org.jfree.fx.FXGraphics2D
-
Sets the paint used to draw or fill shapes (or text).
- setPaintMode() - Method in class org.jfree.fx.FXGraphics2D
-
Not implemented - the method does nothing.
- setRenderingHint(RenderingHints.Key, Object) - Method in class org.jfree.fx.FXGraphics2D
-
Sets the value for a hint.
- setRenderingHints(Map<?, ?>) - Method in class org.jfree.fx.FXGraphics2D
-
Sets the rendering hints to the specified collection.
- setStroke(Stroke) - Method in class org.jfree.fx.FXGraphics2D
-
Sets the stroke that will be used to draw shapes.
- setTransform(AffineTransform) - Method in class org.jfree.fx.FXGraphics2D
-
Sets the transform.
- setXORMode(Color) - Method in class org.jfree.fx.FXGraphics2D
-
Not implemented - the method does nothing.
- setZeroStrokeWidth(double) - Method in class org.jfree.fx.FXGraphics2D
-
Sets the width to use for the stroke when setting a new AWT stroke that has a width of
0.0. - shear(double, double) - Method in class org.jfree.fx.FXGraphics2D
-
Applies a shear transformation.
- stringWidth(String) - Method in class org.jfree.fx.FXFontMetrics
T
- transform(AffineTransform) - Method in class org.jfree.fx.FXGraphics2D
-
Applies this transform to the existing transform by concatenating it.
- translate(double, double) - Method in class org.jfree.fx.FXGraphics2D
-
Applies the translation
(tx, ty). - translate(int, int) - Method in class org.jfree.fx.FXGraphics2D
-
Applies the translation
(tx, ty).
All Classes|All Packages