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 TypeMethodDescriptionvoidPoMeshContouring.setFormat(PbNumericDisplayFormat format) Sets a reference to aPbNumericDisplayFormatobject 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 voidPoNumericDisplayFormatElement.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 aPbNumericDisplayFormatobject for the numerical display format of values of the histograms.PoLabelField.getFormat()Gets a reference to aPbNumericDisplayFormatobject for the numeric display format for the values.PoLinearAxis.getFormat()Gets a reference to thePbNumericDisplayFormatobject for the numerical display format for the graduations.PoPieChart.getFormat()Gets a reference to aPbNumericDisplayFormatobject for the numerical display format of values of the pie chart.PoPolarLinAxis.getFormat()Gets a reference to aPbNumericDisplayFormatobject for the numerical display format for the graduations.PoValueLegend.getFormat()Gets a reference to aPbNumericDisplayFormatobject for the numerical display format of the legend values.Methods in com.openinventor.meshviz.graph with parameters of type PbNumericDisplayFormatModifier and TypeMethodDescriptionvoidPoHistogram.setFormat(PbNumericDisplayFormat format) Sets a reference to aPbNumericDisplayFormatobject for the numerical display format of values of the histograms.voidPoLabelField.setFormat(PbNumericDisplayFormat format) Sets a reference to aPbNumericDisplayFormatobject for the numeric display format for the values.voidPoLinearAxis.setFormat(PbNumericDisplayFormat format) Sets a reference to aPbNumericDisplayFormatobject for the numerical display format for the graduations.voidPoPieChart.setFormat(PbNumericDisplayFormat format) Sets a reference to aPbNumericDisplayFormatobject for the numerical display format of values of the pie chart.voidPoPolarLinAxis.setFormat(PbNumericDisplayFormat format) Sets a reference to aPbNumericDisplayFormatobject for the numerical display format for the graduations.voidPoValueLegend.setFormat(PbNumericDisplayFormat format) Sets a reference to aPbNumericDisplayFormatobject for the numerical display format of the legend values.Constructors in com.openinventor.meshviz.graph with parameters of type PbNumericDisplayFormatModifierConstructorDescriptionCopy constructor.