Class NumberAxisConfig
java.lang.Object
com.inductiveautomation.factorypmi.application.components.chart.AbstractPropertySelfDescriber
com.inductiveautomation.factorypmi.application.components.chart.AxisConfig
com.inductiveautomation.factorypmi.application.components.chart.ValueAxisConfig
com.inductiveautomation.factorypmi.application.components.chart.NumberAxisConfig
- All Implemented Interfaces:
- PropertySelfDescriber
- Direct Known Subclasses:
- LogAxisConfig,- SymbolAxisConfig
- 
Field SummaryFieldsFields inherited from class com.inductiveautomation.factorypmi.application.components.chart.ValueAxisConfigautoRange, autoRangeMinimumSize, fixedAutoRange, lowerBound, lowerMargin, negArrowVisible, posArrowVisible, upperBound, upperMargin, verticalTickLabelsFields inherited from class com.inductiveautomation.factorypmi.application.components.chart.AxisConfiglabel, labelAngle, labelColor, labelFont, POS_BOTTOM_LEFT, POS_BOTTOM_RIGHT, POS_TOP_LEFT, POS_TOP_RIGHT, position, tickLabelColor, tickLabelFont, tickLabelsVisible, tickMarkColor, tickMarkInsideLength, tickMarkOutsideLength, tickMarksVisible, visibleFields inherited from class com.inductiveautomation.factorypmi.application.components.chart.AbstractPropertySelfDescriberproperties
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidconfigureAxis(org.jfree.chart.axis.Axis a) protected voidorg.jfree.chart.axis.Axisprotected voidbooleanbooleanvoidsetAutoRangeIncludesZero(boolean b) voidsetAutoRangeStickyZero(boolean b) voidsetNumberFormatOverride(String numberFormatOverride) Methods inherited from class com.inductiveautomation.factorypmi.application.components.chart.ValueAxisConfiggetAutoRangeMinimumSize, getFixedAutoRange, getLowerBound, getLowerMargin, getUpperBound, getUpperMargin, isAutoRange, isNegArrowVisible, isPosArrowVisible, isVerticalTickLabels, setAutoRange, setAutoRangeMinimumSize, setFixedAutoRange, setLowerBound, setLowerMargin, setNegArrowVisible, setPosArrowVisible, setUpperBound, setUpperMargin, setVerticalTickLabelsMethods inherited from class com.inductiveautomation.factorypmi.application.components.chart.AxisConfiggetLabel, getLabelAngle, getLabelColor, getLabelFont, getPosition, getTickLabelColor, getTickLabelFont, getTickMarkColor, getTickMarkInsideLength, getTickMarkOutsideLength, isTickLabelsVisible, isTickMarksVisible, isVisible, setLabel, setLabelAngle, setLabelColor, setLabelFont, setPosition, setTickLabelColor, setTickLabelFont, setTickLabelsVisible, setTickMarkColor, setTickMarkInsideLength, setTickMarkOutsideLength, setTickMarksVisible, setVisibleMethods inherited from class com.inductiveautomation.factorypmi.application.components.chart.AbstractPropertySelfDescriberaddEnumProp, addProp, addProp, getProperties
- 
Field Details- 
autoRangeIncludesZeroprotected boolean autoRangeIncludesZero
- 
autoRangeStickyZeroprotected boolean autoRangeStickyZero
- 
numberFormatOverride
 
- 
- 
Constructor Details- 
NumberAxisConfigpublic NumberAxisConfig()
 
- 
- 
Method Details- 
createAxispublic org.jfree.chart.axis.Axis createAxis()- Specified by:
- createAxisin class- AxisConfig
 
- 
createCopy- Specified by:
- createCopyin class- AxisConfig
 
- 
copyInto- Overrides:
- copyIntoin class- ValueAxisConfig
 
- 
configureAxisprotected void configureAxis(org.jfree.chart.axis.Axis a) - Overrides:
- configureAxisin class- ValueAxisConfig
 
- 
initPropertiesprotected void initProperties()- Overrides:
- initPropertiesin class- ValueAxisConfig
 
- 
isAutoRangeIncludesZeropublic boolean isAutoRangeIncludesZero()
- 
isAutoRangeStickyZeropublic boolean isAutoRangeStickyZero()
- 
setAutoRangeIncludesZeropublic void setAutoRangeIncludesZero(boolean b) 
- 
setAutoRangeStickyZeropublic void setAutoRangeStickyZero(boolean b) 
- 
getNumberFormatOverride
- 
setNumberFormatOverride
 
-