Image Viewer

A Swing image viewer component.

Лицензия

Лицензия

Группа

Группа

hu.kazocsaba
Идентификатор

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

image-viewer
Последняя версия

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

1.2.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Image Viewer
A Swing image viewer component.
Ссылка на сайт

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

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

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

https://github.com/kazocsaba/imageviewer

Скачать image-viewer

Как подключить последнюю версию

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
org.easytesting : fest-swing jar 1.2.1

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

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

This project provides a Swing image viewer component.

See the wiki for additional details and screenshots, and the Javadoc API located here.

Features

  • integrated scroll pane
  • multiple resize policies
  • popup menu to set viewing settings and save the image
  • mouse listeners in image coordinate system
  • overlays to draw over the image
  • status bar support

Using

The library resides in the central Maven repository with group ID hu.kazocsaba and artifact ID image-viewer. If you use a project management system which can fetch dependencies from there, you can just add the library as a dependency. E.g. in Maven:

<dependency>
	<groupId>hu.kazocsaba</groupId>
	<artifactId>image-viewer</artifactId>
	<version>a.b.c</version>
</dependency>

Otherwise you can download it directly.

Версии библиотеки

Версия
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0