- activateCentering(int, int) - Method in class grafica.GPlot
-
Activates the option to center the plot with the mouse using the specified button and the specified key modifier
- activateCentering(int) - Method in class grafica.GPlot
-
Activates the option to center the plot with the mouse using the specified button
- activateCentering() - Method in class grafica.GPlot
-
Activates the option to center the plot with the mouse using the LEFT button
- activatePanning(int, int) - Method in class grafica.GPlot
-
Activates the option to pan the plot with the mouse using the specified button and the specified key modifier
- activatePanning(int) - Method in class grafica.GPlot
-
Activates the option to pan the plot with the mouse using the specified button
- activatePanning() - Method in class grafica.GPlot
-
Activates the option to pan the plot with the mouse using the LEFT button
- activatePointLabels(int, int) - Method in class grafica.GPlot
-
Activates the option to draw the labels of the points with the mouse using the specified button and the specified
key modifier
- activatePointLabels(int) - Method in class grafica.GPlot
-
Activates the option to draw the labels of the points with the mouse using the specified button
- activatePointLabels() - Method in class grafica.GPlot
-
Activates the option to draw the labels of the points with the mouse using the LEFT button
- activateReset(int, int) - Method in class grafica.GPlot
-
Activates the option to return to the value of the axes limits previous to any mouse interaction, using the
specified button and the specified key modifier
- activateReset(int) - Method in class grafica.GPlot
-
Activates the option to return to the value of the axes limits previous to any mouse interaction, using the
specified button
- activateReset() - Method in class grafica.GPlot
-
Activates the option to return to the value of the axes limits previous to any mouse interaction, using the RIGHT
button
- activateZooming(float, int, int, int, int) - Method in class grafica.GPlot
-
Activates the option to zoom with the mouse using the specified buttons and the specified key modifiers
- activateZooming(float, int, int) - Method in class grafica.GPlot
-
Activates the option to zoom with the mouse using the specified buttons
- activateZooming(float) - Method in class grafica.GPlot
-
Activates the option to zoom with the mouse using the LEFT and RIGHT buttons
- activateZooming() - Method in class grafica.GPlot
-
Activates the option to zoom with the mouse using the LEFT and RIGHT buttons
- add(GPoint) - Method in class grafica.GPointsArray
-
Adds a new point to the array
- add(float, float, String) - Method in class grafica.GPointsArray
-
Adds a new point to the array
- add(float, float) - Method in class grafica.GPointsArray
-
Adds a new point to the array
- add(PVector, String) - Method in class grafica.GPointsArray
-
Adds a new point to the array
- add(PVector) - Method in class grafica.GPointsArray
-
Adds a new point to the array
- add(int, GPoint) - Method in class grafica.GPointsArray
-
Adds a new point to the array
- add(int, float, float, String) - Method in class grafica.GPointsArray
-
Adds a new point to the array
- add(int, float, float) - Method in class grafica.GPointsArray
-
Adds a new point to the array
- add(int, PVector, String) - Method in class grafica.GPointsArray
-
Adds a new point to the array
- add(int, PVector) - Method in class grafica.GPointsArray
-
Adds a new point to the array
- add(GPoint[]) - Method in class grafica.GPointsArray
-
Adds a new set of points to the array
- add(GPointsArray) - Method in class grafica.GPointsArray
-
Adds a new set of points to the array
- add(float[], float[], String[]) - Method in class grafica.GPointsArray
-
Adds a new set of points to the array
- add(float[], float[]) - Method in class grafica.GPointsArray
-
Adds a new set of points to the array
- add(PVector[], String[]) - Method in class grafica.GPointsArray
-
Adds a new set of points to the array
- add(PVector[]) - Method in class grafica.GPointsArray
-
Adds a new set of points to the array
- add(ArrayList<PVector>) - Method in class grafica.GPointsArray
-
Adds a new set of points to the array
- addLayer(GLayer) - Method in class grafica.GPlot
-
Adds a layer to the plot
- addLayer(String, GPointsArray) - Method in class grafica.GPlot
-
Adds a new layer to the plot
- addPlotPoint(GPoint) - Method in class grafica.GHistogram
-
Adds a new plot point to the histogram
- addPlotPoint(int, GPoint) - Method in class grafica.GHistogram
-
Adds a new plot point to the histogram
- addPlotPoints(GPointsArray) - Method in class grafica.GHistogram
-
Adds a new plot points to the histogram
- addPoint(float, float, String) - Method in class grafica.GLayer
-
Adds a new point to the layer points
- addPoint(float, float) - Method in class grafica.GLayer
-
Adds a new point to the layer points
- addPoint(GPoint) - Method in class grafica.GLayer
-
Adds a new point to the layer points
- addPoint(int, float, float, String) - Method in class grafica.GLayer
-
Adds a new point to the layer points
- addPoint(int, float, float) - Method in class grafica.GLayer
-
Adds a new point to the layer points
- addPoint(int, GPoint) - Method in class grafica.GLayer
-
Adds a new point to the layer points
- addPoint(float, float, String) - Method in class grafica.GPlot
-
Adds a new point to the main layer points
- addPoint(float, float, String, String) - Method in class grafica.GPlot
-
Adds a new point to the specified layer points
- addPoint(float, float) - Method in class grafica.GPlot
-
Adds a new point to the main layer points
- addPoint(GPoint) - Method in class grafica.GPlot
-
Adds a new point to the main layer points
- addPoint(GPoint, String) - Method in class grafica.GPlot
-
Adds a new point to the specified layer points
- addPoint(int, float, float, String) - Method in class grafica.GPlot
-
Adds a new point to the main layer points
- addPoint(int, float, float, String, String) - Method in class grafica.GPlot
-
Adds a new point to the specified layer points
- addPoint(int, float, float) - Method in class grafica.GPlot
-
Adds a new point to the main layer points
- addPoint(int, GPoint) - Method in class grafica.GPlot
-
Adds a new point to the main layer points
- addPoint(int, GPoint, String) - Method in class grafica.GPlot
-
Adds a new point to the specified layer points
- addPointAt(float, float) - Method in class grafica.GPlot
-
Adds a point to the main layer at a given screen position
- addPointAt(float, float, String) - Method in class grafica.GPlot
-
Adds a point to the specified layer at a given screen position
- addPoints(GPointsArray) - Method in class grafica.GLayer
-
Adds new points to the layer points
- addPoints(GPointsArray) - Method in class grafica.GPlot
-
Adds new points to the main layer points
- addPoints(GPointsArray, String) - Method in class grafica.GPlot
-
Adds new points to the specified layer points
- align(float, float, float, float) - Method in class grafica.GPlot
-
Shifts the plot coordinates in a way that after that the given plot value will be at the specified screen
position
- align(float[], float, float) - Method in class grafica.GPlot
-
Shifts the plot coordinates in a way that after that the given plot value will be at the specified screen
position
- ALTMOD - Static variable in class grafica.GPlot
-
- deactivateCentering() - Method in class grafica.GPlot
-
Deactivates the option to center the plot with the mouse
- deactivatePanning() - Method in class grafica.GPlot
-
Deactivates the option to pan the plot with the mouse
- deactivatePointLabels() - Method in class grafica.GPlot
-
Deactivates the option to draw the labels of the points with the mouse
- deactivateReset() - Method in class grafica.GPlot
-
Deactivates the option to return to the value of the axes limits previous to any mouse interaction using the
mouse
- deactivateZooming() - Method in class grafica.GPlot
-
Deactivates the option to zoom with the mouse
- defaultDraw() - Method in class grafica.GPlot
-
Draws the plot on the screen with default parameters
- draw() - Method in class grafica.GAxis
-
Draws the axis
- draw() - Method in class grafica.GAxisLabel
-
Draws the axis label
- draw(GPoint) - Method in class grafica.GHistogram
-
Draws the histogram
- draw() - Method in class grafica.GTitle
-
Draws the plot title
- drawAnnotation(String, float, float, int, int) - Method in class grafica.GLayer
-
Draws an annotation at a given plot value
- drawAnnotation(String, float, float, int, int) - Method in class grafica.GPlot
-
Draws an annotation at a given plot value
- drawBackground() - Method in class grafica.GPlot
-
Draws the plot background.
- drawBox() - Method in class grafica.GPlot
-
Draws the box area.
- drawFilledContour(int, float) - Method in class grafica.GLayer
-
Draws a filled contour connecting consecutive points in the layer and a reference value
- drawFilledContours(int, float) - Method in class grafica.GPlot
-
Draws filled contours connecting the points from all layers in the plot and a reference value
- drawGridLines(int) - Method in class grafica.GPlot
-
Draws lines connecting the horizontal and vertical axis ticks
- drawHistogram() - Method in class grafica.GLayer
-
Draws the histogram
- drawHistograms() - Method in class grafica.GPlot
-
Draws the histograms of all layers
- drawHorizontalLine(float, int, float) - Method in class grafica.GLayer
-
Draws an horizontal line
- drawHorizontalLine(float) - Method in class grafica.GLayer
-
Draws an horizontal line
- drawHorizontalLine(float, int, float) - Method in class grafica.GPlot
-
Draws an horizontal line in the plot
- drawHorizontalLine(float) - Method in class grafica.GPlot
-
Draws an horizontal line in the plot
- drawLabel(GPoint) - Method in class grafica.GLayer
-
Draws the label of a given point
- drawLabel(GPoint) - Method in class grafica.GPlot
-
Draws the label of a given point
- drawLabelAtPlotPos(float, float) - Method in class grafica.GLayer
-
Draws the label of the closest point in the layer to a given plot position
- drawLabels() - Method in class grafica.GPlot
-
Draws the labels of the points in the layers that are close to the mouse position.
- drawLabelsAt(float, float) - Method in class grafica.GPlot
-
Draws the labels of the points in the layers that are close to a given screen position
- drawLegend(String[], float[], float[]) - Method in class grafica.GPlot
-
Draws a legend at the specified relative position
- drawLine(GPoint, GPoint, int, float) - Method in class grafica.GLayer
-
Draws a line between two points
- drawLine(GPoint, GPoint) - Method in class grafica.GLayer
-
Draws a line between two points
- drawLine(float, float, int, float) - Method in class grafica.GLayer
-
Draws a line defined by the slope and the cut in the y axis
- drawLine(float, float) - Method in class grafica.GLayer
-
Draws a line defined by the slope and the cut in the y axis
- drawLine(GPoint, GPoint, int, float) - Method in class grafica.GPlot
-
Draws a line in the plot, defined by two extreme points
- drawLine(GPoint, GPoint) - Method in class grafica.GPlot
-
Draws a line in the plot, defined by two extreme points
- drawLine(float, float, int, float) - Method in class grafica.GPlot
-
Draws a line in the plot, defined by the slope and the cut in the y axis
- drawLine(float, float) - Method in class grafica.GPlot
-
Draws a line in the plot, defined by the slope and the cut in the y axis
- drawLines() - Method in class grafica.GLayer
-
Draws lines connecting consecutive points in the layer
- drawLines() - Method in class grafica.GPlot
-
Draws lines connecting the points from all layers in the plot
- drawPoint(GPoint, int, float) - Method in class grafica.GLayer
-
Draws a point
- drawPoint(GPoint) - Method in class grafica.GLayer
-
Draws a point
- drawPoint(GPoint, PShape) - Method in class grafica.GLayer
-
Draws a point
- drawPoint(GPoint, PShape, int) - Method in class grafica.GLayer
-
Draws a point
- drawPoint(GPoint, PImage) - Method in class grafica.GLayer
-
Draws a point
- drawPoint(GPoint, int, float) - Method in class grafica.GPlot
-
Draws a point in the plot
- drawPoint(GPoint) - Method in class grafica.GPlot
-
Draws a point in the plot
- drawPoint(GPoint, PShape) - Method in class grafica.GPlot
-
Draws a point in the plot
- drawPoint(GPoint, PShape, int) - Method in class grafica.GPlot
-
Draws a point in the plot
- drawPoint(GPoint, PImage) - Method in class grafica.GPlot
-
Draws a point in the plot
- drawPoints() - Method in class grafica.GLayer
-
Draws the points inside the layer limits
- drawPoints(PShape) - Method in class grafica.GLayer
-
Draws the points inside the layer limits
- drawPoints(PImage) - Method in class grafica.GLayer
-
Draws the points inside the layer limits
- drawPoints() - Method in class grafica.GPlot
-
Draws the points from all layers in the plot
- drawPoints(PShape) - Method in class grafica.GPlot
-
Draws the points from all layers in the plot
- drawPoints(PImage) - Method in class grafica.GPlot
-
Draws the points from all layers in the plot
- drawPolygon(GPointsArray, int) - Method in class grafica.GLayer
-
Draws a polygon defined by a set of points
- drawPolygon(GPointsArray, int) - Method in class grafica.GPlot
-
Draws a polygon defined by a set of points
- drawRightAxis() - Method in class grafica.GPlot
-
Draws the right axis
- drawTitle() - Method in class grafica.GPlot
-
Draws the title
- drawTopAxis() - Method in class grafica.GPlot
-
Draws the top axis
- drawVerticalLine(float, int, float) - Method in class grafica.GLayer
-
Draws a vertical line
- drawVerticalLine(float) - Method in class grafica.GLayer
-
Draws a vertical line
- drawVerticalLine(float, int, float) - Method in class grafica.GPlot
-
Draws a vertical line in the plot
- drawVerticalLine(float) - Method in class grafica.GPlot
-
Draws a vertical line in the plot
- drawXAxis() - Method in class grafica.GPlot
-
Draws the x axis
- drawYAxis() - Method in class grafica.GPlot
-
Draws the y axis
- GAxis - Class in grafica
-
Axis class.
- GAxis(PApplet, int, float[], float[], boolean) - Constructor for class grafica.GAxis
-
GAxis constructor
- GAxisLabel - Class in grafica
-
Axis label class.
- GAxisLabel(PApplet, int, float[]) - Constructor for class grafica.GAxisLabel
-
Constructor
- get(int) - Method in class grafica.GPointsArray
-
Returns a given point in the array
- getAxisLabel() - Method in class grafica.GAxis
-
Returns the axis label
- getDim() - Method in class grafica.GLayer
-
Returns the layer dimensions
- getDim() - Method in class grafica.GPlot
-
Returns the box dimensions
- getFixedXLim() - Method in class grafica.GPlot
-
Returns true if the horizontal axes limits are fixed
- getFixedYLim() - Method in class grafica.GPlot
-
Returns true if the vertical axes limits are fixed
- getHistogram() - Method in class grafica.GLayer
-
Returns the layer histogram
- getHistogram() - Method in class grafica.GPlot
-
Returns the histogram of the main layer
- getHistogram(String) - Method in class grafica.GPlot
-
Returns the histogram of the specified layer
- getId() - Method in class grafica.GLayer
-
Returns the layer id
- getInvertedXScale() - Method in class grafica.GPlot
-
Returns true if the horizontal axes limits are inverted
- getInvertedYScale() - Method in class grafica.GPlot
-
Returns true if the vertical axes limits are inverted
- getLabel() - Method in class grafica.GPoint
-
Returns the point text label
- getLabel(int) - Method in class grafica.GPointsArray
-
Returns the text label of a point in the array
- getLastPoint() - Method in class grafica.GPointsArray
-
Returns the latest point added to the array
- getLayer(String) - Method in class grafica.GPlot
-
Returns a layer with an specific id
- getLineColor() - Method in class grafica.GLayer
-
Returns the layer line color
- getLineWidth() - Method in class grafica.GLayer
-
Returns the layer line width
- getMainLayer() - Method in class grafica.GPlot
-
Returns the plot main layer
- getMar() - Method in class grafica.GPlot
-
Returns the plot margins
- getNPoints() - Method in class grafica.GPointsArray
-
Returns the total number of points in the array
- getOuterDim() - Method in class grafica.GPlot
-
Returns the plot outer dimensions
- getPlotPosAt(float, float) - Method in class grafica.GPlot
-
Calculates the position of a point in the screen, relative to the plot reference system
- getPlotTicks() - Method in class grafica.GAxis
-
Returns a copy of the axis ticks positions in the plot reference system
- getPlotTicksRef() - Method in class grafica.GAxis
-
Returns the axis ticks positions in the plot reference system
- getPointAt(float, float) - Method in class grafica.GPlot
-
Returns the closest point in the main layer to a given screen position
- getPointAt(float, float, String) - Method in class grafica.GPlot
-
Returns the closest point in the specified layer to a given screen position
- getPointAtPlotPos(float, float) - Method in class grafica.GLayer
-
Returns the closest point (if any) to a given position in the plot reference system
- getPointColors() - Method in class grafica.GLayer
-
Returns the layer point colors array
- getPointIndexAtPlotPos(float, float) - Method in class grafica.GLayer
-
Returns the position index of the closest point (if any) to a given position in the plot reference system
- getPoints() - Method in class grafica.GLayer
-
Returns a copy of the layer points
- getPoints() - Method in class grafica.GPlot
-
Returns a copy of the points of the main layer
- getPoints(String) - Method in class grafica.GPlot
-
Returns a copy of the points of the specified layer
- getPointSizes() - Method in class grafica.GLayer
-
Returns the layer point sizes array
- getPointsRef() - Method in class grafica.GLayer
-
Returns the layer points
- getPointsRef() - Method in class grafica.GPlot
-
Returns the points of the main layer
- getPointsRef(String) - Method in class grafica.GPlot
-
Returns the points of the specified layer
- getPos() - Method in class grafica.GPlot
-
Returns the plot position
- getRelativePlotPosAt(float, float) - Method in class grafica.GPlot
-
Returns the relative plot position of a given screen position
- getRightAxis() - Method in class grafica.GPlot
-
Returns the plot right axis
- getScreenPosAtValue(float, float) - Method in class grafica.GPlot
-
Calculates the position of a given (x, y) point in the parent Processing applet screen
- getTicks() - Method in class grafica.GAxis
-
Returns a copy of the axis ticks
- getTicksRef() - Method in class grafica.GAxis
-
Returns the axis ticks
- getTitle() - Method in class grafica.GPlot
-
Returns the plot title
- getTopAxis() - Method in class grafica.GPlot
-
Returns the plot top axis
- getValid() - Method in class grafica.GPoint
-
Returns if the point coordinates are valid or not
- getValid(int) - Method in class grafica.GPointsArray
-
Returns if a point in the array is valid or not
- getValueAt(float, float) - Method in class grafica.GPlot
-
Returns the plot value at a given screen position
- getX() - Method in class grafica.GPoint
-
Returns the point x coordinate
- getX(int) - Method in class grafica.GPointsArray
-
Returns the x coordinate of a point in the array
- getXAxis() - Method in class grafica.GPlot
-
Returns the plot x axis
- getXLim() - Method in class grafica.GLayer
-
Returns the layer horizontal limits
- getXLim() - Method in class grafica.GPlot
-
Returns the limits of the horizontal axes
- getXLog() - Method in class grafica.GLayer
-
Returns the layer horizontal scale
- getXLog() - Method in class grafica.GPlot
-
Returns true if the horizontal axes scale is logarithmic
- getY() - Method in class grafica.GPoint
-
Returns the point y coordinate
- getY(int) - Method in class grafica.GPointsArray
-
Returns the y coordinate of a point in the array
- getYAxis() - Method in class grafica.GPlot
-
Returns the plot y axis
- getYLim() - Method in class grafica.GLayer
-
Returns the layer vertical limits
- getYLim() - Method in class grafica.GPlot
-
Returns the limits of the vertical axes
- getYLog() - Method in class grafica.GLayer
-
Returns the layer vertical scale
- getYLog() - Method in class grafica.GPlot
-
Returns true if the vertical axes scale is logarithmic
- GHistogram - Class in grafica
-
Histogram class.
- GHistogram(PApplet, int, float[], GPointsArray) - Constructor for class grafica.GHistogram
-
Constructor
- GLayer - Class in grafica
-
Layer class.
- GLayer(PApplet, String, float[], float[], float[], boolean, boolean) - Constructor for class grafica.GLayer
-
GLayer constructor
- GPlot - Class in grafica
-
Plot class.
- GPlot(PApplet, float, float, float, float) - Constructor for class grafica.GPlot
-
GPlot constructor
- GPlot(PApplet, float, float) - Constructor for class grafica.GPlot
-
GPlot constructor
- GPlot(PApplet) - Constructor for class grafica.GPlot
-
GPlot constructor
- GPoint - Class in grafica
-
Point class.
- GPoint(float, float, String) - Constructor for class grafica.GPoint
-
Constructor
- GPoint(float, float) - Constructor for class grafica.GPoint
-
Constructor
- GPoint(PVector, String) - Constructor for class grafica.GPoint
-
Constructor
- GPoint(PVector) - Constructor for class grafica.GPoint
-
Constructor
- GPoint(GPoint) - Constructor for class grafica.GPoint
-
Constructor
- GPointsArray - Class in grafica
-
Array of points class.
- GPointsArray() - Constructor for class grafica.GPointsArray
-
Constructor
- GPointsArray(int) - Constructor for class grafica.GPointsArray
-
Constructor
- GPointsArray(GPoint[]) - Constructor for class grafica.GPointsArray
-
Constructor
- GPointsArray(GPointsArray) - Constructor for class grafica.GPointsArray
-
Constructor
- GPointsArray(float[], float[], String[]) - Constructor for class grafica.GPointsArray
-
Constructor
- GPointsArray(float[], float[]) - Constructor for class grafica.GPointsArray
-
Constructor
- GPointsArray(PVector[], String[]) - Constructor for class grafica.GPointsArray
-
Constructor
- GPointsArray(PVector[]) - Constructor for class grafica.GPointsArray
-
Constructor
- GPointsArray(ArrayList<PVector>) - Constructor for class grafica.GPointsArray
-
Constructor
- grafica - package grafica
-
- GTitle - Class in grafica
-
Title class.
- GTitle(PApplet, float[]) - Constructor for class grafica.GTitle
-
Constructor
- set(float, float, String) - Method in class grafica.GPoint
-
Sets the point x and y coordinates and the label
- set(GPoint) - Method in class grafica.GPoint
-
Sets the point x and y coordinates and the label
- set(PVector, String) - Method in class grafica.GPoint
-
Sets the point x and y coordinates and the label
- set(GPointsArray) - Method in class grafica.GPointsArray
-
Sets all the points in the array
- set(int, GPoint) - Method in class grafica.GPointsArray
-
Sets the x and y coordinates and the label of a point with those from another point
- set(int, float, float, String) - Method in class grafica.GPointsArray
-
Sets the x and y coordinates of a specific point in the array
- set(int, PVector, String) - Method in class grafica.GPointsArray
-
Sets the x and y coordinates of a specific point in the array
- setAllFontProperties(String, int, int) - Method in class grafica.GAxis
-
Sets the font properties in the axis and the axis label
- setAllFontProperties(String, int, int) - Method in class grafica.GLayer
-
Sets the font properties in the layer and the histogram
- setAllFontProperties(String, int, int) - Method in class grafica.GPlot
-
Sets the properties of the font that will be used in all plot elements (layer, axes, title, histogram)
- setAxesOffset(float) - Method in class grafica.GPlot
-
Sets the axis offset for all the axes in the plot
- setAxisLabelText(String) - Method in class grafica.GAxis
-
Sets the axis label text
- setBgColor(int) - Method in class grafica.GPlot
-
Sets the plot background color
- setBgColors(int[]) - Method in class grafica.GHistogram
-
Sets the background colors of the histogram elements
- setBoxBgColor(int) - Method in class grafica.GPlot
-
Sets the box background color
- setBoxLineColor(int) - Method in class grafica.GPlot
-
Sets the box line color
- setBoxLineWidth(float) - Method in class grafica.GPlot
-
Sets the box line width
- setDim(float, float) - Method in class grafica.GAxis
-
Sets the plot box dimensions information
- setDim(float[]) - Method in class grafica.GAxis
-
Sets the plot box dimensions information
- setDim(float, float) - Method in class grafica.GAxisLabel
-
Sets the plot box dimensions information
- setDim(float[]) - Method in class grafica.GAxisLabel
-
Sets the plot box dimensions information
- setDim(float, float) - Method in class grafica.GHistogram
-
Sets the plot box dimensions information
- setDim(float[]) - Method in class grafica.GHistogram
-
Sets the plot box dimensions information
- setDim(float, float) - Method in class grafica.GLayer
-
Sets the layer dimensions
- setDim(float[]) - Method in class grafica.GLayer
-
Sets the layer dimensions, which should be equal to the plot box dimensions
- setDim(float, float) - Method in class grafica.GPlot
-
Sets the plot box dimensions
- setDim(float[]) - Method in class grafica.GPlot
-
Sets the plot box dimensions
- setDim(float, float) - Method in class grafica.GTitle
-
Sets the plot box dimensions information
- setDim(float[]) - Method in class grafica.GTitle
-
Sets the plot box dimensions information
- setDrawAxisLabel(boolean) - Method in class grafica.GAxis
-
Sets if the axis label should be drawn or not
- setDrawHistLabels(boolean) - Method in class grafica.GLayer
-
Sets if the histogram labels will be drawn or not
- setDrawHistLabels(boolean) - Method in class grafica.GPlot
-
Sets if the labels of the histogram in the main layer will be drawn or not
- setDrawLabels(boolean) - Method in class grafica.GHistogram
-
Sets if the histogram labels should be drawn or not
- setDrawTickLabels(boolean) - Method in class grafica.GAxis
-
Sets if the ticks labels should be drawn or not
- setExpandLimFactor(float) - Method in class grafica.GPlot
-
Sets the factor that is used to expand the axes limits
- setExpTickLabels(boolean) - Method in class grafica.GAxis
-
Sets if the ticks labels should be displayed in exponential form or not
- setFixedTicks(boolean) - Method in class grafica.GAxis
-
Sets if the axis ticks are fixed or not
- setFixedXLim(boolean) - Method in class grafica.GPlot
-
Sets if the horizontal axes limits are fixed or not
- setFixedYLim(boolean) - Method in class grafica.GPlot
-
Sets if the vertical axes limits are fixed or not
- setFontColor(int) - Method in class grafica.GAxis
-
Sets the font color
- setFontColor(int) - Method in class grafica.GAxisLabel
-
Sets the font color
- setFontColor(int) - Method in class grafica.GHistogram
-
Sets the font color
- setFontColor(int) - Method in class grafica.GLayer
-
Sets the font color
- setFontColor(int) - Method in class grafica.GPlot
-
Sets the color of the font that is used in the main layer
- setFontColor(int) - Method in class grafica.GTitle
-
Sets the font color
- setFontName(String) - Method in class grafica.GAxis
-
Sets the font name
- setFontName(String) - Method in class grafica.GAxisLabel
-
Sets the font name
- setFontName(String) - Method in class grafica.GHistogram
-
Sets the font name
- setFontName(String) - Method in class grafica.GLayer
-
Sets the font name
- setFontName(String) - Method in class grafica.GPlot
-
Sets the name of the font that is used in the main layer
- setFontName(String) - Method in class grafica.GTitle
-
Sets the font name
- setFontProperties(String, int, int) - Method in class grafica.GAxis
-
Sets all the font properties at once
- setFontProperties(String, int, int) - Method in class grafica.GAxisLabel
-
Sets all the font properties at once
- setFontProperties(String, int, int) - Method in class grafica.GHistogram
-
Sets all the font properties at once
- setFontProperties(String, int, int) - Method in class grafica.GLayer
-
Sets all the font properties at once
- setFontProperties(String, int, int) - Method in class grafica.GPlot
-
Sets the properties of the font that is used in the main layer
- setFontProperties(String, int, int) - Method in class grafica.GTitle
-
Sets all the font properties at once
- setFontSize(int) - Method in class grafica.GAxis
-
Sets the font size
- setFontSize(int) - Method in class grafica.GAxisLabel
-
Sets the font size
- setFontSize(int) - Method in class grafica.GHistogram
-
Sets the font size
- setFontSize(int) - Method in class grafica.GLayer
-
Sets the font size
- setFontSize(int) - Method in class grafica.GPlot
-
Sets the size of the font that is used in the main layer
- setFontSize(int) - Method in class grafica.GTitle
-
Sets the font size
- setGridLineColor(int) - Method in class grafica.GPlot
-
Sets the grid line color
- setGridLineWidth(float) - Method in class grafica.GPlot
-
Sets the grid line width
- setHistBasePoint(GPoint) - Method in class grafica.GLayer
-
Sets the histogram base point
- setHistBasePoint(GPoint) - Method in class grafica.GPlot
-
Sets the base point for the histogram in the main layer
- setHistType(int) - Method in class grafica.GLayer
-
Sets the histogram type
- setHistType(int) - Method in class grafica.GPlot
-
Sets the histogram type for the histogram in the main layer
- setHistVisible(boolean) - Method in class grafica.GLayer
-
Sets if the histogram is visible or not
- setHistVisible(boolean) - Method in class grafica.GPlot
-
Sets if the histogram in the main layer is visible or not
- setHorizontalAxesNTicks(int) - Method in class grafica.GPlot
-
Sets the approximate number of ticks in the horizontal axes.
- setHorizontalAxesTicks(float[]) - Method in class grafica.GPlot
-
Sets the horizontal axes ticks
- setHorizontalAxesTicksSeparation(float) - Method in class grafica.GPlot
-
Sets the separation between the ticks in the horizontal axes
- setIncludeAllLayersInLim(boolean) - Method in class grafica.GPlot
-
Sets if all the plot layers should be considered in the axes limits calculation
- setInside(boolean[]) - Method in class grafica.GLayer
-
Sets which points are inside the box
- setInvertedXScale(boolean) - Method in class grafica.GPlot
-
Sets if the scale of the horizontal axes should be inverted or not
- setInvertedYScale(boolean) - Method in class grafica.GPlot
-
Sets if the scale of the vertical axes should be inverted or not
- setLabel(String) - Method in class grafica.GPoint
-
Sets the point text label
- setLabel(int, String) - Method in class grafica.GPointsArray
-
Sets the text label of a specific point in the array
- setLabelBgColor(int) - Method in class grafica.GLayer
-
Sets the label background color
- setLabelBgColor(int) - Method in class grafica.GPlot
-
Sets the label background color of the points in the main layer
- setLabelSeparation(float[]) - Method in class grafica.GLayer
-
Sets the label separation
- setLabelSeparation(float[]) - Method in class grafica.GPlot
-
Sets the label separation of the points in the main layer
- setLabelsOffset(float) - Method in class grafica.GHistogram
-
Sets the histogram labels offset
- setLim(float[]) - Method in class grafica.GAxis
-
Sets the axis limits
- setLimAndLog(float[], boolean) - Method in class grafica.GAxis
-
Sets the axis limits and the axis scale
- setLimAndLog(float, float, float, float, boolean, boolean) - Method in class grafica.GLayer
-
Sets the horizontal and vertical limits and the horizontal and vertical scales
- setLimAndLog(float[], float[], boolean, boolean) - Method in class grafica.GLayer
-
Sets the horizontal and vertical limits and the horizontal and vertical scales
- setLineColor(int) - Method in class grafica.GAxis
-
Sets the line color
- setLineColor(int) - Method in class grafica.GLayer
-
Sets the line color
- setLineColor(int) - Method in class grafica.GPlot
-
Sets the line color for the main layer
- setLineColors(int[]) - Method in class grafica.GHistogram
-
Sets the line colors of the histogram elements
- setLineWidth(float) - Method in class grafica.GAxis
-
Sets the line width
- setLineWidth(float) - Method in class grafica.GLayer
-
Sets the line width
- setLineWidth(float) - Method in class grafica.GPlot
-
Sets the line width for the main layer
- setLineWidths(float[]) - Method in class grafica.GHistogram
-
Sets the line widths of the histogram elements
- setLog(boolean) - Method in class grafica.GAxis
-
Sets the axis scale
- setLogScale(String) - Method in class grafica.GPlot
-
Sets if the scale for the horizontal and vertical axes is logarithmic or not
- setMar(float, float, float, float) - Method in class grafica.GPlot
-
Sets the plot margins
- setMar(float[]) - Method in class grafica.GPlot
-
Sets the plot margins
- setNPoints(int) - Method in class grafica.GPointsArray
-
Sets the total number of points in the array
- setNTicks(int) - Method in class grafica.GAxis
-
Sets the approximate number of ticks in the axis.
- setOffset(float) - Method in class grafica.GAxis
-
Sets the axis offset with respect to the plot box
- setOffset(float) - Method in class grafica.GAxisLabel
-
Sets the axis label offset
- setOffset(float) - Method in class grafica.GTitle
-
Sets the title offset
- setOuterDim(float, float) - Method in class grafica.GPlot
-
Sets the plot outer dimensions
- setOuterDim(float[]) - Method in class grafica.GPlot
-
Sets the plot outer dimensions
- setPlotPoint(int, GPoint) - Method in class grafica.GHistogram
-
Sets one of the histogram plot points
- setPlotPoints(GPointsArray) - Method in class grafica.GHistogram
-
Sets the histogram plot points
- setPoint(int, float, float, String) - Method in class grafica.GLayer
-
Sets one of the layer points
- setPoint(int, float, float) - Method in class grafica.GLayer
-
Sets one of the layer points
- setPoint(int, GPoint) - Method in class grafica.GLayer
-
Sets one of the layer points
- setPoint(int, float, float, String) - Method in class grafica.GPlot
-
Sets one of the main layer points
- setPoint(int, float, float, String, String) - Method in class grafica.GPlot
-
Sets one of the specified layer points
- setPoint(int, float, float) - Method in class grafica.GPlot
-
Sets one of the main layer points
- setPoint(int, GPoint) - Method in class grafica.GPlot
-
Sets one of the main layer points
- setPoint(int, GPoint, String) - Method in class grafica.GPlot
-
Sets one of the specified layer points
- setPointColor(int) - Method in class grafica.GLayer
-
Sets the points color
- setPointColor(int) - Method in class grafica.GPlot
-
Sets the point color for the main layer
- setPointColors(int[]) - Method in class grafica.GLayer
-
Sets the points colors
- setPointColors(int[]) - Method in class grafica.GPlot
-
Sets the point colors for the main layer
- setPoints(GPointsArray) - Method in class grafica.GLayer
-
Sets the layer points
- setPoints(GPointsArray) - Method in class grafica.GPlot
-
Sets the points for the main layer
- setPoints(GPointsArray, String) - Method in class grafica.GPlot
-
Sets the points for the specified layer
- setPointSize(float) - Method in class grafica.GLayer
-
Sets the points size
- setPointSize(float) - Method in class grafica.GPlot
-
Sets the point size for the main layer
- setPointSizes(float[]) - Method in class grafica.GLayer
-
Sets the points sizes
- setPointSizes(float[]) - Method in class grafica.GPlot
-
Sets the point sizes for the main layer
- setPos(float, float) - Method in class grafica.GPlot
-
Sets the plot position
- setPos(float[]) - Method in class grafica.GPlot
-
Sets the plot position
- setRelativePos(float) - Method in class grafica.GAxisLabel
-
Sets the label relative position in the axis
- setRelativePos(float) - Method in class grafica.GTitle
-
Sets the title relative position in the plot
- setRotate(boolean) - Method in class grafica.GAxisLabel
-
Sets if the axis label should be rotated or not
- setRotateLabels(boolean) - Method in class grafica.GHistogram
-
Sets if the histogram labels should be rotated or not
- setRotateTickLabels(boolean) - Method in class grafica.GAxis
-
Sets if the ticks labels should be displayed rotated or not
- setSeparations(float[]) - Method in class grafica.GHistogram
-
Sets the separations between the histogram elements
- setSmallTickLength(float) - Method in class grafica.GAxis
-
Sets the small tick length
- setText(String) - Method in class grafica.GAxisLabel
-
Sets the axis label text
- setText(String) - Method in class grafica.GTitle
-
Sets the title text
- setTextAlignment(int) - Method in class grafica.GAxisLabel
-
Sets the axis label type of text alignment
- setTextAlignment(int) - Method in class grafica.GTitle
-
Sets the title type of text alignment
- setTickLabelOffset(float) - Method in class grafica.GAxis
-
Sets the tick label offset
- setTickLabels(String[]) - Method in class grafica.GAxis
-
Sets the axis ticks labels
- setTickLength(float) - Method in class grafica.GAxis
-
Sets the tick length
- setTicks(float[]) - Method in class grafica.GAxis
-
Sets the axis ticks
- setTicksLength(float) - Method in class grafica.GPlot
-
Sets the tick length for all the axes in the plot
- setTicksSeparation(float) - Method in class grafica.GAxis
-
Sets the separation between the ticks in the axis
- setTitleText(String) - Method in class grafica.GPlot
-
Set the plot title text
- setType(int) - Method in class grafica.GHistogram
-
Sets the type of histogram to display
- setVerticalAxesNTicks(int) - Method in class grafica.GPlot
-
Sets the approximate number of ticks in the vertical axes.
- setVerticalAxesTicks(float[]) - Method in class grafica.GPlot
-
Sets the vertical axes ticks
- setVerticalAxesTicksSeparation(float) - Method in class grafica.GPlot
-
Sets the separation between the ticks in the vertical axes
- setVisible(boolean) - Method in class grafica.GHistogram
-
Sets if the histogram should be visible or not
- setX(float) - Method in class grafica.GPoint
-
Sets the point x coordinate
- setX(int, float) - Method in class grafica.GPointsArray
-
Sets the x coordinate of a specific point in the array
- setXLim(float, float) - Method in class grafica.GLayer
-
Sets the horizontal limits
- setXLim(float[]) - Method in class grafica.GLayer
-
Sets the horizontal limits
- setXLim(float, float) - Method in class grafica.GPlot
-
Sets the horizontal axes limits
- setXLim(float[]) - Method in class grafica.GPlot
-
Sets the horizontal axes limits
- setXLog(boolean) - Method in class grafica.GLayer
-
Sets the horizontal scale
- setXY(float, float) - Method in class grafica.GPoint
-
Sets the point x and y coordinates
- setXY(PVector) - Method in class grafica.GPoint
-
Sets the point x and y coordinates
- setXY(int, float, float) - Method in class grafica.GPointsArray
-
Sets the x and y coordinates of a specific point in the array
- setXY(int, PVector) - Method in class grafica.GPointsArray
-
Sets the x and y coordinates of a specific point in the array
- setXYLim(float, float, float, float) - Method in class grafica.GLayer
-
Sets the horizontal and vertical limits
- setXYLim(float[], float[]) - Method in class grafica.GLayer
-
Sets the horizontal and vertical limits
- setY(float) - Method in class grafica.GPoint
-
Sets the point y coordinate
- setY(int, float) - Method in class grafica.GPointsArray
-
Sets the y coordinate of a specific point in the array
- setYLim(float, float) - Method in class grafica.GLayer
-
Sets the vertical limits
- setYLim(float[]) - Method in class grafica.GLayer
-
Sets the vertical limits
- setYLim(float, float) - Method in class grafica.GPlot
-
Sets the vertical axes limits
- setYLim(float[]) - Method in class grafica.GPlot
-
Sets the vertical axes limits
- setYLog(boolean) - Method in class grafica.GLayer
-
Sets the vertical scale
- SHIFTMOD - Static variable in class grafica.GPlot
-
- startHistogram(int) - Method in class grafica.GLayer
-
Initializes the histogram
- startHistograms(int) - Method in class grafica.GPlot
-
Initializes the histograms in all the plot layers