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.UpdateMethodTypes
SoNode.RenderModes
Inventor.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.
|
SoSFVec2f |
start
Start point of the both axis.
|
SoSFString |
xTitle
Title of the horizontal axis.
|
SoSFString |
yTitle
Title of the vertical axis.
|
boundingBoxIgnoring
VERBOSE_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, touchKit
getNodekitCatalog, getPart, getPart, getPartString, getViewportIsEnabled, getViewportOrigin, getViewportSize, isSearchingChildren, set, set, setPart, setSearchingChildren
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
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, setToDefaults
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable
getNativeResourceHandle
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 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com