public interface PieSectionLabelGenerator
PieDataset
.Modifier and Type | Method and Description |
---|---|
AttributedString |
generateAttributedSectionLabel(PieDataset dataset,
Comparable key)
Generates an attributed label for the specified series, or
null if no attributed label is available (in which case,
the string returned by
generateSectionLabel(PieDataset, Comparable) will
provide the fallback). |
String |
generateSectionLabel(PieDataset dataset,
Comparable key)
Generates a label for a pie section.
|
String generateSectionLabel(PieDataset dataset, Comparable key)
dataset
- the dataset (null
not permitted).key
- the section key (null
not permitted).null
).AttributedString generateAttributedSectionLabel(PieDataset dataset, Comparable key)
null
if no attributed label is available (in which case,
the string returned by
generateSectionLabel(PieDataset, Comparable)
will
provide the fallback). Only certain attributes are recognised by the
code that ultimately displays the labels:
TextAttribute.FONT
: will set the font;TextAttribute.POSTURE
: a value of
TextAttribute.POSTURE_OBLIQUE
will add Font.ITALIC
to
the current font;TextAttribute.WEIGHT
: a value of
TextAttribute.WEIGHT_BOLD
will add Font.BOLD
to the
current font;TextAttribute.FOREGROUND
: this will set the Paint
for the currentTextAttribute.SUPERSCRIPT
: the values
TextAttribute.SUPERSCRIPT_SUB
and
TextAttribute.SUPERSCRIPT_SUPER
are recognised.dataset
- the dataset.key
- the key.null
).Jas4pp 1.5 © Java Analysis Studio for Particle Physics