|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GraphTitle
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
GraphTitle interface represents a label in a graph.
| Method Summary | |
|---|---|
java.lang.String |
getTitle()
Returns the value of this label. |
boolean |
isVisible()
Checks if the label is visible. |
void |
setTitle(java.lang.String title)
Sets the value of this label. |
void |
setVisible(boolean b)
Shows or hides this label. |
| Methods inherited from interface com.businessobjects.rebean.wi.Decoration |
|---|
getAlignment, getAttributes, getBackgroundAlignment, getFont, setAlignment, setAttributes, setBackgroundAlignment, setFont |
| Method Detail |
|---|
boolean isVisible()
true, when this label is visible.void setVisible(boolean b)
b - when true, this label will be shownjava.lang.String getTitle()
void setTitle(java.lang.String title)
title - the new value to be shown
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||