Uses of Class
net.alpenblock.bungeeperms.metrics.velocity.Metrics.CustomChart
-
Packages that use Metrics.CustomChart Package Description net.alpenblock.bungeeperms.metrics.velocity -
-
Uses of Metrics.CustomChart in net.alpenblock.bungeeperms.metrics.velocity
Subclasses of Metrics.CustomChart in net.alpenblock.bungeeperms.metrics.velocity Modifier and Type Class Description static class
Metrics.AdvancedBarChart
Represents a custom advanced bar chart.static class
Metrics.AdvancedPie
Represents a custom advanced pie.static class
Metrics.DrilldownPie
Represents a custom drilldown pie.static class
Metrics.MultiLineChart
Represents a custom multi line chart.static class
Metrics.SimpleBarChart
Represents a custom simple bar chart.static class
Metrics.SimplePie
Represents a custom simple pie.static class
Metrics.SingleLineChart
Represents a custom single line chart.Methods in net.alpenblock.bungeeperms.metrics.velocity with parameters of type Metrics.CustomChart Modifier and Type Method Description void
Metrics. addCustomChart(Metrics.CustomChart chart)
Adds a custom chart.
-