|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Legend
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Legend interface represents a graph legend.
| Method Summary | |
|---|---|
LegendPosition |
getPosition()
Returns the legend position. |
boolean |
isVisible()
Checks if the legend is visible. |
void |
setPosition(LegendPosition position)
Changes the legend position. |
void |
setVisible(boolean b)
Shows or hides the legend. |
| Methods inherited from interface com.businessobjects.rebean.wi.Decoration |
|---|
getAlignment, getAttributes, getBackgroundAlignment, getFont, setAlignment, setAttributes, setBackgroundAlignment, setFont |
| Method Detail |
|---|
boolean isVisible()
true if the legend is visiblevoid setVisible(boolean b)
b - when true, the legend will be shownLegendPosition getPosition()
void setPosition(LegendPosition position)
position - the new position
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||