org.askalon.graph.chart
Interface UnalignedChart

All Known Subinterfaces:
MultipleSurfaceChart, RibbonChart, SurfaceChart, SurfacesChart

public interface UnalignedChart

This is the super-interface for all charts that support lines in x- and z-direction in their coordinate grid.

Author:
Georg Schild and Franz Endstrasser

Method Summary
 boolean getXLinesVisible()
          Gets the visibility of the lines in x-direction.
 boolean getZLinesVisible()
          Gets the visibility of the lines in z-direction.
 void setXLinesVisible(boolean b)
          Shows or hides the lines in x-direction.
 void setZLinesVisible(boolean b)
          Shows or hides the lines in z-direction.
 

Method Detail

setZLinesVisible

void setZLinesVisible(boolean b)
Shows or hides the lines in z-direction.

Parameters:
b - true to enable visibility of z-lines, false to disable their visiblity
See Also:
getZLinesVisible()

getZLinesVisible

boolean getZLinesVisible()
Gets the visibility of the lines in z-direction.

Returns:
true if the z-lines are visible, false otherwise
See Also:
setZLinesVisible(boolean)

setXLinesVisible

void setXLinesVisible(boolean b)
Shows or hides the lines in x-direction.

Parameters:
b - true to enable visibility of x-lines, false to disable their visiblity
See Also:
getXLinesVisible()

getXLinesVisible

boolean getXLinesVisible()
Gets the visibility of the lines in x-direction.

Returns:
true if the x-lines are visible, false otherwise
See Also:
setXLinesVisible(boolean)


Part of:
Askalon_Logo
ASKALON Visualisation Diagrams