public class LicenseHistogramDataPoint extends Object
| Constructor and Description |
|---|
LicenseHistogramDataPoint()
Default constructor
|
LicenseHistogramDataPoint(String name,
int occurrences)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHeight() |
String |
getName() |
int |
getOccurrences() |
String |
getShortName() |
void |
setHeight(int height) |
void |
setName(String name) |
void |
setOccurrences(int occurrences) |
public LicenseHistogramDataPoint()
public LicenseHistogramDataPoint(String name, int occurrences)
name - of the licenseoccurrences - numberpublic String getName()
public void setName(String name)
public int getOccurrences()
public void setOccurrences(int occurrences)
public String getHeight()
public void setHeight(int height)
public String getShortName()
Copyright © 2011-2018 White Source. All Rights Reserved.