hep.aida
Interface IDataStyle
-
- All Superinterfaces:
- IBaseStyle
- All Known Implementing Classes:
- DataStyle
public interface IDataStyle extends IBaseStyle
Style for the part of the scene representing the data (then histograms, functions, data point sets).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ILineStyleerrorBarStyle()IFillStylefillStyle()booleanisShownInLegendBox()booleanisShownInStatisticsBox()ILineStylelineStyle()Return various styles that may be used to customize the data representation.IMarkerStylemarkerStyle()java.lang.Stringmodel()ILineStyleoutlineStyle()booleansetErrorBarStyle(ILineStyle errorBarStyle)booleansetFillStyle(IFillStyle fillStyle)booleansetLineStyle(ILineStyle lineStyle)Set various basic style on the data style.booleansetMarkerStyle(IMarkerStyle markerStyle)booleansetModel(java.lang.String model)Set the model accorting to which the data is represented.booleansetOutlineStyle(ILineStyle outlineStyle)voidshowInLegendBox(boolean showInLegendBox)Set if this data is to be represented in the legend box.voidshowInStatisticsBox(boolean showInStatisticsBox)Set if this data is to be represented in the statistics box.-
Methods inherited from interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type
-
-
-
-
Method Detail
-
lineStyle
ILineStyle lineStyle()
Return various styles that may be used to customize the data representation.
-
markerStyle
IMarkerStyle markerStyle()
-
fillStyle
IFillStyle fillStyle()
-
errorBarStyle
ILineStyle errorBarStyle()
-
outlineStyle
ILineStyle outlineStyle()
-
setLineStyle
boolean setLineStyle(ILineStyle lineStyle)
Set various basic style on the data style.
-
setMarkerStyle
boolean setMarkerStyle(IMarkerStyle markerStyle)
-
setFillStyle
boolean setFillStyle(IFillStyle fillStyle)
-
setErrorBarStyle
boolean setErrorBarStyle(ILineStyle errorBarStyle)
-
setOutlineStyle
boolean setOutlineStyle(ILineStyle outlineStyle)
-
setModel
boolean setModel(java.lang.String model)
Set the model accorting to which the data is represented.
-
model
java.lang.String model()
-
showInStatisticsBox
void showInStatisticsBox(boolean showInStatisticsBox)
Set if this data is to be represented in the statistics box.
-
isShownInStatisticsBox
boolean isShownInStatisticsBox()
-
showInLegendBox
void showInLegendBox(boolean showInLegendBox)
Set if this data is to be represented in the legend box.
-
isShownInLegendBox
boolean isShownInLegendBox()
-
-
DMelt 3.0 © DataMelt by jWork.ORG