Uses of Class
com.iizix.prop.ui.chart.axis2d.AxisTitleOrientation
Packages that use AxisTitleOrientation Package Description com.iizix.prop.ui.chart.axis2d Uses of AxisTitleOrientation in com.iizix.prop.ui.chart.axis2d
Methods in com.iizix.prop.ui.chart.axis2d that return AxisTitleOrientation Modifier and Type Method Description AxisTitleOrientation[]AxisTitleOrientation. enumValues()Gets all the choices possible, including default.AxisTitleOrientationAxisTitleOrientation. getDefault()Gets the default value.AxisTitleOrientationAxis2D. getTitleOrientation()Gets the title orientation.static AxisTitleOrientationAxisTitleOrientation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AxisTitleOrientation[]AxisTitleOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.