Uses of Class
adams.gui.visualization.core.axis.Type
-
Packages that use Type Package Description adams.gui.tools.spreadsheetviewer.chart adams.gui.visualization.core adams.gui.visualization.core.axis -
-
Uses of Type in adams.gui.tools.spreadsheetviewer.chart
Methods in adams.gui.tools.spreadsheetviewer.chart that return Type Modifier and Type Method Description protected Type
AbstractChartGenerator. columnTypesToAxisType(SpreadSheet sheet, int[] colIndices)
Returns the most appropriate axis type for the given columns.protected Type
AbstractChartGenerator. columnTypeToAxisType(SpreadSheet sheet, int colIndex)
Returns the most appropriate axis type for a given column. -
Uses of Type in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as Type Modifier and Type Field Description protected Type
AxisPanel. m_Type
the type of axis.protected Type
AxisPanelOptions. m_Type
the type of the axis.Fields in adams.gui.visualization.core with type parameters of type Type Modifier and Type Field Description protected Hashtable<Type,String>
AxisPanel. m_NumberFormatOverride
for overriding the default number formats.Methods in adams.gui.visualization.core that return Type Modifier and Type Method Description Type
AxisPanel. getType()
Returns the type of axis.Type
AxisPanelOptions. getType()
Returns the type of the axis.Methods in adams.gui.visualization.core with parameters of type Type Modifier and Type Method Description void
AxisPanel. addNumberFormatOverride(Type type, String format)
Adds the format override for the specified type.String
AxisPanel. getNumberFormatOverride(Type type)
Returns the format override for the specified type, null if non-existing.boolean
AxisPanel. hasNumberFormatOverride(Type type)
Returns whether an override format is available for the specified type.void
AxisPanel. removeNumberFormatOverride(Type type)
Removes the format override for the specified type.void
AxisPanel. setType(Type value)
Sets the type of axis.void
AxisPanelOptions. setType(Type value)
Sets type of the axis.Constructors in adams.gui.visualization.core with parameters of type Type Constructor Description AxisPanel(Direction direction, Orientation orientation, Type type)
Initializes the axis, with color black and 10 ticks, width 20.AxisPanel(Direction direction, Orientation orientation, Type type, int ticks)
Initializes the axis, with color black, width 20. -
Uses of Type in adams.gui.visualization.core.axis
Methods in adams.gui.visualization.core.axis that return Type Modifier and Type Method Description Type
Type. parse(String s)
Returns the corresponding type.static Type
Type. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static Type
Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Type[]
Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-