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.BuilderAxes.Builder. setxLabel(Label xLabel)Axes.BuilderAxes.Builder. setxLabels(java.util.List<Label> xLabels)A list of X-Axis Labels with condition support.Axes.BuilderAxes.Builder. setyAxisUnitLabels(java.util.List<Label> yAxisUnitLabels)A list of Y-Axis unit Labels with condition support.Axes.BuilderAxes.Builder. setyAxisUnits(java.util.List<AxisUnit> yAxisUnits)A list of Y-Axis unit with condition support.Axes.BuilderAxes.Builder. setyLabel(Label yLabel)Axes.BuilderAxes.Builder. setyLabels(java.util.List<Label> yLabels)A list of Y-Axis Labels with condition support.
-