Class LogAxisConfig
- 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
- 
- com.inductiveautomation.factorypmi.application.components.chart.LogAxisConfig
 
 
 
 
 
- 
- All Implemented Interfaces:
- PropertySelfDescriber
 
 public class LogAxisConfig extends NumberAxisConfig 
- 
- 
Field SummaryFields Modifier and Type Field Description protected booleanexpTickLabelsFlagFlag set true for "1e#"-style tick labels.protected booleanlog10TickLabelsFlagFlag set true for "10^n"-style tick labels.- 
Fields inherited from class com.inductiveautomation.factorypmi.application.components.chart.NumberAxisConfigautoRangeIncludesZero, autoRangeStickyZero, numberFormatOverride
 - 
Fields inherited from class com.inductiveautomation.factorypmi.application.components.chart.ValueAxisConfigautoRange, autoRangeMinimumSize, fixedAutoRange, lowerBound, lowerMargin, negArrowVisible, posArrowVisible, upperBound, upperMargin, verticalTickLabels
 - 
Fields 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, visible
 - 
Fields inherited from class com.inductiveautomation.factorypmi.application.components.chart.AbstractPropertySelfDescriberproperties
 
- 
 - 
Constructor SummaryConstructors Constructor Description LogAxisConfig()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureAxis(org.jfree.chart.axis.Axis a)protected voidcopyInto(AxisConfig a)org.jfree.chart.axis.AxiscreateAxis()AxisConfigcreateCopy()protected voidinitProperties()booleanisExpTickLabelsFlag()booleanisLog10TickLabelsFlag()voidsetExpTickLabelsFlag(boolean expTickLabelsFlag)voidsetLog10TickLabelsFlag(boolean log10TickLabelsFlag)- 
Methods inherited from class com.inductiveautomation.factorypmi.application.components.chart.NumberAxisConfiggetNumberFormatOverride, isAutoRangeIncludesZero, isAutoRangeStickyZero, setAutoRangeIncludesZero, setAutoRangeStickyZero, setNumberFormatOverride
 - 
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, setVerticalTickLabels
 - 
Methods 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, setVisible
 - 
Methods inherited from class com.inductiveautomation.factorypmi.application.components.chart.AbstractPropertySelfDescriberaddEnumProp, addProp, addProp, getProperties
 
- 
 
- 
- 
- 
Method Detail- 
createAxispublic org.jfree.chart.axis.Axis createAxis() - Overrides:
- createAxisin class- NumberAxisConfig
 
 - 
createCopypublic AxisConfig createCopy() - Overrides:
- createCopyin class- NumberAxisConfig
 
 - 
copyIntoprotected void copyInto(AxisConfig a) - Overrides:
- copyIntoin class- NumberAxisConfig
 
 - 
configureAxisprotected void configureAxis(org.jfree.chart.axis.Axis a) - Overrides:
- configureAxisin class- NumberAxisConfig
 
 - 
initPropertiesprotected void initProperties() - Overrides:
- initPropertiesin class- NumberAxisConfig
 
 - 
isExpTickLabelsFlagpublic boolean isExpTickLabelsFlag() 
 - 
setExpTickLabelsFlagpublic void setExpTickLabelsFlag(boolean expTickLabelsFlag) 
 - 
isLog10TickLabelsFlagpublic boolean isLog10TickLabelsFlag() 
 - 
setLog10TickLabelsFlagpublic void setLog10TickLabelsFlag(boolean log10TickLabelsFlag) 
 
- 
 
-