Class Axis
java.lang.Object
com.inductiveautomation.ignition.common.gui.chart.Axis
- All Implemented Interfaces:
- Comparable<Axis>
- Direct Known Subclasses:
- ArchivableAxis
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintorg.jfree.chart.axis.NumberAxisget(AxisAttribute attr) org.jfree.chart.axis.AxisLocationbooleangetBoolean(AxisAttribute attr) getColor(AxisAttribute attr) doublegetDouble(AxisAttribute attr) intgetInt(AxisAttribute attr) getString(AxisAttribute attr) voidset(AxisAttribute attr, Object value) 
- 
Field Details- 
SMALL_RANGEpublic static final double SMALL_RANGE
- 
LARGE_RANGEpublic static final double LARGE_RANGE
 
- 
- 
Constructor Details- 
AxisCreates an axis object from the given dataset/row
- 
Axispublic Axis()Creates a blank axis.
- 
Axis
 
- 
- 
Method Details- 
getInt
- 
getDouble
- 
getString
- 
getColor
- 
getBoolean
- 
set
- 
get
- 
compareTo- Specified by:
- compareToin interface- Comparable<Axis>
 
- 
createAxispublic org.jfree.chart.axis.NumberAxis createAxis()
- 
getAxisLocationpublic org.jfree.chart.axis.AxisLocation getAxisLocation()
 
-