Uses of Interface
org.rrd4j.graph.TimeLabelFormat
Packages that use TimeLabelFormat
- 
Uses of TimeLabelFormat in org.rrd4j.graph
Classes in org.rrd4j.graph that implement TimeLabelFormatModifier and TypeClassDescriptionclassSimple time label using a format similar tostrftime.Fields in org.rrd4j.graph declared as TimeLabelFormatModifier and TypeFieldDescription(package private) final TimeLabelFormatTimeAxisSetting.format(package private) TimeLabelFormatRrdGraphDef.timeLabelFormatFields in org.rrd4j.graph with type parameters of type TimeLabelFormatModifier and TypeFieldDescription(package private) java.util.function.Function<TimeUnit, Optional<TimeLabelFormat>> RrdGraphDef.formatProviderMethods in org.rrd4j.graph with parameters of type TimeLabelFormatModifier and TypeMethodDescriptionvoidRrdGraphDef.setTimeAxis(int minorUnit, int minorUnitCount, int majorUnit, int majorUnitCount, int labelUnit, int labelUnitCount, int labelSpan, TimeLabelFormat format) It configure the x-axis grid in the same way thanRrdGraphDef.setTimeAxis(int, int, int, int, int, int, int, String), but it allows to use aTimeLabelFormatto format the date label.voidRrdGraphDef.setTimeLabelFormat(TimeLabelFormat format) This allows to keep the default major and minor grid unit, but with changing only the label formatting, using aTimeLabelFormat(package private) TimeAxisSettingTimeAxisSetting.withLabelFormat(TimeLabelFormat f) Method parameters in org.rrd4j.graph with type arguments of type TimeLabelFormatModifier and TypeMethodDescriptionvoidRrdGraphDef.setTimeLabelFormatter(java.util.function.Function<TimeUnit, Optional<TimeLabelFormat>> formatProvider) This allows to keep the default major and minor grid unit, but with changing only the label formatting, that will be formatted differently according toTimeUnitchosen for the time axis.Constructors in org.rrd4j.graph with parameters of type TimeLabelFormatModifierConstructorDescription(package private)TimeAxisSetting(int minorUnit, int minorUnitCount, int majorUnit, int majorUnitCount, int labelUnit, int labelUnitCount, int labelSpan, TimeLabelFormat format) (package private)TimeAxisSetting(long secPerPix, TimeUnit minorUnit, int minorUnitCount, TimeUnit majorUnit, int majorUnitCount, TimeUnit labelUnit, int labelUnitCount, int labelSpan, TimeLabelFormat format)