- DEBUG - Static variable in class info.monitorenter.gui.chart.axis.AAxis
-
Debugging flag for sysouts.
- DEBUG - Static variable in class info.monitorenter.util.collections.RingBufferArrayFast
-
Flip the switch and you will see how the compiler changes the size of the
class file.
- DEBUG_HIGHLIGHTING - Static variable in class info.monitorenter.gui.chart.Chart2D
-
A package wide switch for debugging problems with highlighting.
- DEBUG_SCALING - Static variable in class info.monitorenter.gui.chart.Chart2D
-
A package wide switch for debugging problems with scaling.
- DEBUG_THREADING - Static variable in class info.monitorenter.gui.chart.Chart2D
-
A package wide switch for debugging problems with multithreading.
- DEFAULT_SEGMENT_COLOR - Static variable in class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- deriveFile(File, String, boolean) - Static method in class info.monitorenter.util.FileUtil
-
- destroy() - Method in class info.monitorenter.gui.chart.Chart2D
-
Destroys the chart.
- discontinue(Graphics) - Method in class info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
-
- discontinue(Graphics) - Method in interface info.monitorenter.gui.chart.ITracePainter
-
Invoked to inform the painter that a discontinue in the trace to # paint has occured.
- discontinue(Graphics) - Method in class info.monitorenter.gui.chart.traces.painters.ATracePainter
-
- discontinue(Graphics) - Method in class info.monitorenter.gui.chart.traces.painters.TracePainterFill
-
- displaysDay(SimpleDateFormat) - Static method in class info.monitorenter.util.SimpleDateFormatAnalyzer
-
Returns true if the given date format displays days.
- displaysHour(SimpleDateFormat) - Static method in class info.monitorenter.util.SimpleDateFormatAnalyzer
-
Returns true if the given date format displays hours.
- displaysMillisecond(SimpleDateFormat) - Static method in class info.monitorenter.util.SimpleDateFormatAnalyzer
-
Returns true if the given date format displays milliseconds.
- displaysMinute(SimpleDateFormat) - Static method in class info.monitorenter.util.SimpleDateFormatAnalyzer
-
Returns true if the given date format displays minutes.
- displaysMonth(SimpleDateFormat) - Static method in class info.monitorenter.util.SimpleDateFormatAnalyzer
-
Returns true if the given date format displays months.
- displaysSecond(SimpleDateFormat) - Static method in class info.monitorenter.util.SimpleDateFormatAnalyzer
-
Returns true if the given date format displays seconds.
- displaysWeek(SimpleDateFormat) - Static method in class info.monitorenter.util.SimpleDateFormatAnalyzer
-
Returns true if the given date format displays weeks.
- displaysYear(SimpleDateFormat) - Static method in class info.monitorenter.util.SimpleDateFormatAnalyzer
-
Returns true if the given date format displays years.
- doStep(ColorIterator) - Method in class info.monitorenter.gui.util.ColorIterator.AlphaStepper
-
Performs a alpha step on the given ColorIterator's HSBColor.
- doStep(ColorIterator) - Method in class info.monitorenter.gui.util.ColorIterator.HSBStepper
-
- doStep(ColorIterator) - Method in class info.monitorenter.gui.util.ColorIterator.HSStepper
-
- doStep(ColorIterator) - Method in class info.monitorenter.gui.util.ColorIterator.HueStepper
-
Performs a hue step on the given ColorIterator's HSBColor.
- doStep(ColorIterator) - Method in interface info.monitorenter.gui.util.ColorIterator.ISteppingModel
-
Performs a step on the given color iterator.
- doStep(ColorIterator) - Method in class info.monitorenter.gui.util.ColorIterator.LuminanceStepper
-
Performs a luminance step on the given ColorIterator's HSBColor.
- doStep(ColorIterator) - Method in class info.monitorenter.gui.util.ColorIterator.SaturationStepper
-
Performs a saturation step on the given ColorIterator's HSBColor.
- dumpThreadStack(PrintStream) - Static method in class info.monitorenter.util.ExceptionUtil
-
Prints out the current Thread stack to the given stream.
- DynamicChartWithArithmeticMeanTrace - Class in info.monitorenter.gui.chart.demos
-
Demonstrates minimal effort to create a dynamic chart with a 2nd trace that
displays the arithmetic mean of the last 5 points of the first trace.