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 TypeAbstractChartGenerator. columnTypesToAxisType(SpreadSheet sheet, int[] colIndices)Returns the most appropriate axis type for the given columns.protected TypeAbstractChartGenerator. 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 TypeAxisPanel. m_Typethe type of axis.protected TypeAxisPanelOptions. m_Typethe 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_NumberFormatOverridefor overriding the default number formats.Methods in adams.gui.visualization.core that return Type Modifier and Type Method Description TypeAxisPanel. getType()Returns the type of axis.TypeAxisPanelOptions. getType()Returns the type of the axis.Methods in adams.gui.visualization.core with parameters of type Type Modifier and Type Method Description voidAxisPanel. addNumberFormatOverride(Type type, String format)Adds the format override for the specified type.StringAxisPanel. getNumberFormatOverride(Type type)Returns the format override for the specified type, null if non-existing.booleanAxisPanel. hasNumberFormatOverride(Type type)Returns whether an override format is available for the specified type.voidAxisPanel. removeNumberFormatOverride(Type type)Removes the format override for the specified type.voidAxisPanel. setType(Type value)Sets the type of axis.voidAxisPanelOptions. 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 TypeType. parse(String s)Returns the corresponding type.static TypeType. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static TypeType. 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.
-