|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthep.aida.ref.plotter.WeakStyleListener
hep.aida.ref.plotter.BaseStyle
hep.aida.ref.plotter.DataStyle
public class DataStyle
| Constructor Summary | |
|---|---|
DataStyle()
|
|
| 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 class hep.aida.ref.plotter.BaseStyle |
|---|
addParent, addParentList, availableParameterOptions, availableParameters, child, children, deepestSetParameter, isMyParent, isParameterSet, isParameterSet, isVisible, name, parameter, parameterValue, parentList, removeAllParents, removeParent, reset, setParameter, setParameter, setParameter, setParameterDefault, setParent, setParentList, setVisible, styleChanged, type |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hep.aida.IBaseStyle |
|---|
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type |
| Constructor Detail |
|---|
public DataStyle()
| Method Detail |
|---|
public IFillStyle fillStyle()
fillStyle in interface IDataStylepublic ILineStyle lineStyle()
IDataStyle
lineStyle in interface IDataStylepublic IMarkerStyle markerStyle()
markerStyle in interface IDataStylepublic ILineStyle errorBarStyle()
errorBarStyle in interface IDataStylepublic ILineStyle outlineStyle()
outlineStyle in interface IDataStylepublic boolean setFillStyle(IFillStyle fillStyle)
setFillStyle in interface IDataStylepublic boolean setLineStyle(ILineStyle lineStyle)
IDataStyle
setLineStyle in interface IDataStylepublic boolean setMarkerStyle(IMarkerStyle markerStyle)
setMarkerStyle in interface IDataStylepublic boolean setErrorBarStyle(ILineStyle errorBarStyle)
setErrorBarStyle in interface IDataStylepublic boolean setOutlineStyle(ILineStyle outlineStyle)
setOutlineStyle in interface IDataStylepublic boolean setModel(String model)
setModel in interface IDataStylepublic String model()
model in interface IDataStylepublic void showInStatisticsBox(boolean showInStatisticsBox)
showInStatisticsBox in interface IDataStylepublic boolean isShownInStatisticsBox()
isShownInStatisticsBox in interface IDataStylepublic void showInLegendBox(boolean showInLegendBox)
showInLegendBox in interface IDataStylepublic boolean isShownInLegendBox()
isShownInLegendBox in interface IDataStyle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||