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


oracle.dss.graph
Interface Border

All Known Implementing Classes:
BaseGraphFrame

public interface Border

The interfaces that defines the border properties for the graph.


Method Summary
 java.awt.Color getBorderColor()
          Retrieves the border color for the graph.
 boolean isBorderTransparent()
          Indicates whether the border of the graph is transparent.
 void setBorderColor(java.awt.Color newColor)
          Specifies the border color for the graph.
 void setBorderTransparent(boolean yesNo)
          Specifies whether the border of the graph is transparent.

 

Method Detail

getBorderColor

public java.awt.Color getBorderColor()
Retrieves the border color for the graph.
Returns:
The border color for the graph.

setBorderColor

public void setBorderColor(java.awt.Color newColor)
Specifies the border color for the graph.
Parameters:
newColor - The border color for the graph.

isBorderTransparent

public boolean isBorderTransparent()
Indicates whether the border of the graph is transparent. When an attribute or an object is transparent, it is not visible, but you can select it.
Returns:
true if it is transparent, false if it is visible.

setBorderTransparent

public void setBorderTransparent(boolean yesNo)
Specifies whether the border of the graph is transparent. When an attribute or an object is transparent, it is not visible, but you can select it.
Parameters:
yesNo - true to make it transparent, false to make it visible.

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


Copyright © 2003, Oracle. All Rights Reserved.