Uses of Class
com.github.gbenroscience.math.graph.tools.GraphColor
Packages that use GraphColor
-
Uses of GraphColor in com.github.gbenroscience.math.graph
Methods in com.github.gbenroscience.math.graph that return GraphColorModifier and TypeMethodDescriptionGrid.getGridColor()Grid.getMajorAxesColor()Grid.getPlotColor()Grid.getTickColor()Methods in com.github.gbenroscience.math.graph with parameters of type GraphColorModifier and TypeMethodDescriptionvoidDrawingContext.setColor(GraphColor c) voidGrid.setGridColor(GraphColor gridColor) voidGrid.setMajorAxesColor(GraphColor majorAxesColor) voidGrid.setPlotColor(GraphColor plotColor) voidGrid.setTickColor(GraphColor tickColor) Constructors in com.github.gbenroscience.math.graph with parameters of type GraphColorModifierConstructorDescriptionGrid(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) -
Uses of GraphColor in com.github.gbenroscience.math.graph.tools
Fields in com.github.gbenroscience.math.graph.tools declared as GraphColorModifier and TypeFieldDescriptionstatic final GraphColorGraphColor.blackThe color black.static final GraphColorGraphColor.BLACKThe color black.static final GraphColorGraphColor.blueThe color blue.static final GraphColorGraphColor.BLUEThe color blue.static final GraphColorGraphColor.cyanThe color cyan.static final GraphColorGraphColor.CYANThe color cyan.static final GraphColorGraphColor.DARK_GRAYThe color dark gray.static final GraphColorGraphColor.darkGrayThe color dark gray.static final GraphColorGraphColor.grayThe color gray.static final GraphColorGraphColor.GRAYThe color gray.static final GraphColorGraphColor.greenThe color green.static final GraphColorGraphColor.GREENThe color green.static final GraphColorGraphColor.LIGHT_GRAYThe color light gray.static final GraphColorGraphColor.lightGrayThe color light gray.static final GraphColorGraphColor.magentaThe color magenta.static final GraphColorGraphColor.MAGENTAThe color magenta.static final GraphColorGraphColor.orangeThe color orange.static final GraphColorGraphColor.ORANGEThe color orange.static final GraphColorGraphColor.pinkThe color pink.static final GraphColorGraphColor.PINKThe color pink.static final GraphColorGraphColor.redThe color red.static final GraphColorGraphColor.REDThe color red.static final GraphColorGraphColor.whiteThe color white.static final GraphColorGraphColor.WHITEThe color white.static final GraphColorGraphColor.yellowThe color yellow.static final GraphColorGraphColor.YELLOWThe color yellow.Methods in com.github.gbenroscience.math.graph.tools that return GraphColorMethods in com.github.gbenroscience.math.graph.tools with parameters of type GraphColor