public class PoGroup2Axis extends PoBaseAxis
The graduations of these axes are defined by the fields gradStart and gradEnd. However if these fields are equal, the fields start and end are used to define the graduation values.
File format/default:
| start | 0 0 |
| end | 1 1 |
| gradStart | 0 0 |
| gradEnd | 0 0 |
| xTitle | "" |
| yTitle | "" |
| Modifier and Type | Class and Description |
|---|---|
static class |
PoGroup2Axis.AxisTypes
Type of axis.
|
PoBase.NodeWriteFormats, PoBase.TextTypes, PoBase.UpdateMethodTypesInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFVec2f |
end
Defines the end point of the both axis.
|
SoSFVec2f |
gradEnd
Defines the value of the graduation (tick label) corresponding to the end point of this group of axes.
|
SoSFVec2f |
gradStart
Defines the value of the graduation (tick label) corresponding to the starting point of this group of axes.
|
static int |
LINEAR
Deprecated.
Use
PoGroup2Axis.AxisTypes.LINEAR instead. |
static int |
LOGARITHMIC
Deprecated.
Use
PoGroup2Axis.AxisTypes.LOGARITHMIC instead. |
SoSFVec2f |
start
Start point of the both axis.
|
SoSFString |
xTitle
Title of the horizontal axis.
|
SoSFString |
yTitle
Title of the vertical axis.
|
FOLD_NODE_WRITE_FORMAT, SO_ANNO_TEXT3, SO_TEXT3, UNFOLD_NODE_WRITE_FORMAT, UPDATE_METHOD_IMMEDIATE, UPDATE_METHOD_ON_ACTIONboundingBoxIgnoringVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
PoGroup2Axis()
Default constructor.
|
PoGroup2Axis(SbVec2f _start,
SbVec2f _end,
PoGroup2Axis.AxisTypes _xAxisType,
PoGroup2Axis.AxisTypes _yAxisType)
Calls PoGroup2Axis(_start, _end, _xAxisType, _yAxisType, (java.lang.String)null, (java.lang.String)null).
|
PoGroup2Axis(SbVec2f _start,
SbVec2f _end,
PoGroup2Axis.AxisTypes _xAxisType,
PoGroup2Axis.AxisTypes _yAxisType,
java.lang.String xTtle)
Calls PoGroup2Axis(_start, _end, _xAxisType, _yAxisType, xTtle, (java.lang.String)null).
|
PoGroup2Axis(SbVec2f _start,
SbVec2f _end,
PoGroup2Axis.AxisTypes _xAxisType,
PoGroup2Axis.AxisTypes _yAxisType,
java.lang.String xTtle,
java.lang.String yTtle)
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, touchKitgetNodekitCatalog, getPart, getPart, getPartString, getViewportIsEnabled, getViewportOrigin, getViewportSize, isSearchingChildren, set, set, setPart, setSearchingChildrenaffectsState, 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, writecopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizablegetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads@Deprecated public static final int LINEAR
PoGroup2Axis.AxisTypes.LINEAR instead.@Deprecated public static final int LOGARITHMIC
PoGroup2Axis.AxisTypes.LOGARITHMIC instead.public final SoSFVec2f start
public final SoSFVec2f end
public final SoSFVec2f gradStart
PoCartesianAxis.gradStart for details.
public final SoSFVec2f gradEnd
PoCartesianAxis.gradEnd for details.
public final SoSFString xTitle
public final SoSFString yTitle
public PoGroup2Axis(SbVec2f _start, SbVec2f _end, PoGroup2Axis.AxisTypes _xAxisType, PoGroup2Axis.AxisTypes _yAxisType, java.lang.String xTtle)
public PoGroup2Axis(SbVec2f _start, SbVec2f _end, PoGroup2Axis.AxisTypes _xAxisType, PoGroup2Axis.AxisTypes _yAxisType)
public PoGroup2Axis(SbVec2f _start, SbVec2f _end, PoGroup2Axis.AxisTypes _xAxisType, PoGroup2Axis.AxisTypes _yAxisType, java.lang.String xTtle, java.lang.String yTtle)
public PoGroup2Axis()
public static SoNodekitCatalog getClassNodekitCatalog()
SoNodekitCatalog for this class.Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com