Class TimeGraph

    • Method Detail

      • addLine

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

        public void setLines​(java.util.List<LineChartLine> lineFormats)
      • getLineIds

        public java.util.List<java.lang.String> getLineIds()
      • 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)