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


oracle.dss.graph
Interface Line

All Known Subinterfaces:
MajorTick
All Known Implementing Classes:
QuadrantLine, Y3DMarkerGrid, Y2ZeroLine, Y1ZeroLine

public interface Line

The interface that defines the line properties for the graph.


Method Summary
 java.awt.Color getLineColor()
          Retrieves the color for the lines of the graph.
 int getLineWidth()
          Retrieves the width for the lines of the graph, in pixels.
 void setLineColor(java.awt.Color newColor)
          Specifies the color for the lines of the graph.
 void setLineWidth(int newValue)
          Specifies the width for the lines of the graph, in pixels.

 

Method Detail

getLineColor

public java.awt.Color getLineColor()
Retrieves the color for the lines of the graph.
Returns:
The color for the lines of the graph.

setLineColor

public void setLineColor(java.awt.Color newColor)
Specifies the color for the lines of the graph.
Parameters:
newColor - The color for the lines of the graph.

getLineWidth

public int getLineWidth()
Retrieves the width for the lines of the graph, in pixels.
Returns:
The width for the lines of the graph, in pixels.

setLineWidth

public void setLineWidth(int newValue)
Specifies the width for the lines of the graph, in pixels.
Parameters:
newValue - The width for the lines of the graph, in pixels.

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


Copyright © 2003, Oracle. All Rights Reserved.