|
|||||||||
| Home >> All >> [ graph overview ] | PREV NEXT | ||||||||
A
- ALGEBRAIC - Static variable in class graph.TextLine
- Format to use when parsing a double
- AU - Static variable in class graph.SpecialFunction
- Astronomical Unit (radius of the Earth's orbit).
- AVOGADRO - Static variable in class graph.SpecialFunction
- Avogadro Number.
- AddMarker(int, int, boolean[], int[], int[]) - Method in class graph.Markers
- Add the definition of a new marker.
- AddMarker(int, boolean[], int[], int[]) - Method in class graph.Markers
- Add the definition of a new marker.
- Axis - class graph.Axis.
- This class controls the look and feel of axes.
- Axis() - Constructor for class graph.Axis
- Instantiate the class.
- Axis(int) - Constructor for class graph.Axis
- Instantiate the class.
- acosh(double) - Static method in class graph.SpecialFunction
- action(Event, Object) - Method in class graph.InteractiveGraph
- Handle the Action Events.
- action(Event, Object) - Method in class graph.Range
- add_hline(DoublePair) - Method in class graph.DataSet
- add_vline(DoublePair) - Method in class graph.DataSet
- amax - Variable in class graph.Axis
- The position in pixels of the maximum point of the axis line
- amin - Variable in class graph.Axis
- The position in pixels of the minimum point of the axis line
- angle - Variable in class graph.RTextLine
- Rotation Angle of text in degrees
- angle - Variable in class graph.RotateTextFilter
- ascent - Variable in class graph.TextLine
- The ascent using the current font
- asinh(double) - Static method in class graph.SpecialFunction
- atanh(double) - Static method in class graph.SpecialFunction
- attachAxis(Axis) - Method in class graph.Graph
- Attach a previously created Axis.
- attachAxis(Axis) - Method in class graph.InteractiveGraph
- Attach axis to be used for the drag scaling.
- attachDataSet(DataSet) - Method in class graph.Axis
- Attach a DataSet for the Axis to manage.
- attachDataSet(DataSet) - Method in class graph.Graph
- Attach a DataSet to the graph.
- attachXdata(DataSet) - Method in class graph.Axis
- Attach a DataSet to a Horizontal Axis
- attachYdata(DataSet) - Method in class graph.Axis
- Attach a DataSet to a Vertical Axis
- axis - Variable in class graph.Graph
- A vector list of All the axes attached
- axiscolor - Variable in class graph.Axis
- Color of the Axis.
B
- BOLTZMAN - Static variable in class graph.SpecialFunction
- Boltzman Constant.
- BOTTOM - Static variable in class graph.Axis
- Constant flagging Axis position on the graph.
- BarDrawer - class graph.BarDrawer.
- Abstraction for drawing data as a bar graph
- BarDrawer(MarketDrawer) - Constructor for class graph.BarDrawer
- BasicDrawer - class graph.BasicDrawer.
- Drawer of Primary, non-temporal market data
- BasicDrawer() - Constructor for class graph.BasicDrawer
- Bottom_ref_rect_height - Variable in class graph.BasicDrawer
- Bottom_ref_rect_height - Variable in class graph.Drawer
- background - Variable in class graph.TextLine
- Background Color
- bar_width() - Method in class graph.BasicDrawer
- bar_width() - Method in class graph.IndicatorDrawer
- bar_width() - Method in class graph.MarketDrawer
- base_bar_width(Rectangle, int) - Method in class graph.BasicDrawer
- begin() - Method in class graph.LoadMessage
- begin displaying the message
- borderBottom - Variable in class graph.Graph
- The width of the border at the bottom of the canvas.
- borderLeft - Variable in class graph.Graph
- The width of the border at the left of the canvas.
- borderRight - Variable in class graph.Graph
- The width of the border at the right of the canvas.
- borderTop - Variable in class graph.Graph
- The width of the border at the top of the canvas.
- bottom_reference_bounds(Rectangle) - Method in class graph.BasicDrawer
- boundaries_needed - Variable in class graph.BasicDrawer
- bpixels - Variable in class graph.RotateTextFilter
C
- CENTER - Static variable in class graph.TextLine
- Center the Text over the point
- CandleDrawer - class graph.CandleDrawer.
- Abstraction for drawing candles
- CandleDrawer() - Constructor for class graph.CandleDrawer
- ClearMarkers() - Method in class graph.Markers
- Clear All markers.
- calculateGridLabels() - Method in class graph.Axis
- calculate the labels
- cancel - Variable in class graph.Range
- charWidth(Graphics, char) - Method in class graph.TextLine
- chisq(double, double) - Static method in class graph.SpecialFunction
- Returns the area under the left hand tail (from 0 to x) of the Chi square probability density function with v degrees of freedom.
- chisqc(double, double) - Static method in class graph.SpecialFunction
- Returns the area under the right hand tail (from x to infinity) of the Chi square probability density function with v degrees of freedom:
- clearAll - Variable in class graph.Graph
- If set true (the default) the canvas will be set to the background color (erasing the plot) when the update method is called.
- clipping - Variable in class graph.BasicDrawer
- clipping - Variable in class graph.DataSet
- Boolean to control clipping of the data window.
- clipping - Variable in class graph.Drawer
- color() - Method in class graph.DataSet
- color - Variable in class graph.TextLine
- Text color
- colorModel - Variable in class graph.RotateTextFilter
- color_ - Variable in class graph.DataSet
- component - Variable in class graph.RTextLine
- conf - Variable in class graph.TemporalDrawer
- copyAll() - Method in class graph.TextState
- copyState(RTextLine) - Method in class graph.RTextLine
- Copy the state of the parsed Textline into the existing object.
- copyState() - Method in class graph.TextLine
- Create a New Textline object copying the state of the existing object into the new one.
- copyState(TextLine) - Method in class graph.TextLine
- Copy the state of the parsed Textline into the existing object.
- copyState() - Method in class graph.TextState
- cos - Variable in class graph.RTextLine
- cos - Variable in class graph.RotateTextFilter
- cosh(double) - Static method in class graph.SpecialFunction
- count() - Method in class graph.DataSet
- cpgin - Variable in class graph.InteractiveGraph
- Ths popup window for the cursor position command
- createAxis(int) - Method in class graph.Graph
- Create and attach an Axis to the graph.
- createXAxis() - Method in class graph.InteractiveGraph
- Create Xaxis to be used for the drag scaling
- createYAxis() - Method in class graph.InteractiveGraph
- Create Yaxis to be used for the drag scaling
D
- DataBackground - Variable in class graph.Graph
- The background color for the data window
- DataSet - class graph.DataSet.
- This class is designed to hold the data to be plotted.
- DataSet(BasicDrawer) - Constructor for class graph.DataSet
- Instantiate an empty data set.
- DataSet(double[], int, BasicDrawer) - Constructor for class graph.DataSet
- Instantiate a DataSet with the parsed data.
- DateDrawer - class graph.DateDrawer.
- Abstraction for drawing date data
- DateDrawer(BasicDrawer) - Constructor for class graph.DateDrawer
- Day_x_offset - Variable in class graph.TimeDrawer
- Day_y - Variable in class graph.TimeDrawer
- DefaultBackground - Variable in class graph.Graph
- DeleteMarker(int) - Method in class graph.Markers
- Delete the marker with the given index.
- DoublePair - class graph.DoublePair.
- DoublePair(double, double) - Constructor for class graph.DoublePair
- Drawer - class graph.Drawer.
- Abstraction for drawing data tuples
- Drawer() - Constructor for class graph.Drawer
- data - Variable in class graph.DataSet
- data() - Method in class graph.DateDrawer
- data() - Method in class graph.Drawer
- data() - Method in class graph.IndicatorDrawer
- data() - Method in class graph.MarketDrawer
- data() - Method in class graph.TimeDrawer
- dataPoints() - Method in class graph.DataSet
- Return the number of data points in the DataSet
- data_length() - Method in class graph.BasicDrawer
- data_length() - Method in class graph.Drawer
- data_length() - Method in class graph.IndicatorDrawer
- data_length() - Method in class graph.MarketDrawer
- data_length() - Method in class graph.TemporalDrawer
- data_length() - Method in class graph.TimeDrawer
- data_processed() - Method in class graph.BasicDrawer
- data_window - Variable in class graph.Axis
- Before the Axis can be positioned correctly and drawn the data window needs to be calculated and passed to the Axis.
- datarect - Variable in class graph.Graph
- The rectangle that the data will be plotted within.
- dataset - Variable in class graph.Axis
- Vector containing a list of attached DataSets
- dataset - Variable in class graph.Graph
- A vector list of All the DataSets attached
- date_drawer - Variable in class graph.DataSet
- Drawer of dates
- dates() - Method in class graph.BasicDrawer
- dates - Variable in class graph.DataSet
- dates() - Method in class graph.IndicatorDrawer
- dates() - Method in class graph.MarketDrawer
- dates() - Method in class graph.TimeDrawer
- dates_needed() - Method in class graph.DataSet
- day_table - Variable in class graph.TimeDrawer
- descent - Variable in class graph.TextLine
- The descent using the current font
- detachAll() - Method in class graph.Axis
- Detach All attached dataSets.
- detachAxes() - Method in class graph.Graph
- Detach All attached Axes.
- detachAxis(Axis) - Method in class graph.Graph
- Detach a previously attached Axis.
- detachDataSet(DataSet) - Method in class graph.Axis
- Detach an attached DataSet
- detachDataSet(DataSet) - Method in class graph.Graph
- Detach the DataSet from the class.
- detachDataSets() - Method in class graph.Graph
- Detach All the DataSets from the class.
- display_reference_values(Vector, String[], Graphics, Rectangle, Rectangle, boolean) - Method in class graph.BasicDrawer
- display_text(String, Graphics) - Method in class graph.Graph
- done - Variable in class graph.Range
- dpgin - Variable in class graph.InteractiveGraph
- Ths popup window for the data point command
- drag - Variable in class graph.InteractiveGraph
- Set to true when a rectangle is being dragged out by the mouse
- draw - Variable in class graph.MarkerVertex
- draw(Graphics, int, double, int, int) - Method in class graph.Markers
- draw the marker
- draw(Graphics, int, int) - Method in class graph.RTextLine
- Parse the text then draw it.
- draw(Graphics, int, int, int) - Method in class graph.RTextLine
- Parse the text then draw it.
- draw(Component, Graphics, int, int) - Method in class graph.RTextLine
- Parse the text, rotate it then draw it to the screen.
- draw(Graphics, int, int, int) - Method in class graph.TextLine
- Parse the text then draw it.
- draw(Graphics, int, int) - Method in class graph.TextLine
- Parse the text then draw it without any rotation.
- drawAxis(Graphics) - Method in class graph.Axis
- Draw the axis using the passed Graphics context.
- drawAxis(Graphics, Rectangle) - Method in class graph.Graph
- Draw the Axis.
- drawFrame(Graphics, int, int, int, int) - Method in class graph.Graph
- drawHAxis(Graphics) - Method in class graph.Axis
- Draw a Horizontal Axis.
- drawVAxis(Graphics) - Method in class graph.Axis
- Draw a Vertical Axis.
- draw_as_empty(Graphics, Rectangle) - Method in class graph.Graph
- draw_as_empty(Graphics, Rectangle) - Method in class graph.LowerGraph
- draw_as_empty(Graphics, Rectangle) - Method in class graph.MainGraph
- draw_boundaries(Graphics, Rectangle) - Method in class graph.BasicDrawer
- draw_color - Variable in class graph.BasicDrawer
- draw_color - Variable in class graph.Drawer
- draw_data(Graphics, Rectangle, Vector, Vector, Color) - Method in class graph.BasicDrawer
- Draw the data bars and the line segments connecting them.
- draw_data(Graphics, Rectangle) - Method in class graph.DataSet
- Draw the straight line segments and/or the markers at the data points.
- draw_data(Graphics, Rectangle) - Method in class graph.Graph
- draw_data(Graphics, Rectangle) - Method in class graph.LowerGraph
- draw_data(Graphics, Rectangle) - Method in class graph.MainGraph
- draw_data(Graphics, Rectangle) - Method in class graph.TemporalDrawer
- draw_dates(Graphics, Rectangle) - Method in class graph.DataSet
- Draw times, if they exist; otherwise date dates, if they exist.
- draw_day(Graphics, Rectangle, IntPair, int[]) - Method in class graph.TimeDrawer
- draw_doji_line(Graphics, int, int, int) - Method in class graph.CandleDrawer
- draw_horizontal_lines(Graphics, Rectangle, Vector) - Method in class graph.BasicDrawer
- draw_hour(Graphics, Rectangle, IntPair, int[]) - Method in class graph.TimeDrawer
- draw_month(Graphics, Rectangle, IntPair, int[]) - Method in class graph.DateDrawer
- draw_reference_values(Graphics, Rectangle, Rectangle) - Method in class graph.BasicDrawer
- draw_reference_values(Graphics, Rectangle, Rectangle) - Method in class graph.LineDrawer
- draw_tuples(Graphics, Rectangle) - Method in class graph.BarDrawer
- Draw the data bars.
- draw_tuples(Graphics, Rectangle) - Method in class graph.BasicDrawer
- Draw the data tuples.
- draw_tuples(Graphics, Rectangle) - Method in class graph.CandleDrawer
- Draw the candles.
- draw_tuples(Graphics, Rectangle) - Method in class graph.DateDrawer
- Draw a vertical line for each month in `data' and years and month names at the appropriate places.
- draw_tuples(Graphics, Rectangle) - Method in class graph.LineDrawer
- Draw the data bars and the line segments connecting them.
- draw_tuples(Graphics, Rectangle) - Method in class graph.PriceDrawer
- Draw the data bars.
- draw_tuples(Graphics, Rectangle) - Method in class graph.TemporalDrawer
- draw_tuples(Graphics, Rectangle) - Method in class graph.TimeDrawer
- Draw a vertical line for each hour in `times' and days and hour names at the appropriate places.
- draw_vertical_lines(Graphics, Rectangle, Vector) - Method in class graph.BasicDrawer
- draw_year(Graphics, Rectangle, IntPair, boolean, boolean, int[], boolean) - Method in class graph.DateDrawer
- drawable_hour(IntPair[], int, int, boolean) - Method in class graph.TimeDrawer
- drawer() - Method in class graph.DataSet
- drawgrid - Variable in class graph.Axis
- If true draw a grid positioned on major ticks over the graph
- drawgrid - Variable in class graph.Graph
- If set true (the default) a grid will be drawn over the data window.
- drawing_stride() - Method in class graph.DateDrawer
- drawing_stride() - Method in class graph.Drawer
- drawing_stride() - Method in class graph.IndicatorDrawer
- drawing_stride() - Method in class graph.MarketDrawer
- drawing_stride() - Method in class graph.TemporalDrawer
- drawing_stride() - Method in class graph.TimeDrawer
- drawzero - Variable in class graph.Axis
- If true draw a line positioned on the Zero label tick mark.
- drawzero - Variable in class graph.Graph
- If set true (the default) a grid line will be drawn across the data window at the zeros of the innermost axes.
- dxmax - Variable in class graph.DataSet
- The data X maximum.
- dxmin - Variable in class graph.DataSet
- The data X minimum.
- dymax - Variable in class graph.DataSet
- The data Y maximum.
- dymin - Variable in class graph.DataSet
- The data Y minimum.
E
- ECHARGE - Static variable in class graph.SpecialFunction
- Elementary Charge.
- EMASS - Static variable in class graph.SpecialFunction
- Electron Mass.
- end() - Method in class graph.LoadMessage
- end displaying message and force a graph repaint
- erf(double) - Static method in class graph.SpecialFunction
- erfc(double) - Static method in class graph.SpecialFunction
- exponent - Variable in class graph.Axis
- Textline class to hold the label's exponent (if it has one).
F
- FileFormatException - exception graph.FileFormatException.
- This should be thrown if any of the packages fileloaders encounter a format error
- FileFormatException(String) - Constructor for class graph.FileFormatException
- ForceSquare(Graphics, Rectangle) - Method in class graph.Graph
- Force the plot to have an aspect ratio of 1 by forcing the axes to have the same range.
- f - Variable in class graph.LoadMessage
- f - Variable in class graph.TextState
- fac(double) - Static method in class graph.SpecialFunction
- fac(int) - Static method in class graph.SpecialFunction
- finishedloading() - Method in class graph.Graph
- Decrement the loading Data counter by one.
- first_date_at(int, int) - Method in class graph.DateDrawer
- first_date_index() - Method in class graph.BasicDrawer
- first_date_index() - Method in class graph.IndicatorDrawer
- first_row() - Method in class graph.BasicDrawer
- first_time_match(String, String[], int) - Method in class graph.IndicatorDrawer
- font - Variable in class graph.TextLine
- Font to use for text
- fontname - Variable in class graph.TextLine
- The logical name of the font to use
- fontsize - Variable in class graph.TextLine
- The font size
- fontstyle - Variable in class graph.TextLine
- The font style
- force_end_labels - Variable in class graph.Axis
- Rescale the axis so that labels fall at the end of the Axis.
- foreground - Variable in class graph.LoadMessage
- frame - Variable in class graph.Graph
- If set true a frame will be drawn around the data window.
- framecolor - Variable in class graph.Graph
- The color of the frame to be drawn
G
- GASCONSTANT - Static variable in class graph.SpecialFunction
- Gas Constant.
- GRAV - Static variable in class graph.SpecialFunction
- Gravitational Constant.
- GRAVACC - Static variable in class graph.SpecialFunction
- Gravitational Acceleration at the Earths surface.
- Gin - class graph.Gin.
- Popup a window to output data after a Graphics Input command the window contains the following X value Y value
- Gin() - Constructor for class graph.Gin
- Instantiate the class
- Gin(String) - Constructor for class graph.Gin
- Instantiate the class.
- Graph - class graph.Graph.
- This is the main plotting class.
- Graph() - Constructor for class graph.Graph
- g2d - Variable in class graph.Axis
- The graph canvas this axis is attached to (if it is attached to any)
- g2d - Variable in class graph.LoadMessage
- g2d - Variable in class graph.Range
- g2d_ - Variable in class graph.DataSet
- The Graphics canvas that is driving the whole show.
- gamma(double) - Static method in class graph.SpecialFunction
- getAscent(Graphics) - Method in class graph.TextLine
- getAscent(Graphics) - Method in class graph.TextState
- getAxisPos() - Method in class graph.Axis
- Return the position of the Axis.
- getAxisWidth(Graphics) - Method in class graph.Axis
- Return the width of the axis.
- getBackground() - Method in class graph.TextLine
- getBottomEdge(Graphics) - Method in class graph.RTextLine
- Return the bottom edge of the rotated text.
- getBottomEdge(Graphics, int) - Method in class graph.RTextLine
- Return the bottom edge of the rotated text.
- getClosestPoint(double, double) - Method in class graph.DataSet
- Return the data point that is closest to the parsed (x,y) position
- getClosestPoint(int, int) - Method in class graph.InteractiveGraph
- Find the closest data point to the cursor
- getColor() - Method in class graph.TextLine
- getComponent() - Method in class graph.RTextLine
- getDataMax() - Method in class graph.Axis
- Return the maximum value of All datasets attached to the axis.
- getDataMin() - Method in class graph.Axis
- Return the minimum value of All datasets attached to the axis.
- getDataRectangle(Graphics, Rectangle) - Method in class graph.Graph
- Calculate the rectangle occupied by the data
- getDescent(Graphics) - Method in class graph.TextLine
- getDescent(Graphics) - Method in class graph.TextState
- getDouble(int) - Method in class graph.Axis
- Return the data value equivalent of the passed pixel position.
- getFM(Graphics) - Method in class graph.TextLine
- getFont() - Method in class graph.TextLine
- getFontName() - Method in class graph.TextLine
- getFontSize() - Method in class graph.TextLine
- getFontStyle() - Method in class graph.TextLine
- getHeight(Graphics) - Method in class graph.TextLine
- getHeight(Graphics) - Method in class graph.TextState
- getInteger(double) - Method in class graph.Axis
- Return the pixel equivalent of the passed data value.
- getJustification() - Method in class graph.TextLine
- getLeading(Graphics) - Method in class graph.TextLine
- getLeading(Graphics) - Method in class graph.TextState
- getLeftEdge(Graphics) - Method in class graph.RTextLine
- Return the left edge of the rotated text.
- getLeftEdge(Graphics, int) - Method in class graph.RTextLine
- Return the left edge of the rotated text.
- getMarkers() - Method in class graph.Graph
- Get the markers
- getMaxAscent(Graphics) - Method in class graph.TextLine
- getMaxAscent(Graphics) - Method in class graph.TextState
- getMaxDescent(Graphics) - Method in class graph.TextLine
- getMaxDescent(Graphics) - Method in class graph.TextState
- getPoint(int) - Method in class graph.DataSet
- get the data point at the parsed index.
- getRHeight(Graphics) - Method in class graph.RTextLine
- The height of the text after it has been rotated.
- getRWidth(Graphics) - Method in class graph.RTextLine
- The width of the text after it has been rotated.
- getRightEdge(Graphics) - Method in class graph.RTextLine
- Return the right edge of the rotated text.
- getRightEdge(Graphics, int) - Method in class graph.RTextLine
- Return the right edge of the rotated text.
- getRotation() - Method in class graph.RTextLine
- getScriptFont(Font) - Method in class graph.TextLine
- getText() - Method in class graph.TextLine
- getTopEdge(Graphics) - Method in class graph.RTextLine
- Return the top edge of the rotated text.
- getTopEdge(Graphics, int) - Method in class graph.RTextLine
- Return the top edge of the rotated text.
- getWidth(Graphics) - Method in class graph.TextLine
- getWidth(Graphics) - Method in class graph.TextState
- getXmax() - Method in class graph.DataSet
- return the data X maximum.
- getXmax() - Method in class graph.Graph
- Get the Maximum X value of all attached DataSets.
- getXmax() - Method in class graph.Range
- getXmin() - Method in class graph.DataSet
- return the data X minimum.
- getXmin() - Method in class graph.Graph
- Get the Minimum X value of all attached DataSets.
- getXmin() - Method in class graph.Range
- getYmax() - Method in class graph.DataSet
- return the data Y maximum.
- getYmax() - Method in class graph.Graph
- Get the Maximum Y value of all attached DataSets.
- getYmax() - Method in class graph.Range
- getYmin() - Method in class graph.DataSet
- return the data Y minimum.
- getYmin() - Method in class graph.Graph
- Get the Minimum Y value of all attached DataSets.
- getYmin() - Method in class graph.Range
- graph - package graph
- gridcolor - Variable in class graph.Axis
- Color of the grid
- gridcolor - Variable in class graph.Graph
- The color of the grid to be drawn
- guess_label_number - Variable in class graph.Axis
- Initial guess for the number of labels required
H
- HORIZONTAL - Static variable in class graph.Axis
- Constant flagging Horizontal Axis
- Hour_x_offset - Variable in class graph.TimeDrawer
- Hour_y - Variable in class graph.TimeDrawer
- height - Variable in class graph.RotateTextFilter
- height - Variable in class graph.TextLine
- The height using the current font ie ascent+descent+leading
- height_factor_value(Rectangle) - Method in class graph.BasicDrawer
- hline_data - Variable in class graph.DataSet
- hour_ln - Variable in class graph.TimeDrawer
- hour_table - Variable in class graph.TimeDrawer
I
- IndicatorDrawer - class graph.IndicatorDrawer.
- Abstraction for drawing indicator tuples
- IndicatorDrawer(MarketDrawer) - Constructor for class graph.IndicatorDrawer
- InteractiveGraph - class graph.InteractiveGraph.
- This class is an extension of Graph class.
- InteractiveGraph() - Constructor for class graph.InteractiveGraph
- ibeta(double, double, double) - Static method in class graph.SpecialFunction
- igam(double, double) - Static method in class graph.SpecialFunction
- igamc(double, double) - Static method in class graph.SpecialFunction
- imageComplete(int) - Method in class graph.RotateTextFilter
- Called when the image is complete.
- incbcf(double, double, double) - Static method in class graph.SpecialFunction
- incbd(double, double, double) - Static method in class graph.SpecialFunction
- increment - Variable in class graph.DataSet
- The amount to increment the data array when the append method is being used.
- invisible - Variable in class graph.LoadMessage
- ipixels - Variable in class graph.RotateTextFilter
- isEmpty() - Method in class graph.TextState
- isNull() - Method in class graph.TextLine
- isVertical() - Method in class graph.Axis
- If the Axis is Vertical return true.
- is_indicator() - Method in class graph.BasicDrawer
- is_indicator() - Method in class graph.Drawer
- is_indicator() - Method in class graph.TemporalDrawer
- is_lower() - Method in class graph.BasicDrawer
- is_lower() - Method in class graph.IndicatorDrawer
- is_lower_indicator() - Method in class graph.BasicDrawer
J
- j0(double) - Static method in class graph.SpecialFunction
- j1(double) - Static method in class graph.SpecialFunction
- jn(int, double) - Static method in class graph.SpecialFunction
- justification - Variable in class graph.TextLine
- Text justification.
K
- keyDown(Event, int) - Method in class graph.Gin
- Catch the Key Down event 'h'.
- keyDown(Event, int) - Method in class graph.Graph
- Handle keyDown events.
- keyDown(Event, int) - Method in class graph.InteractiveGraph
- Handle the Key Down events.
- keyDown(Event, int) - Method in class graph.Range
L
- LEFT - Static variable in class graph.Axis
- Constant flagging Axis position on the graph.
- LEFT - Static variable in class graph.TextLine
- Position the Text to the Left of the point
- LIGHTSPEED - Static variable in class graph.SpecialFunction
- Speed of Light in a Vacuum.
- LOGPI - Static variable in class graph.SpecialFunction
- Label_x_factor - Variable in class graph.TemporalDrawer
- Label_y_offset - Variable in class graph.TemporalDrawer
- LineDrawer - class graph.LineDrawer.
- Abstraction for drawing data tuples as points connected by lines
- LineDrawer(MarketDrawer) - Constructor for class graph.LineDrawer
- LoadMarkers(URL) - Method in class graph.Markers
- This method reads the marker file and loads the marker definitions.
- LoadMessage - class graph.LoadMessage.
- This is a separate thread that flashes a message on the Graph canvas that data is loading
- LoadMessage(Graph) - Constructor for class graph.LoadMessage
- Instantiate the class
- LoadMessage(Graph, String) - Constructor for class graph.LoadMessage
- Instantiate the class
- LoadMessage(Graph, String, long, long) - Constructor for class graph.LoadMessage
- Instantiate the class
- LowerGraph - class graph.LowerGraph.
- LowerGraph(MainGraph) - Constructor for class graph.LowerGraph
- label - Variable in class graph.Axis
- Textline class to hold the labels before printing.
- label_count - Variable in class graph.Axis
- The number of labels required
- label_exponent - Variable in class graph.Axis
- The label exponent
- label_start - Variable in class graph.Axis
- The starting value of the labels
- label_step - Variable in class graph.Axis
- The increment between labels
- label_string - Variable in class graph.Axis
- String to contain the labels.
- label_value - Variable in class graph.Axis
- The actual values of the axis labels
- label_x_value(int, int) - Method in class graph.TemporalDrawer
- label_y_value(Rectangle) - Method in class graph.TemporalDrawer
- last - Variable in class graph.Markers
- index of the last marker loaded
- lastText - Variable in class graph.Graph
- Text to be painted Last onto the Graph Canvas.
- leading - Variable in class graph.TextLine
- The leading using the current font
- left() - Method in class graph.DoublePair
- length() - Method in class graph.DataSet
- lg - Variable in class graph.LoadMessage
- lg - Variable in class graph.TextLine
- Local graphics context.
- lgamma(double) - Static method in class graph.SpecialFunction
- linecolor - Variable in class graph.DataSet
- The color of the straight line segments
- list - Variable in class graph.TextLine
- The parsed string.
- load_thread - Variable in class graph.Graph
- The blinking "data loading" thread
- loadingData - Variable in class graph.Graph
- If this is greater than zero it means that data loading threads are active so the message "loading data" is flashed on the plot canvas.
- loadmessage(String) - Method in class graph.Graph
- Change the message to be flashed on the canvas
- log10(double) - Static method in class graph.SpecialFunction
- lower_indicator - Variable in class graph.IndicatorDrawer
M
- MACHEP - Static variable in class graph.SpecialFunction
- MAXGAM - Static variable in class graph.SpecialFunction
- MAXLOG - Static variable in class graph.SpecialFunction
- MINIMUM_SIZE - Static variable in class graph.TextLine
- MINLOG - Static variable in class graph.SpecialFunction
- MainGraph - class graph.MainGraph.
- MainGraph() - Constructor for class graph.MainGraph
- Many_months - Static variable in class graph.DateDrawer
- MarkerVertex - class graph.MarkerVertex.
- This class is a structure class.
- MarkerVertex() - Constructor for class graph.MarkerVertex
- Markers - class graph.Markers.
- This class installs, manipulates and draws markers.
- Markers() - Constructor for class graph.Markers
- The class contructor
- Markers(URL) - Constructor for class graph.Markers
- Instantiate the Marker class and load marker definitions from the parsed URL.
- MarketDrawer - class graph.MarketDrawer.
- Drawer of market basic data - open, high, low, close, etc.
- MarketDrawer() - Constructor for class graph.MarketDrawer
- Max_months - Static variable in class graph.DateDrawer
- Max_years - Static variable in class graph.DateDrawer
- Month_x_offset - Variable in class graph.DateDrawer
- Month_y - Variable in class graph.DateDrawer
- main_bounds(Rectangle) - Method in class graph.BasicDrawer
- main_data_processed() - Method in class graph.TemporalDrawer
- main_drawer - Variable in class graph.TemporalDrawer
- major_tic_size - Variable in class graph.Axis
- Size in pixels of the major tick marks
- manualRange - Variable in class graph.Axis
- If true the axis range must be manually set by setting the Axis.minimum and Axis.maximum variables.
- marker - Variable in class graph.DataSet
- The index of the marker to use at the data points.
- markercolor - Variable in class graph.DataSet
- The marker color
- markers - Variable in class graph.Graph
- The markers that may have been loaded
- markerscale - Variable in class graph.DataSet
- The scaling factor for the marker.
- market_data() - Method in class graph.MainGraph
- market_drawer() - Method in class graph.Drawer
- market_drawer() - Method in class graph.IndicatorDrawer
- market_drawer() - Method in class graph.MarketDrawer
- market_drawer() - Method in class graph.TemporalDrawer
- max - Variable in class graph.Markers
- maximum number of markers allowed
- maxAscent - Variable in class graph.TextLine
- The maximum ascent using the current font
- maxDescent - Variable in class graph.TextLine
- The maximum descent using the current font
- max_label_width - Variable in class graph.Axis
- The width of the maximum label.
- maximum() - Method in class graph.Axis
- Maximum data value of the axis.
- maximum() - Method in class graph.RefSpec
- maximum_ - Variable in class graph.Axis
- Maximum data value of the axis.
- message - Variable in class graph.LoadMessage
- minimum() - Method in class graph.Axis
- Minimum data value of the axis.
- minimum() - Method in class graph.RefSpec
- minimum_ - Variable in class graph.Axis
- Minimum data value of the axis.
- minor_tic_count - Variable in class graph.Axis
- Number of minor tick marks between major tick marks
- minor_tic_size - Variable in class graph.Axis
- Size in pixels of the minor tick marks
- month_ln - Variable in class graph.DateDrawer
- mouseDown(Event, int, int) - Method in class graph.InteractiveGraph
- Handle the Mouse Down events
- mouseDrag(Event, int, int) - Method in class graph.InteractiveGraph
- Handle the Mouse Drag events
- mouseMove(Event, int, int) - Method in class graph.InteractiveGraph
- Handle the Mouse Mouve events
- mouseUp(Event, int, int) - Method in class graph.InteractiveGraph
- Handle the Mouse Up events
N
- NUMBER_OF_TICS - Static variable in class graph.Axis
- The first guess on the number of Labeled Major tick marks.
- newmessage - Variable in class graph.LoadMessage
- normal(double) - Static method in class graph.SpecialFunction
O
- open_bar() - Method in class graph.PriceDrawer
- orientation - Variable in class graph.Axis
- The orientation of the axis.
P
- PLANCK - Static variable in class graph.SpecialFunction
- Planck constant.
- PMASS - Static variable in class graph.SpecialFunction
- Proton Mass.
- PriceDrawer - class graph.PriceDrawer.
- Abstraction for drawing price bars
- PriceDrawer() - Constructor for class graph.PriceDrawer
- p1evl(double, double[], int) - Static method in class graph.SpecialFunction
- paint(Graphics) - Method in class graph.Graph
- This paints the entire plot.
- paintAll - Variable in class graph.Graph
- If set true (the default) everything associated with the plot will be drawn when the update method or paint method are called.
- paintBeforeData(Graphics, Rectangle) - Method in class graph.Graph
- A hook into the paint method.
- paintFirst(Graphics, Rectangle) - Method in class graph.Graph
- A hook into the paint method.
- paintLast(Graphics, Rectangle) - Method in class graph.Graph
- A hook into the paint method.
- parse - Variable in class graph.TextLine
- Has the string been parsed! This only needs to be done once unless the font is altered.
- parseDouble(double) - Method in class graph.TextLine
- Parse a double value.
- parseDouble(double, int) - Method in class graph.TextLine
- Parse a double value.
- parseDouble(double, int, int, int) - Method in class graph.TextLine
- Parse a double value
- parseText(Graphics) - Method in class graph.TextLine
- parse the text.
- poisson(int, double) - Static method in class graph.SpecialFunction
- Returns the sum of the first k terms of the Poisson distribution.
- poissonc(int, double) - Static method in class graph.SpecialFunction
- Returns the sum of the terms k+1 to infinity of the Poisson distribution.
- polevl(double, double[], int) - Static method in class graph.SpecialFunction
- position - Variable in class graph.Axis
- The position of the axis.
- positionAxis(int, int, int, int) - Method in class graph.Axis
- Position the axis at the passed coordinates.
- pseries(double, double, double) - Static method in class graph.SpecialFunction
R
- RIGHT - Static variable in class graph.Axis
- Constant flagging Axis position on the graph.
- RIGHT - Static variable in class graph.TextLine
- Position the Text to the Right of the point
- RTextLine - class graph.RTextLine.
- This class is an extension of the TextLine Class that allows text to be rotated.
- RTextLine() - Constructor for class graph.RTextLine
- Instantiate the class
- RTextLine(String) - Constructor for class graph.RTextLine
- Instantiate the class.
- RTextLine(Component) - Constructor for class graph.RTextLine
- Instantiate the class.
- RTextLine(String, Font) - Constructor for class graph.RTextLine
- Instantiate the class
- RTextLine(String, Font, Color, int) - Constructor for class graph.RTextLine
- Instantiate the class
- RTextLine(String, Color) - Constructor for class graph.RTextLine
- Instantiate the class
- RTextLine(Font, Color, int, int) - Constructor for class graph.RTextLine
- Instantiate the class
- RTextLine(Font, Color, int) - Constructor for class graph.RTextLine
- Instantiate the class
- Range - class graph.Range.
- A popup window for altering the range of the plot
- Range(Graph) - Constructor for class graph.Range
- RefSpec - class graph.RefSpec.
- RefSpec(double, double, double) - Constructor for class graph.RefSpec
- Ref_text_offset - Variable in class graph.BasicDrawer
- Ref_text_offset - Variable in class graph.Drawer
- Reference_rect_width - Variable in class graph.BasicDrawer
- Reference_rect_width - Variable in class graph.Drawer
- RotateTextFilter - class graph.RotateTextFilter.
- This is an extension to the ImageFilter class that will rotate an image a multiple of 90 degrees.
- RotateTextFilter(int) - Constructor for class graph.RotateTextFilter
- Instantiate the class
- RoundUp(double) - Method in class graph.Axis
- Round up the passed value to a NICE value.
- range() - Method in class graph.DataSet
- Calculate the range of the data.
- range - Variable in class graph.InteractiveGraph
- The popup window to manually set the range
- range_set - Variable in class graph.DataSet
- rebuildFont() - Method in class graph.TextLine
- redraw - Variable in class graph.Axis
- Default value true.
- ref_values_needed - Variable in class graph.IndicatorDrawer
- ref_values_needed - Variable in class graph.MarketDrawer
- reference_lines_needed() - Method in class graph.BasicDrawer
- reference_lines_needed() - Method in class graph.IndicatorDrawer
- reference_lines_needed() - Method in class graph.MarketDrawer
- reference_values_needed() - Method in class graph.BasicDrawer
- reference_values_needed() - Method in class graph.IndicatorDrawer
- reference_values_needed() - Method in class graph.MarketDrawer
- refvalue_specs - Static variable in class graph.BasicDrawer
- requestFocus() - Method in class graph.Range
- resetRange() - Method in class graph.Axis
- Reset the range of the axis (the minimum and maximum values) to the default data values.
- resize(int, int) - Method in class graph.Gin
- Set the size of the window
- resize(int, int) - Method in class graph.Range
- right() - Method in class graph.DoublePair
- right_reference_bounds(Rectangle) - Method in class graph.BasicDrawer
- run() - Method in class graph.LoadMessage
- The method to call when the thread starts
S
- SCIENTIFIC - Static variable in class graph.TextLine
- Format to use when parsing a double
- SOLARFLUX - Static variable in class graph.SpecialFunction
- Solar Flux.
- SOLARLUM - Static variable in class graph.SpecialFunction
- Solar Luminosity.
- SOLARMASS - Static variable in class graph.SpecialFunction
- Solar Mass.
- SOLARRADIUS - Static variable in class graph.SpecialFunction
- Solar Radius.
- SQRTH - Static variable in class graph.SpecialFunction
- SQTPI - Static variable in class graph.SpecialFunction
- STEFANBOLTZ - Static variable in class graph.SpecialFunction
- Stefan-Boltzman Constant.
- SpecialFunction - class graph.SpecialFunction.
- This class contains physical constants and special functions not found in the java.lang.Math class.
- SpecialFunction() - Constructor for class graph.SpecialFunction
- Don't let anyone instantiate this class.
- Stride - Variable in class graph.MarketDrawer
- s - Variable in class graph.TextState
- script_fraction - Variable in class graph.TextLine
- Decrease in size of successive script levels
- setBackground(Color) - Method in class graph.TextLine
- Set the Background Color to use with the class
- setColor(Color) - Method in class graph.TextLine
- Set the Color to use with the class
- setDataBackground(Color) - Method in class graph.Graph
- Set the background color for the data window.
- setDimensions(int, int) - Method in class graph.RotateTextFilter
- Find the dimensions of the original image and pass onto the image consumer the dimensions of the new roated image
- setDrawingComponent(Component) - Method in class graph.RTextLine
- Set the Component the text will be drawn into.
- setExponentColor(Color) - Method in class graph.Axis
- Set the color of the exponent
- setExponentFont(Font) - Method in class graph.Axis
- Set the font of the exponent
- setFont(Font) - Method in class graph.Gin
- Set the display font
- setFont(Font) - Method in class graph.LoadMessage
- Set the font the message will be displayed in
- setFont(Font) - Method in class graph.TextLine
- Set the Font to use with the class
- setFontName(String) - Method in class graph.TextLine
- Set the Logical font name of the current font
- setFontSize(int) - Method in class graph.TextLine
- Set the Font size of the current font
- setFontStyle(int) - Method in class graph.TextLine
- Set the Font style of the current font
- setForeground(Color) - Method in class graph.LoadMessage
- The foreground color for the message
- setGraphBackground(Color) - Method in class graph.Graph
- Set the background color for the entire canvas.
- setJustification(int) - Method in class graph.TextLine
- Set the Justification to use with the class
- setLabelColor(Color) - Method in class graph.Axis
- Set the color of the labels
- setLabelFont(Font) - Method in class graph.Axis
- Set the font of the labels.
- setLabels(double, double) - Method in class graph.Gin
- Set the both values
- setManualRange(boolean) - Method in class graph.Axis
- Is the range of the axis to be set automatically (based on the data) or manually by setting the values Axis.minimum_ and Axis.maximum_?
- setMarkers(Markers) - Method in class graph.Graph
- Set the markers for the plot.
- setMessage(String) - Method in class graph.LoadMessage
- Set the message to be displayed
- setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class graph.RotateTextFilter
- As the pixels of the original image are sent store them in memory as the rotated image.
- setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class graph.RotateTextFilter
- As the pixels of the original image are sent store them in memory as the rotated image.
- setPosition(int) - Method in class graph.Axis
- Set the axis position.
- setProperties(Hashtable) - Method in class graph.RotateTextFilter
- Add to the properties table of the image that it has been rotated
- setRotation(int) - Method in class graph.RTextLine
- Set the text rotation angle.
- setRotation(int, Component) - Method in class graph.RTextLine
- Set the Rotation and the Component that will be drawn into
- setText(String) - Method in class graph.TextLine
- Set the String to use with the class
- setTitleColor(Color) - Method in class graph.Axis
- Set the color of the title
- setTitleFont(Font) - Method in class graph.Axis
- Set the font of the title
- setTitleRotation(int) - Method in class graph.Axis
- Set the title rotation angle.
- setTitleText(String) - Method in class graph.Axis
- Set the title of the axis
- setXlabel(double) - Method in class graph.Gin
- Set the X value
- setYlabel(double) - Method in class graph.Gin
- Set the Y value
- set_borderBottom(int) - Method in class graph.Graph
- set_borderLeft(int) - Method in class graph.Graph
- set_borderRight(int) - Method in class graph.Graph
- set_borderTop(int) - Method in class graph.Graph
- set_boundaries_needed(boolean) - Method in class graph.BasicDrawer
- set_clipping(boolean) - Method in class graph.BasicDrawer
- set_clipping(boolean) - Method in class graph.Drawer
- set_color(Color) - Method in class graph.DataSet
- set_data(Object) - Method in class graph.Drawer
- set_data(Object) - Method in class graph.IndicatorDrawer
- set_data(Object) - Method in class graph.MarketDrawer
- set_data_window(Dimension) - Method in class graph.Axis
- set_dates(String[]) - Method in class graph.BasicDrawer
- set_dates(String[]) - Method in class graph.DataSet