Searched refs:NumericPanel (Results 1 – 4 of 4) sorted by relevance
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
D | NumericPanel.java | 32 class NumericPanel extends ParticleValuePanel<NumericValue> { class 35 public NumericPanel ( FlameMain editor, NumericValue value, String name, String description) { in NumericPanel() method in NumericPanel 62 NumericPanel.this.value.setValue((Float)valueSpinner.getValue()); in initializeComponents()
|
D | FlameMain.java | 261 addRow(editorPropertiesPanel, new NumericPanel(FlameMain.this, fovValue, "Field of View", "")); in reloadRows() 262 …addRow(editorPropertiesPanel, new NumericPanel(FlameMain.this, deltaMultiplier, "Delta multiplier"… in reloadRows()
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/ |
D | NumericPanel.java | 31 class NumericPanel extends EditorPanel { class 35 public NumericPanel (final NumericValue value, String name, String description) { in NumericPanel() method in NumericPanel
|
D | ParticleEditor.java | 99 addEditorRow(new NumericPanel(pixelsPerMeter, "Pixels per meter", "")); in reloadRows() 100 addEditorRow(new NumericPanel(zoomLevel, "Zoom level", "")); in reloadRows() 101 addEditorRow(new NumericPanel(deltaMultiplier, "Delta multiplier", "")); in reloadRows()
|