Uses of Class
com.vmware.nsx_policy.model.Axes.Builder
-
Packages that use Axes.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of Axes.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return Axes.Builder Modifier and Type Method Description Axes.Builder
Axes.Builder. setxLabel(Label xLabel)
Axes.Builder
Axes.Builder. setxLabels(java.util.List<Label> xLabels)
A list of X-Axis Labels with condition support.Axes.Builder
Axes.Builder. setyAxisUnitLabels(java.util.List<Label> yAxisUnitLabels)
A list of Y-Axis unit Labels with condition support.Axes.Builder
Axes.Builder. setyAxisUnits(java.util.List<AxisUnit> yAxisUnits)
A list of Y-Axis unit with condition support.Axes.Builder
Axes.Builder. setyLabel(Label yLabel)
Axes.Builder
Axes.Builder. setyLabels(java.util.List<Label> yLabels)
A list of Y-Axis Labels with condition support.
-