|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBrushStyle
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. |
| Methods inherited from interface hep.aida.IBaseStyle |
|---|
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type |
| Method Detail |
|---|
String[] availableColors()
String color()
double opacity()
boolean setColor(String newColor)
boolean setOpacity(double newOpacity)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||