public class PoValueLegend extends PoLegend
Values of the legends depend on :
If setIsovaluesList(isovaluesList) method is called with "isovaluesList" derived from PbIsovaluesList
, the current isovalues list is "isovaluesList". Otherwise the current isovalues list is specified in the current inherited state (cf PoIsovaluesList
property node). The current isovalues list does not exist if setIsovaluesList()
method is not called and no PoIsovaluesList
node is traversed before in the scene graph.
If setDataMapping(dataMapping) method is called with "dataMapping" derived from PbDataMapping
, the current data mapping is "dataMapping". Otherwise the current data mapping is specified in the current inherited state (cf property node PoDataMapping
and its derived classes). The current data mapping does not exist if setDataMapping()
method is not called and no PoDataMapping
node is traversed before in the scene graph.
Values format depends on the current numerical display format. If the method setFormat(format) is called, the current numerical display format is "format". Otherwise the current numerical display format is specified in the current inherited state (cf property node PoNumericDisplayFormat
).
PoLegend.IncrementTypes, PoLegend.MarginTypes, PoLegend.Positions, PoLegend.TextPaths, PoLegend.Visibilities
PoBase.NodeWriteFormats, PoBase.TextTypes, PoBase.UpdateMethodTypes
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFUShort |
firstValue
Number of the first value to display.
|
SoSFUShort |
lastValue
Number of the last value to display.
|
SoSFString |
lowerUndefString
String indicating the lower undefined level.
|
SoSFUShort |
periodValue
Period to display the values in the legend.
|
SoSFString |
upperUndefString
String indicating the upper undefined level.
|
boxRatio, FIXED_MARGIN, HORIZONTAL_INCREMENT, incrementType, marginBottom, marginLeft, marginRight, marginTop, marginType, numColumns, PATH_DOWN, PATH_LEFT, PATH_RIGHT, PATH_UP, POS_BOTTOM, POS_LEFT, POS_RIGHT, POS_TOP, REL_MARGIN, titleFontName, titleFontSize, titlePath, titlePosition, titleString, titleVisibility, valueAddString, valueAddStringVisibility, valueFontName, valuePosition, valueVisibility, VERTICAL_INCREMENT, VISIBILITY_OFF, VISIBILITY_ON
FOLD_NODE_WRITE_FORMAT, SO_ANNO_TEXT3, SO_TEXT3, UNFOLD_NODE_WRITE_FORMAT, UPDATE_METHOD_IMMEDIATE, UPDATE_METHOD_ON_ACTION
boundingBoxIgnoring
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
static SoNodekitCatalog |
getClassNodekitCatalog()
Returns the
SoNodekitCatalog for this class. |
PbDataMapping |
getDataMapping()
Gets a reference to a
PbDataMapping object to the association color-values. |
PbNumericDisplayFormat |
getFormat()
Gets a reference to a
PbNumericDisplayFormat object for the numerical display format of the legend values. |
PbIsovaluesList |
getIsovaluesList()
Gets a reference to a
PbIsovaluesList object. |
void |
setDataMapping(PbDataMapping dataMapping)
Sets a reference to a
PbDataMapping object to the association color-values. |
void |
setFormat(PbNumericDisplayFormat format)
Sets a reference to a
PbNumericDisplayFormat object for the numerical display format of the legend values. |
void |
setIsovaluesList(PbIsovaluesList isovaluesList)
Sets a reference to a
PbIsovaluesList object. |
getMiscTextAttr, setMiscTextAttr
addPostRebuildCallback, addPreRebuildCallback, getDomain, getNodeWriteFormat, getTextType, getUpdateMethod, isBuilt, isModified, isVRML2Mode, rebuild, setDomain, setNodeWriteFormat, setTextType, setUpdateMethod, setVRML2Mode, touchKit
getNodekitCatalog, getPart, getPart, getPartString, getViewportIsEnabled, getViewportOrigin, getViewportSize, isSearchingChildren, set, set, setPart, setSearchingChildren
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public final SoSFString upperUndefString
public final SoSFString lowerUndefString
public final SoSFUShort periodValue
public final SoSFUShort firstValue
public final SoSFUShort lastValue
public PbNumericDisplayFormat getFormat()
PbNumericDisplayFormat
object for the numerical display format of the legend values.public static SoNodekitCatalog getClassNodekitCatalog()
SoNodekitCatalog
for this class.public void setDataMapping(PbDataMapping dataMapping)
PbDataMapping
object to the association color-values.
If this method is not called (or called passing NULL as argument), this is the data mapping defined in the current inherited state (defined with the property node PoDataMapping
and its derived classes) which is used.public void setFormat(PbNumericDisplayFormat format)
PbNumericDisplayFormat
object for the numerical display format of the legend values.
If this method is not called (or called passing NULL as argument), this is the numerical display format defined in the current inherited state (defined with the property node PoNumericDisplayFormat
) which is used.public PbDataMapping getDataMapping()
PbDataMapping
object to the association color-values.public PbIsovaluesList getIsovaluesList()
PbIsovaluesList
object.public void setIsovaluesList(PbIsovaluesList isovaluesList)
PbIsovaluesList
object.
A PbIsovaluesList
object defines an isovalue list used for the legend values. If this method is not called (or called passing NULL as argument), this is the isovalue list defined in the current inherited state (defined with the property node PoIsovaluesList
) which is used.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com