1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Thu Sep 25 20:23:36 MET DST 1997 -->
<a name="_top_"></a>
<title>
Class iicm.vrml.pw.SFString
</title>
</head>
<body background="vrwavebg.gif">
<pre>
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-iicm.vrml.pw.html">This Package</a> <a href="iicm.vrml.pw.SFRotation.html#_top_">Previous</a> <a href="iicm.vrml.pw.SFTime.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
Class iicm.vrml.pw.SFString
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
|
+----<a href="iicm.vrml.pw.Field.html#_top_">iicm.vrml.pw.Field</a>
|
+----iicm.vrml.pw.SFString
</pre>
<hr>
<dl>
<dt> public class <b>SFString</b>
<dt> extends <a href="iicm.vrml.pw.Field.html#_top_">Field</a>
</dl>
SFString - Field that holds one String
Copyright (c) 1996 IICM
<hr>
<a name="index"></a>
<h2>
<img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#fieldName()"><b>fieldName</b></a>()
<dd> the field's type name
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#getValue()"><b>getValue</b></a>()
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#setValue(java.lang.String)"><b>setValue</b></a>(String)
<dd>
<dt> <img src="images/green-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#writeQuotedString(java.io.PrintStream, java.lang.String)"><b>writeQuotedString</b></a>(PrintStream, String)
<dd> print with surrounding quotes, escape quotes and backslashes
</dl>
<a name="methods"></a>
<h2>
<img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="fieldName()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="fieldName"><b>fieldName</b></a>
<pre>
public <a href="java.lang.String.html#_top_">String</a> fieldName()
</pre>
<dl>
<dd> the field's type name
<dl>
<dt> <b>Overrides:</b>
<dd> <a href="iicm.vrml.pw.Field.html#fieldName()">fieldName</a> in class <a href="iicm.vrml.pw.Field.html#_top_">Field</a>
</dl>
</dl>
<a name="getValue()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getValue"><b>getValue</b></a>
<pre>
public final <a href="java.lang.String.html#_top_">String</a> getValue()
</pre>
<a name="setValue(java.lang.String)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setValue"><b>setValue</b></a>
<pre>
public final void setValue(<a href="java.lang.String.html#_top_">String</a> val)
</pre>
<a name="writeQuotedString(java.io.PrintStream, java.lang.String)"><img src="images/green-ball.gif" width=12 height=12 alt=" o "></a>
<a name="writeQuotedString"><b>writeQuotedString</b></a>
<pre>
public static void writeQuotedString(<a href="java.io.PrintStream.html#_top_">PrintStream</a> os,
<a href="java.lang.String.html#_top_">String</a> str)
</pre>
<dl>
<dd> print with surrounding quotes, escape quotes and backslashes
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-iicm.vrml.pw.html">This Package</a> <a href="iicm.vrml.pw.SFRotation.html#_top_">Previous</a> <a href="iicm.vrml.pw.SFTime.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
</body>
</html>
|