Uses of Class
org.dashbuilder.displayer.Position
-
Packages that use Position Package Description org.dashbuilder.displayer org.dashbuilder.displayer.impl -
-
Uses of Position in org.dashbuilder.displayer
Methods in org.dashbuilder.displayer that return Position Modifier and Type Method Description static PositionPosition. getByName(String str)PositionDisplayerSettings. getChartLegendPosition()static PositionPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static Position[]Position. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.displayer with parameters of type Position Modifier and Type Method Description TChartSettingsBuilder. legendOn(Position position)voidDisplayerSettings. setChartLegendPosition(Position chartLegendPosition) -
Uses of Position in org.dashbuilder.displayer.impl
Methods in org.dashbuilder.displayer.impl with parameters of type Position Modifier and Type Method Description TAbstractChartSettingsBuilder. legendOn(Position position)
-