public class PoHighLowClose extends PoGraphMaster
File format/default:
valuesX | 0 |
valuesHigh | 0 |
valuesLow | 0 |
valuesClose | 0 |
horCloseBarPosition | LEFT |
Modifier and Type | Class and Description |
---|---|
static class |
PoHighLowClose.HorCloseBarPositions
Position of the horizontal close bar.
|
PoBase.NodeWriteFormats, PoBase.TextTypes, PoBase.UpdateMethodTypes
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFEnum<PoHighLowClose.HorCloseBarPositions> |
horCloseBarPosition
Position of the horizontal close bar in relation to the vertical line.
|
static int |
LEFT
Deprecated.
Use
PoHighLowClose.HorCloseBarPositions.LEFT instead. |
static int |
MIDDLE
Deprecated.
Use
PoHighLowClose.HorCloseBarPositions.MIDDLE instead. |
static int |
RIGHT
Deprecated.
Use
PoHighLowClose.HorCloseBarPositions.RIGHT instead. |
SoMFFloat |
valuesClose
List of close values.
|
SoMFFloat |
valuesHigh
List of high values.
|
SoMFFloat |
valuesLow
List of low values.
|
SoMFFloat |
valuesX
List of abscissas.
|
FOLD_NODE_WRITE_FORMAT, SO_ANNO_TEXT3, SO_TEXT3, UNFOLD_NODE_WRITE_FORMAT, UPDATE_METHOD_IMMEDIATE, UPDATE_METHOD_ON_ACTION
boundingBoxIgnoring
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
PoHighLowClose()
Default constructor.
|
PoHighLowClose(int numValues,
float[] x,
float[] high,
float[] low,
float[] close)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static SoNodekitCatalog |
getClassNodekitCatalog()
Returns the
SoNodekitCatalog for this class. |
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
@Deprecated public static final int LEFT
PoHighLowClose.HorCloseBarPositions.LEFT
instead.@Deprecated public static final int MIDDLE
PoHighLowClose.HorCloseBarPositions.MIDDLE
instead.@Deprecated public static final int RIGHT
PoHighLowClose.HorCloseBarPositions.RIGHT
instead.public final SoMFFloat valuesX
public final SoMFFloat valuesHigh
public final SoMFFloat valuesLow
public final SoMFFloat valuesClose
public final SoSFEnum<PoHighLowClose.HorCloseBarPositions> horCloseBarPosition
public PoHighLowClose()
public PoHighLowClose(int numValues, float[] x, float[] high, float[] low, float[] close)
public static SoNodekitCatalog getClassNodekitCatalog()
SoNodekitCatalog
for this class.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com