Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.6.0)

E12063-07

oracle.dss.graph
Interface Border

All Known Implementing Classes:
Base3DPanel, BaseFrame, BaseGraphFrame, FunnelFrame, PieFrame, PlotArea, ThreeDFloor, ThreeDLeftWall, ThreeDRightWall

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

java.awt.Color getBorderColor()
Retrieves the border color for the graph.

Returns:
The border color for the graph.

setBorderColor

void setBorderColor(java.awt.Color newColor)
Specifies the border color for the graph.

Parameters:
newColor - The border color for the graph.

isBorderTransparent

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

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 Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.6.0)

E12063-07

Copyright © 1997, 2011, Oracle. All rights reserved.