Uses of Class
de.erichseifert.gral.plots.axes.Axis

Packages that use Axis
de.erichseifert.gral.plots Plot related classes like axis and plot area management. 
de.erichseifert.gral.plots.areas Classes for drawing areas in plots. 
de.erichseifert.gral.plots.axes Classes for managing and drawing axes in plots. 
de.erichseifert.gral.plots.points Classes for rendering point shapes in a plot. 
 

Uses of Axis in de.erichseifert.gral.plots
 

Methods in de.erichseifert.gral.plots that return Axis
 Axis Plot.getAxis(String name)
          Returns the axis with the specified name.
 

Methods in de.erichseifert.gral.plots that return types with arguments of type Axis
 Collection<Axis> Plot.getAxes()
          Returns a Collection of all axes stored in this plot.
 

Methods in de.erichseifert.gral.plots with parameters of type Axis
 AxisRenderer Plot.getAxisRenderer(Axis axis)
          Returns the renderer for the specified axis.
 Number PlotNavigator.getCenter(Axis axis)
          Returns the center point of the specified axis.
 void Plot.setAxis(String name, Axis axis)
          Sets the axis with the specified name and the associated AxisRenderer.
 void XYPlot.setAxisRenderer(Axis axis, AxisRenderer renderer)
           
 void Plot.setAxisRenderer(Axis axis, AxisRenderer renderer)
          Sets the renderer for the specified axis.
 void PlotNavigator.setCenter(Axis axis, Number center)
          Sets a new center point for the specified axis.
 

Uses of Axis in de.erichseifert.gral.plots.areas
 

Methods in de.erichseifert.gral.plots.areas with parameters of type Axis
 Drawable DefaultAreaRenderer2D.getArea(Axis axis, AxisRenderer axisRenderer, Iterable<DataPoint> points)
           
 Drawable AreaRenderer.getArea(Axis axis, AxisRenderer axisRenderer, Iterable<DataPoint> points)
          Returns the graphical representation to be drawn for the specified data points.
 Drawable LineAreaRenderer2D.getArea(Axis axis, AxisRenderer axisRenderer, Iterable<DataPoint> points)
           
 

Uses of Axis in de.erichseifert.gral.plots.axes
 

Methods in de.erichseifert.gral.plots.axes with parameters of type Axis
 PointND<Double> AxisRenderer.getNormal(Axis axis, Number value, boolean extrapolate, boolean forceLinear)
          Returns the normal vector at the position of the specified value.
 PointND<Double> AbstractAxisRenderer2D.getNormal(Axis axis, Number value, boolean extrapolate, boolean forceLinear)
           
 PointND<Double> AxisRenderer.getPosition(Axis axis, Number value, boolean extrapolate, boolean forceLinear)
          Returns the position of the specified value on the axis.
 PointND<Double> AbstractAxisRenderer2D.getPosition(Axis axis, Number value, boolean extrapolate, boolean forceLinear)
           
 Drawable AxisRenderer.getRendererComponent(Axis axis)
          Returns a component that displays the specified axis.
 Drawable AbstractAxisRenderer2D.getRendererComponent(Axis axis)
           
 List<Tick> LogarithmicRenderer2D.getTicks(Axis axis)
           
 List<Tick> AxisRenderer.getTicks(Axis axis)
          Returns a list of all tick element on the axis.
 List<Tick> AbstractAxisRenderer2D.getTicks(Axis axis)
           
 void AxisListener.rangeChanged(Axis axis, Number min, Number max)
          Notified if the range of the axis has changed.
 Number LogarithmicRenderer2D.viewToWorld(Axis axis, double value, boolean extrapolate)
           
 Number AxisRenderer.viewToWorld(Axis axis, double value, boolean extrapolate)
          Converts a view (screen) coordinate value to a world (axis) coordinate value.
 Number LinearRenderer2D.viewToWorld(Axis axis, double value, boolean extrapolate)
           
 double LogarithmicRenderer2D.worldToView(Axis axis, Number value, boolean extrapolate)
           
 double AxisRenderer.worldToView(Axis axis, Number value, boolean extrapolate)
          Converts a world (axis) coordinate value to a view (screen) coordinate value.
 double LinearRenderer2D.worldToView(Axis axis, Number value, boolean extrapolate)
           
 

Uses of Axis in de.erichseifert.gral.plots.points
 

Methods in de.erichseifert.gral.plots.points with parameters of type Axis
 Drawable PointRenderer.getPoint(Axis axis, AxisRenderer axisRenderer, Row row)
          Returns the graphical representation to be drawn for the specified data value.
 Drawable DefaultPointRenderer.getPoint(Axis axisY, AxisRenderer axisYRenderer, Row row)
           
 



Copyright © 2009-2010. All Rights Reserved.