Searched refs:edgesCheckbox (Results 1 – 2 of 2) sorted by relevance
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/ |
D | SpawnPanel.java | 37 JCheckBox edgesCheckbox; field in SpawnPanel 47 edgesCheckbox.setSelected(spawnShapeValue.isEdges()); in SpawnPanel() 75 edgesCheckbox.addActionListener(new ActionListener() { in SpawnPanel() 77 spawnShapeValue.setEdges(edgesCheckbox.isSelected()); in SpawnPanel() 97 edgesCheckbox.setVisible(visible); in setEdgesVisible() 99 visible = visible && edgesCheckbox.isSelected(); in setEdgesVisible() 123 edgesCheckbox = new JCheckBox(); in initializeComponents() 124 contentPanel.add(edgesCheckbox, new GridBagConstraints(3, 1, 1, 1, 0, 0, GridBagConstraints.WEST, in initializeComponents()
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
D | SpawnInfluencerPanel.java | 58 JCheckBox edgesCheckbox; field in SpawnInfluencerPanel 114 edgesCheckbox.setSelected(shape.isEdges()); in setPrimitiveSpawnShape() 165 edgesCheckbox.setVisible(visible); in setEdgesVisible() 208 …EditorPanel.addContent(panel, i++, 1, edgesCheckbox = new JCheckBox(), false, GridBagConstraints.W… in initializeComponents() 211 edgesCheckbox.setHorizontalTextPosition(SwingConstants.LEFT); in initializeComponents() 255 edgesCheckbox.addActionListener(new ActionListener() { in initializeComponents() 259 shapeValue.setEdges(edgesCheckbox.isSelected()); in initializeComponents()
|