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) StringFields inherited from class javajs.util.T3i
x, y, z -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(TextString a, TextString b) (package private) voidtoString()Returns a string that contains the values of this Tuple3i.Methods inherited from class javajs.util.P3i
new3Methods inherited from class javajs.util.T3i
add, equals, hashCode, scaleAdd, set, setTMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
comparein interfaceComparator<TextString>
-
toString
Description copied from class:javajs.util.T3iReturns a string that contains the values of this Tuple3i. The form is (x,y,z).- Overrides:
toStringin classjavajs.util.T3i- Returns:
- the String representation
-