|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITextStyle
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 |
|---|
String[] availableFonts()
double fontSize()
boolean setFontSize(double size)
String font()
boolean setFont(String font)
boolean isBold()
boolean isItalic()
boolean isUnderlined()
boolean setBold()
boolean setBold(boolean bold)
boolean setItalic()
boolean setItalic(boolean italic)
boolean setUnderlined()
boolean setUnderlined(boolean underlined)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||