Class WDoubleEdit
java.lang.Object
meteordevelopment.meteorclient.gui.widgets.WWidget
meteordevelopment.meteorclient.gui.widgets.containers.WContainer
meteordevelopment.meteorclient.gui.widgets.containers.WHorizontalList
meteordevelopment.meteorclient.gui.widgets.input.WDoubleEdit
- All Implemented Interfaces:
BaseWidget
-
Field Summary
FieldsModifier and TypeFieldDescriptionintbooleanbooleanFields inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WHorizontalList
calculatedWidth, fillXCount, spacingFields inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WContainer
cells -
Constructor Summary
ConstructorsConstructorDescriptionWDoubleEdit(double value, double min, double max, double sliderMin, double sliderMax, int decimalPlaces, boolean noSlider) -
Method Summary
Methods inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WHorizontalList
onCalculateSize, onCalculateWidgetPositions, spacingMethods inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WContainer
add, calculateSize, calculateWidgetPositions, clear, charTyped, keyPressed, keyRepeated, mouseClicked, mouseMoved, mouseReleased, mouseScrolled, move, moveCells, propagateEvents, remove, render, renderWidgetMethods inherited from class meteordevelopment.meteorclient.gui.widgets.WWidget
getRoot, getTheme, invalidate, isOver, onCharTyped, onKeyPressed, onKeyRepeated, onMouseClicked, onMouseMoved, onMouseReleased, onMouseScrolled, onRender, pad
-
Field Details
-
decimalPlaces
public int decimalPlaces -
noSlider
public boolean noSlider -
small
public boolean small -
action
-
actionOnRelease
-
-
Constructor Details
-
WDoubleEdit
public WDoubleEdit(double value, double min, double max, double sliderMin, double sliderMax, int decimalPlaces, boolean noSlider)
-
-
Method Details