|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvLabelInterface
An interface to be implemented by objects that display
a text. If a graphic object implements this interface, then
the text of the object can be edited using the
IlvEditLabelInteractor.
IlvEditLabelInteractor| Method Summary | |
|---|---|
String |
getLabel()
Returns the label of the object. |
IlvRect |
getLabelBBox(IlvTransformer t)
Returns the area where the label is displayed. |
void |
setLabel(String label)
Changes the label of the object. |
boolean |
supportMultiline()
Returns true if the label can be a multi-line label;
false otherwise. |
| Method Detail |
|---|
void setLabel(String label)
String getLabel()
boolean supportMultiline()
true if the label can be a multi-line label;
false otherwise.
IlvRect getLabelBBox(IlvTransformer t)
null if no text at all
is displayed by the implementation.
t - the transformer used to draw the graphic object.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||