Uses of Class
com.storedobject.svg.chart.Values.Value
Packages that use Values.Value
-
Uses of Values.Value in com.storedobject.svg.chart
Subclasses of Values.Value in com.storedobject.svg.chartModifier and TypeClassDescriptionstatic classRepresents a value with associated styles.Methods in com.storedobject.svg.chart that return Values.ValueModifier and TypeMethodDescriptionValues.add(Values.Value value) Add aValues.Valueto the collection.Add a value with a label.Chart.addValue(Values.Value value) Add a data value.Add a data value with a label.Values.get(int index) Get the value at a specific index.Methods in com.storedobject.svg.chart that return types with arguments of type Values.ValueModifier and TypeMethodDescriptionValues.list()Get the list of values.Values.stream()Get a stream of values.Methods in com.storedobject.svg.chart with parameters of type Values.ValueModifier and TypeMethodDescriptionValues.add(Values.Value value) Add aValues.Valueto the collection.Chart.addValue(Values.Value value) Add a data value.Values.getColor(Values.Value value) Get the color for a givenValues.Value.Values.getLabel(Values.Value value) Get the formatted label for a givenValues.Value.doubleValues.getPercentage(Values.Value value) Get the percentage of a givenValues.Valuerelative to the total.Values.getPercentageString(Values.Value value) Get the percentage string for a givenValues.Value.Values.getValue(Values.Value value) Get the formatted value for a givenValues.Value.voidValues.remove(Values.Value value) Remove aValues.Valuefrom the collection.Values.toUnit(Values.Value v) Format aValues.Valuewith its unit.Method parameters in com.storedobject.svg.chart with type arguments of type Values.ValueModifier and TypeMethodDescriptionvoidValues.setLabelFunction(Function<Values.Value, String> labelFunction) Set the function to generate labels forValues.Valueobjects.voidValues.setValueFunction(Function<Values.Value, String> valueFunction) Set the function to generate formatted value strings forValues.Valueobjects. -
Uses of Values.Value in com.storedobject.vaadin
Methods in com.storedobject.vaadin that return Values.ValueModifier and TypeMethodDescriptionSvg.Event.getValue()Retrieves the value associated with the event.