Uses of Class
com.metsci.glimpse.core.painter.decoration.LegendPainter
-
Packages that use LegendPainter Package Description com.metsci.glimpse.core.painter.decoration Painters which draw decorative elements of plots (usually unrelated to the data). -
-
Uses of LegendPainter in com.metsci.glimpse.core.painter.decoration
Subclasses of LegendPainter in com.metsci.glimpse.core.painter.decoration Modifier and Type Class Description static class
LegendPainter.BlockLegendPainter
static class
LegendPainter.LineLegendPainter
Methods in com.metsci.glimpse.core.painter.decoration that return LegendPainter Modifier and Type Method Description LegendPainter
LegendPainter. setFont(int size, boolean bold)
LegendPainter
LegendPainter. setFont(int size, boolean bold, boolean antialias)
LegendPainter
LegendPainter. setFont(Font font)
LegendPainter
LegendPainter. setFont(Font font, boolean antialias)
LegendPainter
LegendPainter. setTextColor(float[] rgba)
-