Uses of Class
org.teamapps.ux.component.timegraph.graph.AbstractGraph
Packages that use AbstractGraph
-
Uses of AbstractGraph in org.teamapps.ux.component.timegraph
Methods in org.teamapps.ux.component.timegraph with parameters of type AbstractGraphModifier and TypeMethodDescriptionvoidTimeGraph.addGraph(AbstractGraph<?, ?> graph) voidGraphChangeListener.handleChange(AbstractGraph<?, ?> display) Method parameters in org.teamapps.ux.component.timegraph with type arguments of type AbstractGraphModifier and TypeMethodDescriptionvoidTimeGraph.setGraphs(List<? extends AbstractGraph<?, ?>> graphs) -
Uses of AbstractGraph in org.teamapps.ux.component.timegraph.graph
Subclasses of AbstractGraph in org.teamapps.ux.component.timegraph.graphModifier and TypeClassDescriptionclassclassclassclassMethods in org.teamapps.ux.component.timegraph.graph that return AbstractGraphModifier and TypeMethodDescriptionAbstractGraph.setDisplayedIntervalY(Interval displayedIntervalY) AbstractGraph.setMaxTickDigits(int maxTickDigits) AbstractGraph.setYAxisColor(Color yAxisColor) AbstractGraph.setYAxisLabel(String yAxisLabel) AbstractGraph.setYAxisVisible(boolean yAxisVisible) AbstractGraph.setYScaleType(ScaleType yScaleType) AbstractGraph.setYScaleZoomMode(LineChartYScaleZoomMode yScaleZoomMode) AbstractGraph.setYZeroLineVisible(boolean yZeroLineVisible) Methods in org.teamapps.ux.component.timegraph.graph that return types with arguments of type AbstractGraphMethods in org.teamapps.ux.component.timegraph.graph with parameters of type AbstractGraphModifier and TypeMethodDescriptionvoidGraphGroup.addGraph(AbstractGraph<?, ?> graph) voidGraphGroup.removeGraph(AbstractGraph<?, ?> graph) Method parameters in org.teamapps.ux.component.timegraph.graph with type arguments of type AbstractGraphConstructors in org.teamapps.ux.component.timegraph.graph with parameters of type AbstractGraphConstructor parameters in org.teamapps.ux.component.timegraph.graph with type arguments of type AbstractGraph