AIDA API
Version 3.3

hep.aida
Interface IGridStyle

All Superinterfaces:
IBaseStyle, IBrushStyle, ILineStyle

public interface IGridStyle
extends ILineStyle

Style for the grid.

Author:
The AIDA team (http://aida.freehep.org/)

Method Summary
 double cellSize()
           
 boolean setCellSize(double dimension)
          Set and get the size of the cell.
 boolean setUnits(int unitsDefinition)
          Get and set the units used for the size of cell.
 int units()
           
 
Methods inherited from interface hep.aida.ILineStyle
availableLineTypes, lineType, setLineType, setThickness, thickness
 
Methods inherited from interface hep.aida.IBrushStyle
availableColors, color, opacity, setColor, setOpacity
 
Methods inherited from interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type
 

Method Detail

setCellSize

public boolean setCellSize(double dimension)
Set and get the size of the cell.


cellSize

public double cellSize()

setUnits

public boolean setUnits(int unitsDefinition)
Get and set the units used for the size of cell.


units

public int units()

AIDA API
Version 3.3

Copyright © 2000-2004 AIDA Team, All Rights Reserved.