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 classLegendPainter.BlockLegendPainterstatic classLegendPainter.LineLegendPainterMethods in com.metsci.glimpse.core.painter.decoration that return LegendPainter Modifier and Type Method Description LegendPainterLegendPainter. setFont(int size, boolean bold)LegendPainterLegendPainter. setFont(int size, boolean bold, boolean antialias)LegendPainterLegendPainter. setFont(Font font)LegendPainterLegendPainter. setFont(Font font, boolean antialias)LegendPainterLegendPainter. setTextColor(float[] rgba)
-