Class PoHighLowClose
- All Implemented Interfaces:
SafeDisposable
File format/default:
valuesX | 0 |
valuesHigh | 0 |
valuesLow | 0 |
valuesClose | 0 |
horCloseBarPosition | LEFT |
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Position of the horizontal close bar.Nested classes/interfaces inherited from class com.openinventor.meshviz.graph.PoBase
PoBase.NodeWriteFormats, PoBase.TextTypes, PoBase.UpdateMethodTypes
Nested classes/interfaces inherited from class com.openinventor.inventor.nodes.SoNode
SoNode.RenderModes
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionPosition of the horizontal close bar in relation to the vertical line.final SoMFFloat
List of close values.final SoMFFloat
List of high values.final SoMFFloat
List of low values.final SoMFFloat
List of abscissas.Fields inherited from class com.openinventor.inventor.nodekits.SoBaseKit
boundingBoxIgnoring
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.PoHighLowClose
(int numValues, float[] x, float[] high, float[] low, float[] close) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionstatic SoNodekitCatalog
Returns theSoNodekitCatalog
for this class.Methods inherited from class com.openinventor.meshviz.graph.PoBase
addPostRebuildCallback, addPreRebuildCallback, getDomain, getNodeWriteFormat, getTextType, getUpdateMethod, isBuilt, isModified, isVRML2Mode, rebuild, setDomain, setNodeWriteFormat, setTextType, setUpdateMethod, setVRML2Mode, touchKit
Methods inherited from class com.openinventor.inventor.nodekits.SoBaseKit
getNodekitCatalog, getPart, getPart, getPartString, getViewportIsEnabled, getViewportOrigin, getViewportSize, isSearchingChildren, set, set, setPart, setSearchingChildren
Methods inherited from class com.openinventor.inventor.nodes.SoNode
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderEngineMode, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
Methods inherited from class com.openinventor.inventor.fields.SoFieldContainer
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, setToDefaults
Methods inherited from class com.openinventor.inventor.misc.SoBase
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable
Methods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle
-
Field Details
-
valuesX
List of abscissas. Must have the same size than the other "values" fields. -
valuesHigh
List of high values. Must have the same size than the other "values" fields. -
valuesLow
List of low values. Must have the same size than the other "values" fields. -
valuesClose
List of close values. Must have the same size than the other "values" fields. -
horCloseBarPosition
Position of the horizontal close bar in relation to the vertical line.
-
-
Constructor Details
-
PoHighLowClose
public PoHighLowClose(int numValues, float[] x, float[] high, float[] low, float[] close) Constructor. -
PoHighLowClose
public PoHighLowClose()Default constructor.
-
-
Method Details
-
getClassNodekitCatalog
Returns theSoNodekitCatalog
for this class.
-