is not current version
Last Version 2.1.3

FXGraphics2D 2.1.2

FXGraphics2D is an API that provides a Graphics2D implementation that targets the JavaFX Canvas. This allows existing Java2D code to be reused with JavaFX.

License

License

GroupId

GroupId

org.jfree
ArtifactId

ArtifactId

org.jfree.fxgraphics2d
Version

Version

2.1.2
Type

Type

jar
Description

Description

FXGraphics2D
FXGraphics2D is an API that provides a Graphics2D implementation that targets the JavaFX Canvas. This allows existing Java2D code to be reused with JavaFX.
Project URL

Project URL

http://www.jfree.org/fxgraphics2d
Source Code Management

Source Code Management

https://github.com/jfree/fxgraphics2d

Download org.jfree.fxgraphics2d 2.1.2


<!-- https://jarcasting.com/artifacts/org.jfree/org.jfree.fxgraphics2d/ -->
<dependency>
    <groupId>org.jfree</groupId>
    <artifactId>org.jfree.fxgraphics2d</artifactId>
    <version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfree/org.jfree.fxgraphics2d/
implementation 'org.jfree:org.jfree.fxgraphics2d:2.1.2'
// https://jarcasting.com/artifacts/org.jfree/org.jfree.fxgraphics2d/
implementation ("org.jfree:org.jfree.fxgraphics2d:2.1.2")
'org.jfree:org.jfree.fxgraphics2d:jar:2.1.2'
<dependency org="org.jfree" name="org.jfree.fxgraphics2d" rev="2.1.2">
  <artifact name="org.jfree.fxgraphics2d" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfree', module='org.jfree.fxgraphics2d', version='2.1.2')
)
libraryDependencies += "org.jfree" % "org.jfree.fxgraphics2d" % "2.1.2"
[org.jfree/org.jfree.fxgraphics2d "2.1.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.openjfx : javafx-base jar 16
org.openjfx : javafx-swing jar 16

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.2
org.junit.jupiter : junit-jupiter-engine jar 5.7.2

Project Modules

There are no modules declared in this project.