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>
class TextString extends javajs.util.P3i implements Comparator<TextString>
-
-
Constructor Summary
Constructors Constructor Description TextString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(TextString a, TextString b)
(package private) void
setText(String text, Font font, int argb, int bgargb, int x, int y, int z)
String
toString()
Returns a string that contains the values of this Tuple3i.-
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
-
-
-
-
Method Detail
-
compare
public int compare(TextString a, TextString b)
- Specified by:
compare
in interfaceComparator<TextString>
-
toString
public String 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
-
-