|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.rim.device.api.ui.DrawTextParam
Parameters used to control the drawing and measurement of text.
| Field Summary | ||
static int |
ALREADY_REVERSED
Value for iReverse: draw text without reversing. |
|
static int |
BIDI_REORDER
Value for iReverse: perform bidirectional reordering on the text before drawing. |
|
static int |
NO_REVERSE
Value for iReverse: draw text without reversing. |
|
static int |
NO_TRUNCATE_WITH_ELLIPSIS
Do not perform truncation with ellipsis. |
|
static int |
REVERSE
Value for iReverse: reverse the text before drawing. |
|
static int |
TRUNCATE_WITH_ELLIPSIS_AT_END
If the text would exceed MaxAdvance, truncate it at the end and insert an ellipsis. |
|
static int |
TRUNCATE_WITH_ELLIPSIS_AT_START
If the text would exceed MaxAdvance, truncate it at the start and insert an ellipsis. |
|
static int |
TRUNCATE_WITH_NO_ELLIPSIS_AT_START
If the text would exceed MaxAdvance, truncate it at the start but do not insert an ellipsis. |
|
| Method Summary | ||
int |
getEndOffset()
Get the end offset of the text to draw, within the supplied text |
|
int |
getStartOffset()
Get the start offset of the text to draw, within the supplied text |
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ALREADY_REVERSED
public static final int BIDI_REORDER
public static final int NO_REVERSE
public static final int NO_TRUNCATE_WITH_ELLIPSIS
public static final int REVERSE
public static final int TRUNCATE_WITH_ELLIPSIS_AT_END
public static final int TRUNCATE_WITH_ELLIPSIS_AT_START
public static final int TRUNCATE_WITH_NO_ELLIPSIS_AT_START
| Method Detail |
public int getEndOffset()
public int getStartOffset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2007 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.