# GNAvatarView **Repository Path**: lyw2010/GNAvatarView ## Basic Information - **Project Name**: GNAvatarView - **Description**: No description available - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-23 - **Last Updated**: 2021-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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