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 TypeClassDescriptionclass
Simple time label using a format similar tostrftime
.Fields in org.rrd4j.graph declared as TimeLabelFormatModifier and TypeFieldDescription(package private) final TimeLabelFormat
TimeAxisSetting.format
(package private) TimeLabelFormat
RrdGraphDef.timeLabelFormat
Fields in org.rrd4j.graph with type parameters of type TimeLabelFormatModifier and TypeFieldDescription(package private) java.util.function.Function
<TimeUnit, Optional<TimeLabelFormat>> RrdGraphDef.formatProvider
Methods in org.rrd4j.graph with parameters of type TimeLabelFormatModifier and TypeMethodDescriptionvoid
RrdGraphDef.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 aTimeLabelFormat
to format the date label.void
RrdGraphDef.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) TimeAxisSetting
TimeAxisSetting.withLabelFormat
(TimeLabelFormat f) Method parameters in org.rrd4j.graph with type arguments of type TimeLabelFormatModifier and TypeMethodDescriptionvoid
RrdGraphDef.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 toTimeUnit
chosen 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)