Class ElapsedTimeAxisConfig
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.ElapsedTimeAxisConfig
- All Implemented Interfaces:
PropertySelfDescriber
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected Stringprotected intFields inherited from class com.inductiveautomation.factorypmi.application.components.chart.ValueAxisConfig
autoRange, autoRangeMinimumSize, fixedAutoRange, lowerBound, lowerMargin, negArrowVisible, posArrowVisible, upperBound, upperMargin, verticalTickLabelsFields inherited from class com.inductiveautomation.factorypmi.application.components.chart.AxisConfig
label, 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.AbstractPropertySelfDescriber
properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigureAxis(org.jfree.chart.axis.Axis a) protected voidorg.jfree.chart.axis.Axisintprotected voidbooleanbooleanvoidsetAutoRangeIncludesZero(boolean b) voidsetAutoRangeStickyZero(boolean b) voidvoidsetTickSize(int tickSize) Methods inherited from class com.inductiveautomation.factorypmi.application.components.chart.ValueAxisConfig
getAutoRangeMinimumSize, 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.AxisConfig
getLabel, 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.AbstractPropertySelfDescriber
addEnumProp, addProp, addProp, getProperties
-
Field Details
-
autoRangeIncludesZero
protected boolean autoRangeIncludesZero -
autoRangeStickyZero
protected boolean autoRangeStickyZero -
tickSize
protected int tickSize -
format
-
-
Constructor Details
-
ElapsedTimeAxisConfig
public ElapsedTimeAxisConfig()
-
-
Method Details
-
createAxis
public org.jfree.chart.axis.Axis createAxis()- Specified by:
createAxisin classAxisConfig
-
createCopy
- Specified by:
createCopyin classAxisConfig
-
copyInto
- Overrides:
copyIntoin classValueAxisConfig
-
configureAxis
protected void configureAxis(org.jfree.chart.axis.Axis a) - Overrides:
configureAxisin classValueAxisConfig
-
initProperties
protected void initProperties()- Overrides:
initPropertiesin classValueAxisConfig
-
isAutoRangeIncludesZero
public boolean isAutoRangeIncludesZero() -
isAutoRangeStickyZero
public boolean isAutoRangeStickyZero() -
setAutoRangeIncludesZero
public void setAutoRangeIncludesZero(boolean b) -
setAutoRangeStickyZero
public void setAutoRangeStickyZero(boolean b) -
setTickSize
public void setTickSize(int tickSize) -
getTickSize
public int getTickSize() -
setFormat
-
getFormat
-