Class PingDebugChart
java.lang.Object
net.minecraft.client.gui.components.debugchart.AbstractDebugChart
net.minecraft.client.gui.components.debugchart.PingDebugChart
-
Field Summary
FieldsFields inherited from class AbstractDebugChart
CHART_HEIGHT, font, LINE_WIDTH, sampleStorage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidextractAdditionalLinesAndLabels(GuiGraphicsExtractor graphics, int left, int width, int bottom) protected intgetSampleColor(long millis) protected intgetSampleHeight(double millis) protected StringtoDisplayString(double millis) Methods inherited from class AbstractDebugChart
extractAdditionalSampleBars, extractMainSampleBar, extractRenderState, extractSampleBars, extractStringWithShade, getFullHeight, getSampleColor, getValueForAggregation, getWidth
-
Field Details
-
CHART_TOP_VALUE
private static final int CHART_TOP_VALUE- See Also:
-
-
Constructor Details
-
PingDebugChart
-
-
Method Details
-
extractAdditionalLinesAndLabels
protected void extractAdditionalLinesAndLabels(GuiGraphicsExtractor graphics, int left, int width, int bottom) - Overrides:
extractAdditionalLinesAndLabelsin classAbstractDebugChart
-
toDisplayString
- Specified by:
toDisplayStringin classAbstractDebugChart
-
getSampleHeight
protected int getSampleHeight(double millis) - Specified by:
getSampleHeightin classAbstractDebugChart
-
getSampleColor
protected int getSampleColor(long millis) - Specified by:
getSampleColorin classAbstractDebugChart
-