Package org.jmol.g3d
Class TextString
java.lang.Object
javajs.util.T3i
javajs.util.P3i
org.jmol.g3d.TextString
- All Implemented Interfaces:
Serializable
,Comparator<TextString>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) int
(package private) Font
(package private) String
Fields inherited from class javajs.util.T3i
x, y, z
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(TextString a, TextString b) (package private) void
toString()
Returns a string that contains the values of this Tuple3i.Methods inherited from class javajs.util.P3i
new3
Methods inherited from class javajs.util.T3i
add, equals, hashCode, scaleAdd, set, setT
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
Constructor Details
-
TextString
TextString()
-
-
Method Details
-
setText
-
compare
- Specified by:
compare
in interfaceComparator<TextString>
-
toString
Description copied from class:javajs.util.T3i
Returns a string that contains the values of this Tuple3i. The form is (x,y,z).- Overrides:
toString
in classjavajs.util.T3i
- Returns:
- the String representation
-