|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--Free.awt.Substring
Encapsulates a substring that is ready to be drawn. Has an x and y screen offset (xOff and yOff), an offset into the chars array (begin) and length.
| Field Summary | |
int |
begin
|
int |
length
|
int |
xOff
|
int |
yOff
|
| Constructor Summary | |
Substring(int begin,
int length,
int xOff,
int yOff)
|
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public int begin
public int length
public int xOff
public int yOff
| Constructor Detail |
public Substring(int begin,
int length,
int xOff,
int yOff)
begin - starting index into the chars arraylength - length of the substringxOff - xOffset to start drawingyOff - yOffset to start drawing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||