Skip to content

pdroalves/SimpleHistogramPanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleHistogramPanel

Example

SimpleHistogramPanel is a Java class that extends JPanel and draws a histogram using data on a ArrayList.

How to use:

Your data should be added to HistogramBar objects (or another kind that extends HistogramBar) and these added to a ArrayList, that should be set on SimpleHistogramPanel through setData() method.

You can use TypeHistogram class as reference.

Author:

Pedro Alves pdroalves@gmail.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published