|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Style for all text (e.g. axis labels, legend box text etc.)
Method Summary | |
String[] |
availableFonts()
Get list of fonts available in this implementation. |
String |
font()
Get name of current font. |
double |
fontSize()
Get current font size. |
boolean |
isBold()
|
boolean |
isItalic()
|
boolean |
isUnderlined()
|
boolean |
setBold()
|
boolean |
setBold(boolean bold)
|
boolean |
setFont(String font)
Set current font, e.g. |
boolean |
setFontSize(double size)
Set current font size. |
boolean |
setItalic()
|
boolean |
setItalic(boolean italic)
|
boolean |
setUnderlined()
|
boolean |
setUnderlined(boolean underlined)
|
Methods inherited from interface hep.aida.IBrushStyle |
availableColors, color, opacity, setColor, setOpacity |
Methods inherited from interface hep.aida.IBaseStyle |
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type |
Method Detail |
public String[] availableFonts()
public double fontSize()
public boolean setFontSize(double size)
public String font()
public boolean setFont(String font)
public boolean isBold()
public boolean isItalic()
public boolean isUnderlined()
public boolean setBold()
public boolean setBold(boolean bold)
public boolean setItalic()
public boolean setItalic(boolean italic)
public boolean setUnderlined()
public boolean setUnderlined(boolean underlined)
|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |