Uses of Interface
com.github.gbenroscience.math.graph.AbstractView
Packages that use AbstractView
-
Uses of AbstractView in com.github.gbenroscience.math.graph
Methods in com.github.gbenroscience.math.graph that return AbstractViewMethods in com.github.gbenroscience.math.graph with parameters of type AbstractViewConstructors in com.github.gbenroscience.math.graph with parameters of type AbstractViewModifierConstructorDescriptionGrid(String function, boolean showGridLines, boolean labelAxis, int gridSize, GraphColor gridColor, GraphColor majorAxesColor, GraphColor tickColor, GraphColor plotColor, int majorTickLength, int minorTickLength, double lowerXLimit, double upperXLimit, double xStep, double yStep, GraphFont font, boolean useTurbo, AbstractView component) Grid(String function, boolean showGridLines, boolean labelAxis, int gridSize, GraphColor gridColor, GraphColor majorAxesColor, GraphColor tickColor, GraphColor plotColor, int majorTickLength, int minorTickLength, double lowerXLimit, double upperXLimit, double xStep, double yStep, GraphFont font, AbstractView component)