public static class PolyglotAuxiliary.Point2D extends Object implements Comparable
Constructor and Description |
---|
PolyglotAuxiliary.Point2D(String text)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object object)
Compare this object to another object.
|
static Vector<PolyglotAuxiliary.Point2D> |
getVertices(Vector<String> strings)
Create vertices from a vector names.
|
public String text
public int x
public int y
public PolyglotAuxiliary.Point2D(String text)
text
- the text to display with this vertexpublic int compareTo(Object object)
compareTo
in interface Comparable
object
- the object to compare topublic static Vector<PolyglotAuxiliary.Point2D> getVertices(Vector<String> strings)
strings
- the vector of namesCopyright © 2014. All rights reserved.