Uses of Class
org.meteoinfo.chart.Location
-
Packages that use Location Package Description org.meteoinfo.chart org.meteoinfo.chart.axis org.meteoinfo.chart.plot -
-
Uses of Location in org.meteoinfo.chart
Methods in org.meteoinfo.chart that return Location Modifier and Type Method Description static LocationLocation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Location[]Location. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Location in org.meteoinfo.chart.axis
Methods in org.meteoinfo.chart.axis that return Location Modifier and Type Method Description LocationAxis. getLocation()Get locationMethods in org.meteoinfo.chart.axis with parameters of type Location Modifier and Type Method Description voidAxis. setLocation(Location value)Set locationConstructors in org.meteoinfo.chart.axis with parameters of type Location Constructor Description Axis(java.lang.String label, boolean xAxis, Location loc)ConstructorAxis(java.lang.String label, boolean xAxis, Location loc, boolean drawTickLabel)Constructor -
Uses of Location in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot that return Location Modifier and Type Method Description LocationAbstractPlot2D. getXAxisLocation()Get x axis locationLocationAbstractPlot2D. getYAxisLocation()Get y axis locationMethods in org.meteoinfo.chart.plot with parameters of type Location Modifier and Type Method Description AxisAbstractPlot2D. getAxis(Location loc)Get axisvoidAbstractPlot2D. setAxis(Axis axis, Location loc)Set axisvoidAbstractPlot2D. setXAxisLocation(Location value)Set x axis locationvoidAbstractPlot2D. setYAxisLocation(Location value)Set y axis location
-