Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gleidsonmt/gnavatarview

Component avatar view for javafx-8
https://github.com/gleidsonmt/gnavatarview

javafx-8 javafx-components javafx-gui javafx-library

Last synced: 3 days ago
JSON representation

Component avatar view for javafx-8

Awesome Lists containing this project

README

        

![Version](https://img.shields.io/badge/Version-1.0.5-green.svg?style=for-the-badge)
[![Release](https://img.shields.io/badge/Release-v1.0.5-yellow.svg?style=for-the-badge)](https://github.com/Gleidson28/GNAvatarView/releases/tag/1.0)
[![License](https://img.shields.io/github/license/Gleidson28/GNAvatarView.svg?style=for-the-badge)](https://github.com/Gleidson28/GNCarousel/blob/master/LICENSE)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.Gleidson28/GNAvatarView.svg?style=for-the-badge)](https://search.maven.org/search?q=g:%22io.github.Gleidson28%22%20AND%20a:%22GNAvatarView%22)




This project is part of the set of custom components created for JavaFx.

GNAvatarView


The AvatarView is a simple component used to view one image with a custom avatar.

> Create a shape with image for avatar view.

## Gradle
### How to Include In Gradle Project

```groovy
dependencies {
compile 'io.github.Gleidson28:GNAvatarView:1.0.5'
}
```

## Maven
### How to Include In Maven Project
```xml

io.github.Gleidson28
GNAvatarView
1.0.5

```

## Basic Usage

```java
GNAvatarView avatarView = new GNAvatarView();
avatarView.setImage(new Image("smile.jpg"));
```

View