|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.ui.DisplayLineSpecs
| Field Summary | |
int |
displayLength
|
int |
displayWidth
|
protected int |
fixedWidth
|
int |
flags
|
FontMetrics |
fm
|
FormattedTextSpecs |
format
|
int |
length
|
char[] |
source
|
int |
start
|
protected int |
tabWidth
|
int |
widest
|
protected int[] |
widthCache
|
protected char[] |
widthCacheChars
|
int |
widthOfAll
|
int |
widthOfFirst
|
int |
widthOfWidest
|
DisplayLine.WidthProvider |
widthProvider
|
| Constructor Summary | |
DisplayLineSpecs()
|
|
| Method Summary | |
protected boolean |
calculate(int options)
|
static int |
getWidth(DisplayLine first,
FontMetrics fm,
int options)
|
DisplayLine |
split(int options)
|
DisplayLine |
toDisplayLine(boolean update,
int options)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Field Detail |
public char[] source
public int start
public int length
public FontMetrics fm
public int displayWidth
public int widthOfFirst
public int widthOfWidest
public int widthOfAll
public int displayLength
public int widest
public int flags
public FormattedTextSpecs format
protected int tabWidth
protected int fixedWidth
protected char[] widthCacheChars
protected int[] widthCache
public DisplayLine.WidthProvider widthProvider
| Constructor Detail |
public DisplayLineSpecs()
| Method Detail |
public DisplayLine toDisplayLine(boolean update,
int options)
public DisplayLine split(int options)
protected boolean calculate(int options)
public static int getWidth(DisplayLine first,
FontMetrics fm,
int options)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||