Последняя версия

JDraw 1.0

A very simple, no-dependencies drawing API providing some primitive operations including lines, rectangles, circles, ellipses, arcs. It doesn't actually draw TO anything, you must provide your own implementation of Backing to actually paint the pixels. This project is intended for use with Snake, my project for Razer devices on Linux, but is made available in case others may find it useful. It doesn't have anything fancy like anti-alias, transformations or even line widths, contributions welcome though!

Лицензия

Лицензия

Группа

Группа

uk.co.bithatch
Идентификатор

Идентификатор

jdraw
Версия

Версия

1.0
Тип

Тип

jar
Описание

Описание

JDraw
A very simple, no-dependencies drawing API providing some primitive operations including lines, rectangles, circles, ellipses, arcs. It doesn't actually draw TO anything, you must provide your own implementation of Backing to actually paint the pixels. This project is intended for use with Snake, my project for Razer devices on Linux, but is made available in case others may find it useful. It doesn't have anything fancy like anti-alias, transformations or even line widths, contributions welcome though!
Ссылка на сайт

Ссылка на сайт

https://github.com/bithatch/jdraw
Система контроля версий

Система контроля версий

https://github.com/bithatch/jdraw/

Скачать jdraw 1.0

Имя Файла Размер
jdraw-1.0.pom
jdraw-1.0.jar 24 KB
jdraw-1.0-sources.jar 14 KB
jdraw-1.0-javadoc.jar 135 KB
Обзор

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.