public class PoPolarLogAxis extends PoPolarAxis
File format/default:
gradVisibility | VISILITY_DEPEND |
gradPosition | GRAD_DEPEND |
gradPath | PATH_DEPEND |
gradFontName | "" |
gradFontSize | 0 |
gradDistAxis | 0 |
gradAddStringVisibility | false |
gradAddString | "" |
marginType | REL_MARGIN |
marginStart | 0 |
marginEnd | 0 |
titleVisibility | VISILITY_DEPEND |
titlePosition | TITLE_DEPEND |
titlePath | PATH_DEPEND |
titleFontName | "" |
titleFontSize | 0 |
titleDistAxis | 0 |
titleString | "" |
gridVisibility | VISILITY_DEPEND |
gridLengthGradSide | 0 |
gridLengthGradOtherSide | 1 |
arrowVisibility | VISIBILITY_DEPEND |
arrowHeight | 0.03 |
arrowLength | 0.05 |
tickVisibility | VISIBILITY_DEPEND |
tickPosition | TICK_GRAD_SIDE |
tickMainLength | 0 |
tickSubLength | 0 |
tickSubDef | PERIOD_MAIN_TICK |
tickNumOrPeriod | 1 |
tickFirstGrad | 1 |
tickLastGrad | 1 |
reverseFlag | AXIS_REVERSE_DEPEND |
offset | 0 |
startRadius | 0 |
endRadius | 1 |
theta | 0 |
multFactorPosition | MULT_FACTOR_END |
multFactorDistAxis | 0 |
decadeListDef | DECADE_LIST_AUTO |
decadeList | 2 |
tenPowerRep | TEN_POWER_POW10 |
decadeRep | DECADE_NONE |
decadeFontName | "" |
decadeFontSize | 0 |
Modifier and Type | Class and Description |
---|---|
static class |
PoPolarLogAxis.DecadeListDefs
Decade list computed automatically or given by the user.
|
static class |
PoPolarLogAxis.DecadeReps
Type of presentation of the axis decades.
|
static class |
PoPolarLogAxis.GradAttributes |
static class |
PoPolarLogAxis.TenPowGradReps
Type of presentation of the power of ten.
|
PoPolarAxis.MultFactor, PoPolarAxis.MultFactorPositions
PoAxis.ArrowAttributes, PoAxis.AxisReverses, PoAxis.GradPositions, PoAxis.GridAttributes, PoAxis.MarginAttributes, PoAxis.MarginTypes, PoAxis.TextPaths, PoAxis.TickAttributes, PoAxis.TickPositions, PoAxis.TickSubDefs, PoAxis.TitleAttributes, PoAxis.TitlePositions, PoAxis.Visibilities
PoBase.NodeWriteFormats, PoBase.TextTypes, PoBase.UpdateMethodTypes
SoNode.RenderModes
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFString |
decadeFontName
Decade font name.
|
SoSFFloat |
decadeFontSize
Decade graduations font size.
|
SoMFUShort |
decadeList
Specifies if the list of decade graduations is given by the user or is automatically computed.
|
SoSFEnum<PoPolarLogAxis.DecadeListDefs> |
decadeListDef
List of graduations between two power of ten graduations (decade graduations).
|
SoSFEnum<PoPolarLogAxis.DecadeReps> |
decadeRep
Defines the representation of the decade graduations between two power of ten graduations.
|
SoSFEnum<PoPolarLogAxis.TenPowGradReps> |
tenPowerRep
Defines the representation of power of ten graduations.
|
endRadius, multFactorDistAxis, multFactorPosition, offset, startRadius, theta
arrowHeight, arrowLength, arrowVisibility, gradAddString, gradAddStringVisibility, gradDistAxis, gradFontName, gradFontSize, gradPath, gradPosition, gradVisibility, gridLengthGradOtherSide, gridLengthGradSide, gridVisibility, marginEnd, marginStart, marginType, reverseFlag, tickFirstGrad, tickLastGrad, tickMainLength, tickNumOrPeriod, tickPosition, tickSubDef, tickSubLength, tickVisibility, titleDistAxis, titleFontName, titleFontSize, titlePath, titlePosition, titleString, titleVisibility
boundingBoxIgnoring
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
PoPolarLogAxis()
Default constructor.
|
PoPolarLogAxis(float offset,
float startRadius,
float endRadius,
float theta)
Calls PoPolarLogAxis(offset, startRadius, endRadius, theta, PoPolarLogAxis.DecadeListDefs.valueOf( PoPolarLogAxis.DecadeListDefs.DECADE_LIST_AUTO.getValue() ), (short[])null, (short)0).
|
PoPolarLogAxis(float offset,
float startRadius,
float endRadius,
float theta,
PoPolarLogAxis.DecadeListDefs decadeListDef)
Calls PoPolarLogAxis(offset, startRadius, endRadius, theta, decadeListDef, (short[])null, (short)0).
|
PoPolarLogAxis(float offset,
float startRadius,
float endRadius,
float theta,
PoPolarLogAxis.DecadeListDefs decadeListDef,
short[] decadeList)
Calls PoPolarLogAxis(offset, startRadius, endRadius, theta, decadeListDef, decadeList, (short)0).
|
PoPolarLogAxis(float offset,
float startRadius,
float endRadius,
float theta,
PoPolarLogAxis.DecadeListDefs decadeListDef,
short[] decadeList,
short numDecade)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static SoNodekitCatalog |
getClassNodekitCatalog()
Returns the
SoNodekitCatalog for this class. |
PoPolarLogAxis.GradAttributes |
getLogGrad()
Returns the current logarithmic graduations attributes (those computed can be different from the associated fields).
|
getMultFactor
getArrow, getGrad, getGrid, getMargin, getMiscTextAttr, getReverseFlag, getTick, getTitle, setMiscTextAttr
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 SoMFUShort decadeList
public final SoSFEnum<PoPolarLogAxis.DecadeListDefs> decadeListDef
public final SoSFEnum<PoPolarLogAxis.TenPowGradReps> tenPowerRep
public final SoSFEnum<PoPolarLogAxis.DecadeReps> decadeRep
public final SoSFString decadeFontName
PoAxis
description).public PoPolarLogAxis(float offset, float startRadius, float endRadius, float theta, PoPolarLogAxis.DecadeListDefs decadeListDef, short[] decadeList)
public PoPolarLogAxis(float offset, float startRadius, float endRadius, float theta, PoPolarLogAxis.DecadeListDefs decadeListDef)
public PoPolarLogAxis(float offset, float startRadius, float endRadius, float theta)
public PoPolarLogAxis(float offset, float startRadius, float endRadius, float theta, PoPolarLogAxis.DecadeListDefs decadeListDef, short[] decadeList, short numDecade)
public PoPolarLogAxis()
public PoPolarLogAxis.GradAttributes getLogGrad()
public static SoNodekitCatalog getClassNodekitCatalog()
SoNodekitCatalog
for this class.Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com