Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView
Interface DataviewFont


public interface DataviewFont

Interface for a GraphFont, for use with a ToolBar that affects a graph.


Method Summary
 java.awt.Color getGraphFontColor()
          Retrieves the color of a graph font.
 int getGraphFontStyle()
          Retrieves the style of a graph font.
 void setGraphFontColor(java.awt.Color color)
          Specifies the color of a graph font.
 void setGraphFontStyle(int style)
          Specifies the font style in a graph.

 

Method Detail

getGraphFontColor

public java.awt.Color getGraphFontColor()
Retrieves the color of a graph font.
Returns:
The font color.

setGraphFontColor

public void setGraphFontColor(java.awt.Color color)
Specifies the color of a graph font.
Parameters:
color - The font color.

getGraphFontStyle

public int getGraphFontStyle()
Retrieves the style of a graph font.
Returns:
A constant that represents the font style.
See Also:
BaseGraphComponent.FS_BOLD, BaseGraphComponent.FS_BOLD_ITALIC_UNDERLINE, BaseGraphComponent.FS_BOLD_UNDERLINE, BaseGraphComponent.FS_ITALIC, BaseGraphComponent.FS_ITALIC_BOLD, BaseGraphComponent.FS_ITALIC_UNDERLINE, BaseGraphComponent.FS_PLAIN, BaseGraphComponent.FS_UNDERLINE

setGraphFontStyle

public void setGraphFontStyle(int style)
Specifies the font style in a graph.
Parameters:
style - A constant that represents the font style.
See Also:
BaseGraphComponent.FS_BOLD, BaseGraphComponent.FS_BOLD_ITALIC_UNDERLINE, BaseGraphComponent.FS_BOLD_UNDERLINE, BaseGraphComponent.FS_ITALIC, BaseGraphComponent.FS_ITALIC_BOLD, BaseGraphComponent.FS_ITALIC_UNDERLINE, BaseGraphComponent.FS_PLAIN, BaseGraphComponent.FS_UNDERLINE

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.