/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
RegularEmitterPanel.java | 41 addContent(i++, 0, continuousCheckbox, GridBagConstraints.WEST, GridBagConstraints.NONE); 42 addContent(i++, 0, countPanel = new CountPanel(editor, "Count", "Min number of particles at all times, max number of particles allowed.", emitter.minParticleCount, emitter.maxParticleCount)); 43 addContent(i++, 0, delayPanel = new RangedNumericPanel(editor, emitter.getDelay(), "Delay", "Time from beginning of effect to emission start, in milliseconds.", false)); 44 addContent(i++, 0, durationPanel = new RangedNumericPanel(editor, emitter.getDuration(), "Duration", "Time particles will be emitted, in milliseconds.")); 45 addContent(i++, 0, emissionPanel = new ScaledNumericPanel(editor, emitter.getEmission(), "Duration", "Emission","Number of particles emitted per second.")); 46 addContent(i++, 0, lifePanel = new ScaledNumericPanel(editor, emitter.getLife(), "Duration", "Life", "Time particles will live, in milliseconds.")); 47 addContent(i++, 0, lifeOffsetPanel = new ScaledNumericPanel(editor, emitter.getLifeOffset(), "Duration", "Life Offset","Particle starting life consumed, in milliseconds.", false));
|
ColorInfluencerPanel.java | 20 addContent(i++, 0, tintPanel = new GradientPanel(editor, emitter.colorValue, "Tint", "", false)); 21 addContent(i++, 0, alphaPanel = new PercentagePanel(editor, emitter.alphaValue, "Life", "Transparency", ""));
|
ScaleInfluencerPanel.java | 27 addContent(0, 0, scalePanel = new ScaledNumericPanel(editor, null, "Life", "", ""));
|
EditorPanel.java | 207 protected void addContent(int row, int column, JComponent component){ 208 addContent(row, column, component, true, GridBagConstraints.CENTER, GridBagConstraints.BOTH); 211 protected void addContent(int row, int column, JComponent component, boolean addBorder){ 212 addContent(row, column, component, addBorder, GridBagConstraints.CENTER, GridBagConstraints.BOTH); 215 protected void addContent(int row, int column, JComponent component, int anchor, int fill){ 216 addContent(row, column, component, true, anchor, fill); 219 protected void addContent(int row, int column, JComponent component, boolean addBorders, int anchor, int fill, float wx, float wy){ 220 addContent(contentPanel, row, column, component, addBorders, anchor, fill, wx, wy); 223 protected void addContent(int row, int column, JComponent component, boolean addBorders, int anchor, int fill){ 224 addContent(row, column, component, addBorders, anchor, fill, 1, 1) [all...] |
SpawnInfluencerPanel.java | 205 EditorPanel.addContent(panel, i, 0, new JLabel("Shape"), false, GridBagConstraints.WEST, GridBagConstraints.NONE, 0,0); 206 EditorPanel.addContent(panel, i++,1, shapeCombo = new JComboBox(new DefaultComboBoxModel(spawnShapes)), false, GridBagConstraints.WEST, GridBagConstraints.NONE, 1,0); 207 EditorPanel.addContent(panel, i, 0, edgesLabel = new JLabel("Edges"), false, GridBagConstraints.WEST, GridBagConstraints.NONE, 0,0); 208 EditorPanel.addContent(panel, i++, 1, edgesCheckbox = new JCheckBox(), false, GridBagConstraints.WEST, GridBagConstraints.NONE, 0,0); 209 EditorPanel.addContent(panel, i, 0, sideLabel = new JLabel("Side"), false, GridBagConstraints.WEST, GridBagConstraints.NONE, 0,0); 210 EditorPanel.addContent(panel, i++, 1, sideCombo = new JComboBox(new DefaultComboBoxModel(SpawnSide.values())), false, GridBagConstraints.WEST, GridBagConstraints.NONE, 1, 0); 214 addContent(i++, 0, panel, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL); 215 addContent(i++, 0, meshPanel = new TemplatePickerPanel<Model>(editor, models, this, Model.class, new LoaderButton.ModelLoaderButton(editor), true, false) 217 addContent(i++, 0, xPanel = new RangedNumericPanel(editor, pointSpawnShapeValue.xOffsetValue, "X Offset", "Amount to offset a particle's starting X location, in world units.", false)); 218 addContent(i++, 0, yPanel = new RangedNumericPanel(editor, pointSpawnShapeValue.yOffsetValue, "Y Offset", "Am (…) [all...] |
DynamicsInfluencerPanel.java | 186 addContent(i++, 0, velocitiesPanel); 187 addContent(i++, 0, strengthVelocityPanel); 188 addContent(i++, 0, angularVelocityPanel); 189 addContent(i++, 0, emptyPanel);
|
RegionInfluencerPanel.java | 39 addContent(0, 0, pickButton = new JButton("Pick Regions"), false, GridBagConstraints.WEST, GridBagConstraints.NONE);
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
MultipartMimeContent.java | 26 public abstract void addContent( Content content);
|
MultipartMimeContentImpl.java | 177 public void addContent(Content content) {
|
/external/icu/icu4j/tools/build/src8/com/ibm/icu/dev/tool/docs/ |
ICUTagletAdapter.java | 36 out.addContent(new RawHtml(encodedText)); 54 out.addContent(new RawHtml(encodedText));
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
Generator.java | 42 void addContent(Buffer content, boolean last) throws IOException;
|
AbstractGenerator.java | 75 protected Buffer _content; // Buffer passed to addContent 456 * equivalent to a setResponse, addContent and complete call. 479 addContent(new View(new ByteArrayBuffer(content)), Generator.LAST); 484 addContent(new View(new ByteArrayBuffer("Error: "+(reason==null?(""+code):reason))), Generator.LAST);
|
HttpGenerator.java | 173 public void addContent(Buffer content, boolean last) throws IOException [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/ |
HttpOutput.java | 155 _generator.addContent(buffer, Generator.MORE);
|
AbstractHttpConnection.java | [all...] |
/prebuilts/tools/common/m2/repository/jdom/jdom/1.0/ |
jdom-1.0.jar | |
/external/jetty/src/java/org/eclipse/jetty/client/ |
AsyncHttpConnection.java | 118 _generator.addContent(chunk,_requestContentChunk==null);
|
BlockingHttpConnection.java | 174 _generator.addContent(chunk,_requestContentChunk==null);
|
AbstractHttpConnection.java | 227 _generator.addContent(new View(requestContent),true);
|
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/ |
jetty-http-8.1.14.v20131031.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/ |
netty-codec-http-4.1.0.CR3.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
/external/guice/extensions/struts2/lib/ |
jetty-6.1.0.jar | |
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/ |
xhtmlrenderer-R8rc1.jar | |
/external/guice/lib/build/ |
bnd-0.0.384.jar | |