hep.aida.ref.plotter
Class DataStyle
- java.lang.Object
-
- hep.aida.ref.plotter.WeakStyleListener
-
- hep.aida.ref.plotter.BaseStyle
-
- hep.aida.ref.plotter.DataStyle
-
- All Implemented Interfaces:
- IBaseStyle, IDataStyle, StyleListener
public class DataStyle extends BaseStyle implements IDataStyle
-
-
Constructor Summary
Constructors Constructor and Description DataStyle()
-
Method Summary
All Methods Instance Methods Concrete 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 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
-
-
-
-
Method Detail
-
fillStyle
public IFillStyle fillStyle()
- Specified by:
fillStylein interfaceIDataStyle
-
lineStyle
public ILineStyle lineStyle()
Description copied from interface:IDataStyleReturn various styles that may be used to customize the data representation.- Specified by:
lineStylein interfaceIDataStyle
-
markerStyle
public IMarkerStyle markerStyle()
- Specified by:
markerStylein interfaceIDataStyle
-
errorBarStyle
public ILineStyle errorBarStyle()
- Specified by:
errorBarStylein interfaceIDataStyle
-
outlineStyle
public ILineStyle outlineStyle()
- Specified by:
outlineStylein interfaceIDataStyle
-
setFillStyle
public boolean setFillStyle(IFillStyle fillStyle)
- Specified by:
setFillStylein interfaceIDataStyle
-
setLineStyle
public boolean setLineStyle(ILineStyle lineStyle)
Description copied from interface:IDataStyleSet various basic style on the data style.- Specified by:
setLineStylein interfaceIDataStyle
-
setMarkerStyle
public boolean setMarkerStyle(IMarkerStyle markerStyle)
- Specified by:
setMarkerStylein interfaceIDataStyle
-
setErrorBarStyle
public boolean setErrorBarStyle(ILineStyle errorBarStyle)
- Specified by:
setErrorBarStylein interfaceIDataStyle
-
setOutlineStyle
public boolean setOutlineStyle(ILineStyle outlineStyle)
- Specified by:
setOutlineStylein interfaceIDataStyle
-
setModel
public boolean setModel(java.lang.String model)
Set the model accorting to which the data is represented.- Specified by:
setModelin interfaceIDataStyle
-
model
public java.lang.String model()
- Specified by:
modelin interfaceIDataStyle
-
showInStatisticsBox
public void showInStatisticsBox(boolean showInStatisticsBox)
Set if this data is to be represented in the statistics box.- Specified by:
showInStatisticsBoxin interfaceIDataStyle
-
isShownInStatisticsBox
public boolean isShownInStatisticsBox()
- Specified by:
isShownInStatisticsBoxin interfaceIDataStyle
-
showInLegendBox
public void showInLegendBox(boolean showInLegendBox)
Set if this data is to be represented in the legend box.- Specified by:
showInLegendBoxin interfaceIDataStyle
-
isShownInLegendBox
public boolean isShownInLegendBox()
- Specified by:
isShownInLegendBoxin interfaceIDataStyle
-
-
DMelt 3.0 © DataMelt by jWork.ORG