|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GraphData
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
GraphData interface represents the data values in the chart.
Graph.getData()| Method Summary | |
|---|---|
FontOrientation |
getOrientation()
Returns the orientation for the data labels. |
boolean |
isShaped()
Checks if the data representation in this chart has shapes to try and help identify different values on a black and white display, typically after printing. |
boolean |
isVisible()
Checks if the data labels in the chart are visible. |
void |
setOrientation(FontOrientation o)
Sets the orientation for the data labels. |
void |
setShaped(boolean b)
Defines if shapes should be used to represent data or not. |
void |
setVisible(boolean b)
Shows or hides data lables in the chart. |
| Methods inherited from interface com.businessobjects.rebean.wi.Decoration |
|---|
getAlignment, getAttributes, getBackgroundAlignment, getFont, setAlignment, setAttributes, setBackgroundAlignment, setFont |
| Method Detail |
|---|
boolean isVisible()
true if there are data labels for the values in the
chartvoid setVisible(boolean b)
b - when true, all data labels will be shown.boolean isShaped()
true if special shapes are used to identify datavoid setShaped(boolean b)
b - when true, shapes will be usedGraphData.isShaped()FontOrientation getOrientation()
void setOrientation(FontOrientation o)
o - the new orientation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||