public static class Line.Info extends java.lang.Object
| Constructor and Description |
|---|
Line.Info(java.lang.Class<?> klass)
Create a new Info object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getLineClass()
Return the line's class.
|
boolean |
matches(Line.Info other)
Return true if this Info object matches the given object.
|
java.lang.String |
toString()
Return a description of this Info object.
|
public Line.Info(java.lang.Class<?> klass)
klass - the class of the linepublic java.lang.Class<?> getLineClass()
public boolean matches(Line.Info other)
other - the object to matchpublic java.lang.String toString()
toString in class java.lang.ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)