org.swtchart.IGrid Interface Reference

A grid. More...

Inheritance diagram for org.swtchart.IGrid:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void setForeground (Color color)
 Sets the foreground color.
LineStyle getStyle ()
 Gets the line style.
void setStyle (LineStyle style)
 Sets the line style.

Package Functions

Color getForeground ()
 Gets the foreground color.

Detailed Description

A grid.

Definition at line 14 of file IGrid.java.


Member Function Documentation

Color org.swtchart.IGrid.getForeground (  )  [package]

Gets the foreground color.

Returns:
the foreground color

Implemented in org.swtchart.internal.Grid.

Referenced by org.swtchart.ext.internal.properties.GridPage.selectInitialValues().

Here is the caller graph for this function:

LineStyle org.swtchart.IGrid.getStyle (  ) 

Gets the line style.

Returns:
the line style.

Implemented in org.swtchart.internal.Grid.

Referenced by org.swtchart.ext.internal.properties.GridPage.selectInitialValues().

Here is the caller graph for this function:

void org.swtchart.IGrid.setForeground ( Color  color  ) 

Sets the foreground color.

Parameters:
color the foreground color

Implemented in org.swtchart.internal.Grid.

Referenced by org.swtchart.ext.internal.properties.GridPage.apply().

Here is the caller graph for this function:

void org.swtchart.IGrid.setStyle ( LineStyle  style  ) 

Sets the line style.

Parameters:
style the line style

Referenced by org.swtchart.ext.internal.properties.GridPage.apply().

Here is the caller graph for this function:


The documentation for this interface was generated from the following file:

Generated on 26 Oct 2015 for SWTChart.org by  doxygen 1.6.1