|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Style for the part of the scene representing the data (then histograms, functions, data point sets).
Method Summary | |
ILineStyle |
errorBarStyle()
|
IFillStyle |
fillStyle()
|
boolean |
isShownInLegendBox()
|
boolean |
isShownInStatisticsBox()
|
ILineStyle |
lineStyle()
Return various styles that may be used to customize the data representation. |
IMarkerStyle |
markerStyle()
|
String |
model()
|
ILineStyle |
outlineStyle()
|
boolean |
setErrorBarStyle(ILineStyle errorBarStyle)
|
boolean |
setFillStyle(IFillStyle fillStyle)
|
boolean |
setLineStyle(ILineStyle lineStyle)
Set various basic style on the data style. |
boolean |
setMarkerStyle(IMarkerStyle markerStyle)
|
boolean |
setModel(String model)
Set the model accorting to which the data is represented. |
boolean |
setOutlineStyle(ILineStyle outlineStyle)
|
void |
showInLegendBox(boolean showInLegendBox)
Set if this data is to be represented in the legend box. |
void |
showInStatisticsBox(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 |
public ILineStyle lineStyle()
public IMarkerStyle markerStyle()
public IFillStyle fillStyle()
public ILineStyle errorBarStyle()
public ILineStyle outlineStyle()
public boolean setLineStyle(ILineStyle lineStyle)
public boolean setMarkerStyle(IMarkerStyle markerStyle)
public boolean setFillStyle(IFillStyle fillStyle)
public boolean setErrorBarStyle(ILineStyle errorBarStyle)
public boolean setOutlineStyle(ILineStyle outlineStyle)
public boolean setModel(String model)
public String model()
public void showInStatisticsBox(boolean showInStatisticsBox)
public boolean isShownInStatisticsBox()
public void showInLegendBox(boolean showInLegendBox)
public boolean isShownInLegendBox()
|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |