|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBaseStyle
Superclass for all styles in AIDA Plotting package. All styles can be reset to their original values at construction time. In the case of styles which 'contain' other styles (like IStyle or IAxisStyle), reset() calls reset() on the aggregated styles too. All styles are hierarchical, so the plotter's current style is overridden by the region's current style, which is overridden by any 'associated' style which is overwritten by any style passed in explicitly at plotting time. Parameters and options which have been explicitly set to non-default (or default!) values are 'sticky'. For example, if a style has the default 'red' and this has been set explicitly to 'blue' at the Plotter level, then it will override the default 'red' at the Region level. IF the user explicitly sets the region to 'green' (or 'red'!) then it will not be overridden by the 'parent' style.
| Method Summary | |
|---|---|
String[] |
availableParameterOptions(String paramName)
Get list of the available options for a given parameter (implementation-dependent). |
String[] |
availableParameters()
Get list of the available parameters (implementation-dependent) |
IBaseStyle |
child(String name)
|
IBaseStyle[] |
children()
|
boolean |
isVisible()
Get visibility of the data. |
String |
name()
|
String |
parameterValue(String parameter)
Get value of a parameter. |
void |
reset()
Return to original (construction time) state. |
boolean |
setParameter(String paramName)
Set a parameter. |
boolean |
setParameter(String paramName,
String options)
Set a parameter. |
boolean |
setVisible(boolean visible)
Set visibility of the data. |
Class |
type()
|
| Method Detail |
|---|
void reset()
boolean setParameter(String paramName)
paramName - Name of the parameter.
boolean setParameter(String paramName,
String options)
paramName - Name of the parameter.options - string of options.
String parameterValue(String parameter)
paramName - Name of the parameter.
String[] availableParameters()
String[] availableParameterOptions(String paramName)
String name()
Class type()
IBaseStyle child(String name)
IBaseStyle[] children()
boolean setVisible(boolean visible)
boolean isVisible()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||