public class PoGroup4Axis 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 |
PoGroup4Axis.AxisTypes
Type of axis.
|
PoBase.NodeWriteFormats, PoBase.TextTypes, PoBase.UpdateMethodTypes
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFVec2f |
end
End point of the top horizontal axis and of the right vertical 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
PoGroup4Axis.AxisTypes.LINEAR instead. |
static int |
LOGARITHMIC
Deprecated.
Use
PoGroup4Axis.AxisTypes.LOGARITHMIC instead. |
SoSFVec2f |
start
Start point of the bottom horizontal axis and of the left vertical axis.
|
SoSFString |
xTitle
Title of the horizontal axes.
|
SoSFString |
yTitle
Title of the vertical axes.
|
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 |
---|
PoGroup4Axis()
Default constructor.
|
PoGroup4Axis(SbVec2f _start,
SbVec2f _end,
PoGroup4Axis.AxisTypes _xAxisType,
PoGroup4Axis.AxisTypes _yAxisType)
Calls PoGroup4Axis(_start, _end, _xAxisType, _yAxisType, (java.lang.String)null, (java.lang.String)null).
|
PoGroup4Axis(SbVec2f _start,
SbVec2f _end,
PoGroup4Axis.AxisTypes _xAxisType,
PoGroup4Axis.AxisTypes _yAxisType,
java.lang.String xTtle)
Calls PoGroup4Axis(_start, _end, _xAxisType, _yAxisType, xTtle, (java.lang.String)null).
|
PoGroup4Axis(SbVec2f _start,
SbVec2f _end,
PoGroup4Axis.AxisTypes _xAxisType,
PoGroup4Axis.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, 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 LINEAR
PoGroup4Axis.AxisTypes.LINEAR
instead.@Deprecated public static final int LOGARITHMIC
PoGroup4Axis.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 PoGroup4Axis(SbVec2f _start, SbVec2f _end, PoGroup4Axis.AxisTypes _xAxisType, PoGroup4Axis.AxisTypes _yAxisType, java.lang.String xTtle)
public PoGroup4Axis(SbVec2f _start, SbVec2f _end, PoGroup4Axis.AxisTypes _xAxisType, PoGroup4Axis.AxisTypes _yAxisType)
public PoGroup4Axis(SbVec2f _start, SbVec2f _end, PoGroup4Axis.AxisTypes _xAxisType, PoGroup4Axis.AxisTypes _yAxisType, java.lang.String xTtle, java.lang.String yTtle)
public PoGroup4Axis()
public static SoNodekitCatalog getClassNodekitCatalog()
SoNodekitCatalog
for this class.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com