com.businessobjects.rebean.wi
Interface GraphTitle

All Superinterfaces:
Decoration

public interface GraphTitle
extends Decoration

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

isVisible

boolean isVisible()
Checks if the label is visible.

Returns:
true, when this label is visible.

setVisible

void setVisible(boolean b)
Shows or hides this label.

Parameters:
b - when true, this label will be shown

getTitle

java.lang.String getTitle()
Returns the value of this label.

Returns:
the value of this label

setTitle

void setTitle(java.lang.String title)
Sets the value of this label.

Parameters:
title - the new value to be shown