Etyl Paparazzi

A simple tool to take screenshots of Etyl Applications

Лицензия

Лицензия

Harium Commercial License
Группа

Группа

com.harium.etyl
Идентификатор

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

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

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Etyl Paparazzi
A simple tool to take screenshots of Etyl Applications

Скачать paparazzi

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

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

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
com.harium : etyl Необязательный jar 1.0.18

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

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

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

Etyl Paparazzi

Simple tool to take screenshots of Etyl Applications

Maven

<dependency>
    <groupId>com.harium.etyl</groupId>
    <artifactId>paparazzi</artifactId>
    <version>1.0.1</version>
</dependency>

Example

Call this in an Application and Paparazzi takes the screenshot for you.

BufferedImage image = Paparazzi.takeScreenShot(this);

You can save the image with this code:

File output = new File(PathHelper.currentDirectory() + "output.jpg");
try {
    ImageIO.write(image, "jpg", output);
} catch (IOException e) {
    e.printStackTrace();
}
com.harium.etyl

Harium

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

Версия
1.0.1
1.0.0