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

E12063-05

oracle.dss.graph
Interface Line

All Known Implementing Classes:
BaseDataAxis, O1Axis, QuadrantLine, X1Axis, Y1Axis, Y1ZeroLine, Y2Axis, Y2ZeroLine, Y3DMarkerGrid

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

java.awt.Color getLineColor()
Retrieves the color for the lines of the graph.

Returns:
The color for the lines of the graph.

setLineColor

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

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

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

E12063-05

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