Package | Description |
---|---|
com.metsci.glimpse.painter.decoration |
Painters which draw decorative elements of plots (usually unrelated to the data).
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
LegendPainter.setPlacement(LegendPainter.LegendPlacement placement) |
Constructor and Description |
---|
LegendPainter.BlockLegendPainter(LegendPainter.LegendPlacement placement) |
LegendPainter.LineLegendPainter(LegendPainter.LegendPlacement placement) |
LegendPainter(LegendPainter.LegendPlacement placement) |
Copyright © 2013 Metron, Inc.. All rights reserved.