|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.aida.ref.plotter.BaseStyle
Constructor Summary | |
protected |
BaseStyle()
Create a BaseStyle without a parent. |
protected |
BaseStyle(BaseStyle style)
Create a clone of a BaseStyle. |
Method Summary | |
protected boolean |
addBaseStyle(hep.aida.IBaseStyle baseStyle,
String name)
Add a BaseStyle to this BaseStyle. |
protected void |
addParameter(AbstractStyleParameter styleParameter)
Add a new parameter to this BaseStyle. |
String[] |
availableParameterOptions(String parameterName)
Below are the AIDA methods. |
String[] |
availableParameters()
|
hep.aida.IBaseStyle |
child(String name)
|
hep.aida.IBaseStyle[] |
children()
|
protected AbstractStyleParameter |
deepestSetParameter(String parName)
|
protected abstract void |
initializeBaseStyle()
Initialize the BaseStyle. |
boolean |
isParameterSet(String parameterName)
|
boolean |
isVisible()
Get isVisible of the data. |
String |
name()
Get the name of this BaseStyle. |
protected int |
numberOfParameters()
|
AbstractStyleParameter |
parameter(String parName)
|
protected Collection |
parameters()
|
String |
parameterValue(String parameterName)
|
BaseStyle |
parent()
Get the parent for this BaseStyle. |
void |
reset()
|
protected void |
setName(String name)
Set the name of this BaseStyle. |
boolean |
setParameter(String parameterName)
|
boolean |
setParameter(String parameterName,
String parValue)
|
protected void |
setParameterDefault(String parameterName,
String parDefaultValue)
|
void |
setParent(hep.aida.IBaseStyle p)
Set the parent for this BaseStyle. |
boolean |
setVisible(boolean visible)
Set isVisible of the data. |
void |
styleChanged(BaseStyle style)
|
Class |
type()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected BaseStyle()
protected BaseStyle(BaseStyle style)
style
- The BaseStyle to be cloned.Method Detail |
protected abstract void initializeBaseStyle()
protected void setName(String name)
name
- The name.public String name()
name
in interface hep.aida.IBaseStyle
public Class type()
type
in interface hep.aida.IBaseStyle
public hep.aida.IBaseStyle child(String name)
child
in interface hep.aida.IBaseStyle
public hep.aida.IBaseStyle[] children()
children
in interface hep.aida.IBaseStyle
public boolean setVisible(boolean visible)
setVisible
in interface hep.aida.IBaseStyle
public boolean isVisible()
isVisible
in interface hep.aida.IBaseStyle
public void setParent(hep.aida.IBaseStyle p)
p
- The parent for this BaseStyle.public BaseStyle parent()
protected boolean addBaseStyle(hep.aida.IBaseStyle baseStyle, String name)
protected void addParameter(AbstractStyleParameter styleParameter)
styleParameter
- The style parameter.public AbstractStyleParameter parameter(String parName)
protected AbstractStyleParameter deepestSetParameter(String parName)
protected int numberOfParameters()
protected Collection parameters()
public boolean isParameterSet(String parameterName)
public String[] availableParameterOptions(String parameterName)
availableParameterOptions
in interface hep.aida.IBaseStyle
public String[] availableParameters()
availableParameters
in interface hep.aida.IBaseStyle
public String parameterValue(String parameterName)
parameterValue
in interface hep.aida.IBaseStyle
public void reset()
reset
in interface hep.aida.IBaseStyle
public boolean setParameter(String parameterName)
setParameter
in interface hep.aida.IBaseStyle
public boolean setParameter(String parameterName, String parValue)
setParameter
in interface hep.aida.IBaseStyle
protected void setParameterDefault(String parameterName, String parDefaultValue)
public void styleChanged(BaseStyle style)
styleChanged
in interface StyleListener
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |