Package com.loohp.limbo.metrics
Class Metrics
java.lang.Object
com.loohp.limbo.metrics.Metrics
bStats collects some data for plugin authors.
Check out https://bStats.org/ to learn more about bStats!
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Represents a custom advanced bar chart.static class
Represents a custom advanced map chart.static class
Represents a custom advanced pie.static enum
A enum which is used for custom maps.static class
Represents a custom chart.static class
Represents a custom drilldown pie.static class
Represents a custom multi line chart.static class
Represents a custom simple bar chart.static class
Represents a custom simple map chart.static class
Represents a custom simple pie.static class
Represents a custom single line chart. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a custom chart.
-
Field Details
-
B_STATS_VERSION
public static final int B_STATS_VERSION- See Also:
-
-
Constructor Details
-
Metrics
- Throws:
IOException
-
-
Method Details
-
addCustomChart
Adds a custom chart.- Parameters:
chart
- The chart to add.
-