java.lang.Object
com.djrapitops.plan.delivery.domain.datatransfer.graphs.GraphCollection<T>

public class GraphCollection<T> extends Object
Represents multiple graphs of same type.
  • Constructor Details

    • GraphCollection

      public GraphCollection(List<T> graphs, String color)
  • Method Details