|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.model.text.LocationAndCharset
public class LocationAndCharset
A text location and character set.
Constructor Summary | |
---|---|
LocationAndCharset(int index,
int offset)
Creates a new Roman character set location. |
|
LocationAndCharset(int index,
int offset,
byte charset)
Creates a new location and character set. |
Method Summary | |
---|---|
byte |
getCharset()
Gets the character set. |
TextLocation |
getLocation()
Gets the location. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocationAndCharset(int index, int offset, byte charset)
index
- Line index.offset
- Character offset in line.charset
- Character set. public LocationAndCharset(int index, int offset)
index
- Line index.offset
- Character offset in line. Method Detail |
---|
public TextLocation getLocation()
public byte getCharset()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |