|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Superclass for anything which can be drawn in different colours and with (possibly) transparent/opaque/translucent effect.
Method Summary | |
String[] |
availableColors()
Get a list of the colours supported by this implementation. |
String |
color()
Current colour of this brush style. |
double |
opacity()
Current opacity (alpha) of this brush style. |
boolean |
setColor(String newColor)
Set current colour, e.g. |
boolean |
setOpacity(double newOpacity)
Set opacity (alpha), e.g. 0 (transparent), 1 (opaque), 0.5 (halfway). |
Methods inherited from interface hep.aida.IBaseStyle |
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type |
Method Detail |
public String[] availableColors()
public String color()
public double opacity()
public boolean setColor(String newColor)
public boolean setOpacity(double newOpacity)
|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |