Uses of Class
com.metsci.glimpse.core.painter.decoration.LegendPainter.LegendPlacement
-
Packages that use LegendPainter.LegendPlacement Package Description com.metsci.glimpse.core.painter.decoration Painters which draw decorative elements of plots (usually unrelated to the data). -
-
Uses of LegendPainter.LegendPlacement in com.metsci.glimpse.core.painter.decoration
Methods in com.metsci.glimpse.core.painter.decoration that return LegendPainter.LegendPlacement Modifier and Type Method Description static LegendPainter.LegendPlacement
LegendPainter.LegendPlacement. valueOf(String name)
Returns the enum constant of this type with the specified name.static LegendPainter.LegendPlacement[]
LegendPainter.LegendPlacement. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.metsci.glimpse.core.painter.decoration with parameters of type LegendPainter.LegendPlacement Modifier and Type Method Description void
LegendPainter. setPlacement(LegendPainter.LegendPlacement placement)
Constructors in com.metsci.glimpse.core.painter.decoration with parameters of type LegendPainter.LegendPlacement Constructor Description BlockLegendPainter(LegendPainter.LegendPlacement placement)
LegendPainter(LegendPainter.LegendPlacement placement)
LineLegendPainter(LegendPainter.LegendPlacement placement)
-