Uses of Enum Class
com.openinventor.meshviz.graph.PoLabelField.ConcatTypes
Packages that use PoLabelField.ConcatTypes
-
Uses of PoLabelField.ConcatTypes in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoLabelField.ConcatTypesModifier and TypeFieldDescriptionfinal SoSFEnum<PoLabelField.ConcatTypes> PoLabelField.concatTypeConcatenation type between values and strings.Methods in com.openinventor.meshviz.graph that return PoLabelField.ConcatTypesModifier and TypeMethodDescriptionstatic PoLabelField.ConcatTypesPoLabelField.ConcatTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoLabelField.ConcatTypesReturns the enum constant of this class with the specified name.static PoLabelField.ConcatTypes[]PoLabelField.ConcatTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.openinventor.meshviz.graph with parameters of type PoLabelField.ConcatTypesModifierConstructorDescriptionPoLabelField(SbVec2f[] _point, String[] _string, float[] _value, float _fontSize, PoLabelField.ConcatTypes type) Calls PoLabelField(_point, _string, _value, _fontSize, type, PoLabelField.Justifications.valueOf( PoLabelField.Justifications.LEFT.getValue() ), PoLabelField.VerticalJustifications.valueOf( PoLabelField.VerticalJustifications.BASE.getValue() )).PoLabelField(SbVec2f[] _point, String[] _string, float[] _value, float _fontSize, PoLabelField.ConcatTypes type, PoLabelField.Justifications _justification) Calls PoLabelField(_point, _string, _value, _fontSize, type, _justification, PoLabelField.VerticalJustifications.valueOf( PoLabelField.VerticalJustifications.BASE.getValue() )).PoLabelField(SbVec2f[] _point, String[] _string, float[] _value, float _fontSize, PoLabelField.ConcatTypes type, PoLabelField.Justifications _justification, PoLabelField.VerticalJustifications _verticalJustification) Constructor.