Uses of Class
com.openinventor.meshviz.graph.PbNumericDisplayFormat
Packages that use PbNumericDisplayFormat
Package
Description
-
Uses of PbNumericDisplayFormat in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data that return PbNumericDisplayFormatModifier and TypeMethodDescriptionPoMeshContouring.getFormat()
Gets the reference to aPbNumericDisplayFormat
.Methods in com.openinventor.meshviz.data with parameters of type PbNumericDisplayFormatModifier and TypeMethodDescriptionvoid
PoMeshContouring.setFormat
(PbNumericDisplayFormat format) Sets a reference to aPbNumericDisplayFormat
object for the numerical display format for annotations of contour lines. -
Uses of PbNumericDisplayFormat in com.openinventor.meshviz.elements
Methods in com.openinventor.meshviz.elements that return PbNumericDisplayFormatMethods in com.openinventor.meshviz.elements with parameters of type PbNumericDisplayFormatModifier and TypeMethodDescriptionstatic void
PoNumericDisplayFormatElement.set
(SoState state, SoNode node, PbNumericDisplayFormat numericDisplayFormat) -
Uses of PbNumericDisplayFormat in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return PbNumericDisplayFormatModifier and TypeMethodDescriptionPoHistogram.getFormat()
Gets a reference to aPbNumericDisplayFormat
object for the numerical display format of values of the histograms.PoLabelField.getFormat()
Gets a reference to aPbNumericDisplayFormat
object for the numeric display format for the values.PoLinearAxis.getFormat()
Gets a reference to thePbNumericDisplayFormat
object for the numerical display format for the graduations.PoPieChart.getFormat()
Gets a reference to aPbNumericDisplayFormat
object for the numerical display format of values of the pie chart.PoPolarLinAxis.getFormat()
Gets a reference to aPbNumericDisplayFormat
object for the numerical display format for the graduations.PoValueLegend.getFormat()
Gets a reference to aPbNumericDisplayFormat
object for the numerical display format of the legend values.Methods in com.openinventor.meshviz.graph with parameters of type PbNumericDisplayFormatModifier and TypeMethodDescriptionvoid
PoHistogram.setFormat
(PbNumericDisplayFormat format) Sets a reference to aPbNumericDisplayFormat
object for the numerical display format of values of the histograms.void
PoLabelField.setFormat
(PbNumericDisplayFormat format) Sets a reference to aPbNumericDisplayFormat
object for the numeric display format for the values.void
PoLinearAxis.setFormat
(PbNumericDisplayFormat format) Sets a reference to aPbNumericDisplayFormat
object for the numerical display format for the graduations.void
PoPieChart.setFormat
(PbNumericDisplayFormat format) Sets a reference to aPbNumericDisplayFormat
object for the numerical display format of values of the pie chart.void
PoPolarLinAxis.setFormat
(PbNumericDisplayFormat format) Sets a reference to aPbNumericDisplayFormat
object for the numerical display format for the graduations.void
PoValueLegend.setFormat
(PbNumericDisplayFormat format) Sets a reference to aPbNumericDisplayFormat
object for the numerical display format of the legend values.Constructors in com.openinventor.meshviz.graph with parameters of type PbNumericDisplayFormatModifierConstructorDescriptionCopy constructor.