Class TimeGraph

    • Method Detail

      • addLine

        public void addLine​(java.lang.String dataSeriesId,
                            LineChartCurveType graphType,
                            float dataDotRadius,
                            org.teamapps.common.format.Color lineColor)
      • addLine

        public void addLine​(java.lang.String dataSeriesId,
                            LineChartCurveType graphType,
                            float dataDotRadius,
                            org.teamapps.common.format.Color lineColor,
                            org.teamapps.common.format.Color areaColor)
      • getLineDataIds

        public java.util.List<java.lang.String> getLineDataIds()
      • doDestroy

        protected void doDestroy()
        Description copied from class: AbstractComponent
        Override this method to release resources whenever this component gets destroyed
        Overrides:
        doDestroy in class AbstractComponent
      • handleUiEvent

        public void handleUiEvent​(org.teamapps.dto.UiEvent event)
      • refresh

        public void refresh()
      • getMaxPixelsBetweenDataPoints

        public int getMaxPixelsBetweenDataPoints()
      • setMaxPixelsBetweenDataPoints

        public void setMaxPixelsBetweenDataPoints​(int maxPixelsBetweenDataPoints)
      • getSelectedInterval

        public Interval getSelectedInterval()
      • setSelectedInterval

        public void setSelectedInterval​(Interval selectedInterval)
      • setEagerFetchingParametersSupplier

        public void setEagerFetchingParametersSupplier​(java.util.function.Supplier<TimeGraph.EagerFetchingParameters> eagerFetchingParameterSupplier)