Method append(float f)
Return type: java.lang.StringBuffer
Member of: java.lang.StringBuffer
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 buffer.append(f);
2 .append(constantPoolEntry.getFloatValue())
3 listOut[curOut].append(f);
4 buffer.append(_value);
5 sb.append("maxX: ").append(maxX()).append(Misc.newline);
6 .append(",Height=").append(p_height).append("(").append(p_maxHeight)
7 buf.append(confrating);
8 b.append(startWeight);
9 sb.append("), minor[pref=").append(child.getLayoutMinorAxisPreferredSpan()); // NOI18N
10 this.sbuffer.append(text.getTextHeight());
11 sb.append( fa[i] );
12 pdf.append((rx / 1000f));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.