SWTGraphics2D

An implementation of Java2D's Graphics2D API that targets an SWT graphics context, allowing existing Java2D code to be reused in SWT applications.

License

License

GroupId

GroupId

org.jfree
ArtifactId

ArtifactId

swtgraphics2d
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

SWTGraphics2D
An implementation of Java2D's Graphics2D API that targets an SWT graphics context, allowing existing Java2D code to be reused in SWT applications.
Project URL

Project URL

https://github.com/jfree/swtgraphics2d
Source Code Management

Source Code Management

https://github.com/jfree/swtgraphics2d

Download swtgraphics2d

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.eclipse.platform » org.eclipse.swt.${swt.platform} jar 3.116.100

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.

Versions

Version
1.1.0
1.0