A B C D E F G H I J L M N O P Q R S T U V W X Y Z

A

ABOVE_CENTER - Static variable in class com.jinsight.jetchart.TargetLine
Constant used to place the target line text centered above the target line.
ABOVE_LEFT - Static variable in class com.jinsight.jetchart.TargetLine
Constant used to place the target line text above and to the left of the target line.
ABOVE_RIGHT - Static variable in class com.jinsight.jetchart.TargetLine
Constant used to place the target line text above and to the right of the target line.
ABOVE_TOP_YAXIS - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to display the series title above the top and to the right of the y axis.
ABOVE_XAXIS - Static variable in class com.jinsight.jetchart.ScrollingLabel
Constant used to display the scrolling label above the x axis.
AbstractSerie - class com.jinsight.jetchart.AbstractSerie.
The AbstractSerie class is the super class of all series in the JetChart Library.
AbstractSerie() - Constructor for class com.jinsight.jetchart.AbstractSerie
 
addGraphSet(GraphSet) - Method in class com.jinsight.jetchart.Graph
Adds a GraphSet object to the chart context.
addImageEncodingObserver(Observer) - Method in class com.jinsight.jetchart.ChartEncoder
Adds an Observer object for receiving notifications about the number of bytes processed while a chart image is gif-encoded.
addLegend(Legend) - Method in class com.jinsight.jetchart.GenericGraph
Adds a new Legend box to the chart context.
addNote(Note) - Method in class com.jinsight.jetchart.GenericGraph
Adds a Note object to the chart context.
addSerie(AbstractSerie) - Method in class com.jinsight.jetchart.GenericGraph
Adds series objects to the chart context.
addSerie(AbstractSerie) - Method in class com.jinsight.jetchart.Legend
Adds a series to this legend box.
addSerie(AbstractSerie) - Method in class com.jinsight.jetchart.Graph
 
addSerie(GraphSerie) - Method in class com.jinsight.jetchart.GraphSet
Adds a series.
addSerie(PieSerie) - Method in class com.jinsight.jetchart.PieGraph
 
addSerie(ScatterSerie) - Method in class com.jinsight.jetchart.ScatterGraph
 
addSerieListener(SerieListener) - Method in class com.jinsight.jetchart.GenericGraph
Adds a series event listener to handle series events.
addSlice(Slice) - Method in class com.jinsight.jetchart.PieSerie
Adds a Slice object to a pie series.
addSVGListener(SVGListener) - Method in class com.jinsight.svg.SVGGraphics
Adds an SVGListener object to this SVG graphic context.
addTargetLine(TargetLine) - Method in class com.jinsight.jetchart.GraphSet
Adds a target line.
addTargetZone(TargetZone) - Method in class com.jinsight.jetchart.GraphSet
Adds a target zone.
addZoomListener(ZoomListener) - Method in class com.jinsight.jetchart.Graph
Adds a zoom event listener to handle zoom events.
ALL_SERIES - Static variable in class com.jinsight.jetchart.BubbleSerie
Constant used to set the scope of the calculation of the maximum z value to all bubble series instances.
ANYWHERE - Static variable in class com.jinsight.jetchart.Legend
Constant used to place the legend box at any location on the chart area.
AREA - Static variable in class com.jinsight.jetchart.GraphSerie
Identifies the series as an area series.
AreaSerie - class com.jinsight.jetchart.AreaSerie.
This class implements the properties and methods of an area series.
AreaSerie() - Constructor for class com.jinsight.jetchart.AreaSerie
Creates an AreaSerie object.
AreaSerie(double[]) - Constructor for class com.jinsight.jetchart.AreaSerie
Creates an AreaSerie object.
AreaSerie(double[], String) - Constructor for class com.jinsight.jetchart.AreaSerie
Creates an AreaSerie object.
ARROW - Static variable in class com.jinsight.jetchart.ToolTip
Constant used to define tooltip pointer as an arrow.
Axis - class com.jinsight.jetchart.Axis.
This class is the abstract representation of the vertical and horizontal axis.
Axis() - Constructor for class com.jinsight.jetchart.Axis
 

B

BAR - Static variable in class com.jinsight.jetchart.GraphSerie
Identifies the series as a bar series.
BAR_HLC - Static variable in class com.jinsight.jetchart.GraphSerie
Identifies the series as an HLC bar series.
BAR_OHLC - Static variable in class com.jinsight.jetchart.GraphSerie
Identifies the series as an OHLC bar series.
BarSerie - class com.jinsight.jetchart.BarSerie.
This class implements the properties and methods of a bar series.
BarSerie() - Constructor for class com.jinsight.jetchart.BarSerie
Creates a BarSerie object.
BarSerie(double[]) - Constructor for class com.jinsight.jetchart.BarSerie
Creates a BarSerie object.
BarSerie(double[], String) - Constructor for class com.jinsight.jetchart.BarSerie
Creates a BarSerie object.
BEHIND - Static variable in class com.jinsight.jetchart.TargetLine
If chart is 2D, this constant is used to place a target line behind the grid and all series.
BEHIND - Static variable in class com.jinsight.jetchart.TargetZone
This constant is used to place the target zone behind the grid.
BELOW_CENTER - Static variable in class com.jinsight.jetchart.TargetLine
Constant used to place the target line text centered below the target line.
BELOW_LEFT - Static variable in class com.jinsight.jetchart.TargetLine
Constant used to place the target line text below and to the left of the target line.
BELOW_RIGHT - Static variable in class com.jinsight.jetchart.TargetLine
Constant used to place the target line text below and to the right of the target line.
BESIDE_TOP_YAXIS - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to display the series title beside the top and to the right of the y axis.
BOTTOM - Static variable in class com.jinsight.jetchart.Legend
Constant used to place the legend box at the bottom and centered.
BOTTOM - Static variable in class com.jinsight.jetchart.Scale
Constant used to place scale along the bottom of the chart.
BOTTOM_LEFT - Static variable in class com.jinsight.jetchart.Legend
Constant used to place the legend box at the bottom and left-aligned.
BOTTOM_RIGHT - Static variable in class com.jinsight.jetchart.Legend
Contant used to place the legend box at the bottom and right-aligned.
BOTTOM_TO_TOP - Static variable in class com.jinsight.jetchart.GradientPanel
Constant used to define gradient colors orientation from bottom to top.
BottomTitle - class com.jinsight.jetchart.BottomTitle.
This class implements the properties and methods of the bottom title.
BubbleSerie - class com.jinsight.jetchart.BubbleSerie.
This class implements the properties and methods of bubble series.
BubbleSerie() - Constructor for class com.jinsight.jetchart.BubbleSerie
Creates a BubbleSerie object.
BubbleSerie(double[][]) - Constructor for class com.jinsight.jetchart.BubbleSerie
Creates a BubbleSerie object.
BubbleSerie(double[][], String) - Constructor for class com.jinsight.jetchart.BubbleSerie
Creates a BubbleSerie object.
bytePos - Variable in class com.jinsight.svg.PNGEncoder
 
bytesPerPixel - Variable in class com.jinsight.svg.PNGEncoder
 

C

CANDLESTICK - Static variable in class com.jinsight.jetchart.GraphSerie
Identifies the series as a candlestick series.
CandleStickSerie - class com.jinsight.jetchart.CandleStickSerie.
This class implements the properties and methods of a candlestick series.
CandleStickSerie() - Constructor for class com.jinsight.jetchart.CandleStickSerie
Creates a CandleStickSerie object.
CandleStickSerie(double[][]) - Constructor for class com.jinsight.jetchart.CandleStickSerie
Creates a candlestick series.
CandleStickSerie(double[][], String) - Constructor for class com.jinsight.jetchart.CandleStickSerie
Creates an OHLC series.
CENTER - Static variable in class com.jinsight.jetchart.GenericGraph
Constant used to place the background image at the center of the chart.
CENTER - Static variable in class com.jinsight.jetchart.Note
Constant used to set text alignment to center.
ChartEncoder - class com.jinsight.jetchart.ChartEncoder.
Charts created with JetChart can be encoded into a JPEG, PNG, GIF or SVG output stream.
ChartEncoder(GenericGraph) - Constructor for class com.jinsight.jetchart.ChartEncoder
Constructor of the ChartEncoder class.
chartZoomed(ZoomEvent) - Method in interface com.jinsight.jetchart.ZoomListener
Method to be implemented by objects interested in receiving and handling zoom events.
CIRCLE - Static variable in class com.jinsight.jetchart.PointSerie
Constant used to define the point shape to a circle.
CIRCLE - Static variable in class com.jinsight.jetchart.XYSerie
Constant used to define the point shape to a circle.
clearRect(int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Clears the specified rectangle by filling it with the background color of the current drawing surface.
CLIENT_SIDE - Static variable in class com.jinsight.jetchart.AbstractSerie
Constant used to define generation of a series image map in client-side format.
clipRect(int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Intersects the current clip with the specified rectangle.
compressionLevel - Variable in class com.jinsight.svg.PNGEncoder
 
copyArea(int, int, int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Copies an area of the component by a distance specified by dx and dy.
crc - Variable in class com.jinsight.svg.PNGEncoder
 
crcValue - Variable in class com.jinsight.svg.PNGEncoder
 
create() - Method in class com.jinsight.svg.SVGGraphics
Creates a new Graphics object that is a copy of this SVGGraphics object.
CROSS - Static variable in class com.jinsight.jetchart.XYSerie
Constant used to define the point shape to a cross.

D

DASHED - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to set the line style of line series and OHLC/HLC line series to dashed.
DASHED - Static variable in class com.jinsight.jetchart.GridCrossedLines
Constant used to set the grid crossed line style to dashed.
DASHED - Static variable in class com.jinsight.jetchart.Grid
Constant used to set the grid line style to dashed.
DASHED - Static variable in class com.jinsight.jetchart.RegressionLine
Constant used to set the regression line style to dashed.
dataPos - Variable in class com.jinsight.svg.PNGEncoder
 
DAY_INCREMENT - Static variable in class com.jinsight.jetchart.Graph
Constant used to set the date increment of a date chart to a daily increment.
dispose() - Method in class com.jinsight.svg.SVGGraphics
Disposes of an internal BufferedImage's graphics context and resets this graphics context.
DOT - Static variable in class com.jinsight.jetchart.XYSerie
Constant used to define the point shape to a dot.
draw3DRect(int, int, int, int, boolean) - Method in class com.jinsight.svg.SVGGraphics
Draws a 3-D highlighted outline of the specified rectangle.
drawArc(int, int, int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Draws the outline of a circular or elliptical arc covering the specified rectangle.
drawBytes(byte[], int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Draws the text given by the specified byte array, using this graphics context's current font and color.
drawChars(char[], int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Draws the text given by the specified character array, using this graphics context's current font and color.
drawImage(Image, int, int, Color, ImageObserver) - Method in class com.jinsight.svg.SVGGraphics
Draws an image at the specified rectangle.
drawImage(Image, int, int, ImageObserver) - Method in class com.jinsight.svg.SVGGraphics
Draws an image at the specified coordinates.The image is drawn with its top-left corner at (x, y) in this graphics context's coordinate space.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class com.jinsight.svg.SVGGraphics
Draws an image inside the specified rectangle, scaling it if necessary.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class com.jinsight.svg.SVGGraphics
Draws an image inside the specified rectangle, scaling it if necessary.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class com.jinsight.svg.SVGGraphics
Draws an image inside the specified area of the destination drawable surface, scaling it if necessary.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class com.jinsight.svg.SVGGraphics
Draws an image inside the specified area of the destination drawable surface, scaling it if necessary.
drawLine(int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Draws a line, using the current color, between the points (x1, y1) and (x2, y2) in this graphics context's coordinate system.
drawOval(int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Draws the outline of an oval.
drawPolygon(int[], int[], int) - Method in class com.jinsight.svg.SVGGraphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolygon(Polygon) - Method in class com.jinsight.svg.SVGGraphics
Draws the outline of a polygon defined by the specified Polygon object.
drawPolyline(int[], int[], int) - Method in class com.jinsight.svg.SVGGraphics
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawRect(int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Draws the outline of the specified rectangle.
drawRoundRect(int, int, int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Draws an outlined round-cornered rectangle using this graphics context's current color.
drawString(AttributedCharacterIterator, int, int) - Method in class com.jinsight.svg.SVGGraphics
This method has not been implemented yet.
drawString(String, int, int) - Method in class com.jinsight.svg.SVGGraphics
Draws the text given by the specified string, using this graphics context's current font and color.

E

EMPTY_CIRCLE_MARK - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to set marks style to an empty circle.
EMPTY_CIRCLE_MARK - Static variable in class com.jinsight.jetchart.XYLineSerie
Constant used to set marks style to an empty circle.
EMPTY_DIAMOND_MARK - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to set marks style to an empty diamond.
EMPTY_DIAMOND_MARK - Static variable in class com.jinsight.jetchart.XYLineSerie
Constant used to set marks style to an empty diamond.
EMPTY_SQUARE_MARK - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to set marks style to an empty square.
EMPTY_SQUARE_MARK - Static variable in class com.jinsight.jetchart.XYLineSerie
Constant used to set marks style to an empty square.
EMPTY_TRIANGLE_MARK - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to set marks style to an empty triangle.
EMPTY_TRIANGLE_MARK - Static variable in class com.jinsight.jetchart.XYLineSerie
Constant used to set marks style to an empty triangle.
ENCODE_ALPHA - Static variable in class com.jinsight.svg.PNGEncoder
Constant specifying that alpha channel should be encoded.
encode() - Method in class com.jinsight.jetchart.JpegEncoder
 
encode() - Method in class com.jinsight.svg.PNGEncoder
Starts encoding process.
encode(OutputStream) - Method in class com.jinsight.svg.SVGEncoder
Starts the SVG encoding process, sending bytes to an output stream.
encodeAlpha - Variable in class com.jinsight.svg.PNGEncoder
 
endPos - Variable in class com.jinsight.svg.PNGEncoder
 

F

fill3DRect(int, int, int, int, boolean) - Method in class com.jinsight.svg.SVGGraphics
Paints a 3-D highlighted rectangle filled with the current color.
fillArc(int, int, int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Fills a circular or elliptical arc covering the specified rectangle.
fillOval(int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Fills an oval bounded by the specified rectangle with the current color.
fillPolygon(int[], int[], int) - Method in class com.jinsight.svg.SVGGraphics
Fills a closed polygon defined by arrays of x and y coordinates.
fillPolygon(Polygon) - Method in class com.jinsight.svg.SVGGraphics
Fills the polygon defined by the specified Polygon object with the graphics context's current color.
fillRect(int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Fills the specified rectangle.
fillRoundRect(int, int, int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Fills the specified rounded corner rectangle with the current color.
filter - Variable in class com.jinsight.svg.PNGEncoder
 
FILTER_LAST - Static variable in class com.jinsight.svg.PNGEncoder
 
FILTER_NONE - Static variable in class com.jinsight.svg.PNGEncoder
Constants for filters
FILTER_SUB - Static variable in class com.jinsight.svg.PNGEncoder
 
FILTER_UP - Static variable in class com.jinsight.svg.PNGEncoder
 
filterSub(byte[], int, int) - Method in class com.jinsight.svg.PNGEncoder
Perform "sub" filtering on the given row.
filterUp(byte[], int, int) - Method in class com.jinsight.svg.PNGEncoder
Perform "up" filtering on the given row.
finalize() - Method in class com.jinsight.jetchart.AbstractSerie
 
finalize() - Method in class com.jinsight.jetchart.GenericGraph
 
finalize() - Method in class com.jinsight.jetchart.GradientPanel
 
finalize() - Method in class com.jinsight.jetchart.Legend
 
finalize() - Method in class com.jinsight.jetchart.Note
 
finalize() - Method in class com.jinsight.jetchart.SerieEvent
 
finalize() - Method in class com.jinsight.jetchart.SideTitle
 
finalize() - Method in class com.jinsight.jetchart.ToolTip
 
finalize() - Method in class com.jinsight.jetchart.BarSerie
 
finalize() - Method in class com.jinsight.jetchart.LineSerie
 
finalize() - Method in class com.jinsight.jetchart.OHLCSerie
 
finalize() - Method in class com.jinsight.jetchart.OHLCStickSerie
 
finalize() - Method in class com.jinsight.jetchart.StackBarSerie
 
finalize() - Method in class com.jinsight.jetchart.GraphEventListener
 
finalize() - Method in class com.jinsight.jetchart.Graph
 
finalize() - Method in class com.jinsight.jetchart.GraphSerie
 
finalize() - Method in class com.jinsight.jetchart.GraphSet
 
finalize() - Method in class com.jinsight.jetchart.ScrollingBar
 
finalize() - Method in class com.jinsight.jetchart.ScrollingLabel
 
finalize() - Method in class com.jinsight.jetchart.TargetLine
 
finalize() - Method in class com.jinsight.jetchart.TargetZone
 
finalize() - Method in class com.jinsight.jetchart.ZoomEvent
 
finalize() - Method in class com.jinsight.jetchart.PieGraphEventListener
 
finalize() - Method in class com.jinsight.jetchart.PieGraph
 
finalize() - Method in class com.jinsight.jetchart.PieSerie
 
finalize() - Method in class com.jinsight.jetchart.Slice
 
finalize() - Method in class com.jinsight.jetchart.SliceLegend
 
finalize() - Method in class com.jinsight.jetchart.ChartEncoder
 
finalize() - Method in class com.jinsight.jetchart.GifEncoder
 
finalize() - Method in class com.jinsight.jetchart.JpegEncoder
 
finalize() - Method in class com.jinsight.svg.PNGEncoder
 
finalize() - Method in class com.jinsight.jetchart.Axis
 
finalize() - Method in class com.jinsight.jetchart.GridCrossedLines
 
finalize() - Method in class com.jinsight.jetchart.Grid
 
finalize() - Method in class com.jinsight.jetchart.RegressionLine
 
finalize() - Method in class com.jinsight.jetchart.Scale
 
finalize() - Method in class com.jinsight.jetchart.SeriesBase
 
finalize() - Method in class com.jinsight.jetchart.Wall
 
finalize() - Method in class com.jinsight.jetchart.ScatterGraphEventListener
 
finalize() - Method in class com.jinsight.jetchart.ScatterGraph
 
finalize() - Method in class com.jinsight.jetchart.ScatterSerie
 
FRONT - Static variable in class com.jinsight.jetchart.TargetLine
If chart is 2D, this constant is used to place a target line in front of the grid and all series.
FRONT - Static variable in class com.jinsight.jetchart.TargetZone
This constant is used to place the target zone in front of the grid.

G

GenericGraph - class com.jinsight.jetchart.GenericGraph.
The chart context is a subclass of java.awt.Panel or javax.swing.JPanel, depending on whether AWT or Swing applications are developed with JetChart.
The GenericGraph class is the super class of all different chart contexts available in the JetChart package.
getBottomTitle() - Method in class com.jinsight.jetchart.GenericGraph
Returns a reference to the BottomTitle object.
getClickCount() - Method in class com.jinsight.jetchart.SerieEvent
Returns the number of quick, consecutive clicks on a series data point.
getClip() - Method in class com.jinsight.svg.SVGGraphics
Gets the current clipping area.
getClipBounds() - Method in class com.jinsight.svg.SVGGraphics
Returns the bounding rectangle of the current clipping area.
getClipBounds(Rectangle) - Method in class com.jinsight.svg.SVGGraphics
Returns the bounding rectangle of the current clipping area.
getColor() - Method in class com.jinsight.jetchart.GraphSerie
Returns the color of this series.
getColor() - Method in class com.jinsight.jetchart.Slice
Returns slice color.
getColor() - Method in class com.jinsight.svg.SVGGraphics
Gets this graphics context's current color.
getColor() - Method in class com.jinsight.jetchart.ScatterSerie
Returns the color of this series.
getElementIndex() - Method in class com.jinsight.jetchart.SerieEvent
Returns the index of a series data point or a legend symbol.
getFont() - Method in class com.jinsight.svg.SVGGraphics
Gets the current font.
getFontMetrics() - Method in class com.jinsight.svg.SVGGraphics
Gets the font metrics of the current font.
getFontMetrics(Font) - Method in class com.jinsight.svg.SVGGraphics
Gets the font metrics for the specified font.
getGraph() - Method in class com.jinsight.jetchart.SerieEvent
Returns a reference to the GenericGraph object that fired the series event.
getGraph() - Method in class com.jinsight.jetchart.ZoomEvent
Returns a reference to the chart context where the zoom event took place.
getGraphEventListener() - Method in class com.jinsight.jetchart.Graph
Returns a reference to a GraphEventListener object.
getGraphSet(int) - Method in class com.jinsight.jetchart.Graph
Gets a reference to a GraphSet object previously added to the chart context.
getGrid() - Method in class com.jinsight.jetchart.GraphSet
Returns a reference to the Grid object of this GraphSet.
getGrid() - Method in class com.jinsight.jetchart.ScatterGraph
Returns a reference to the grid object.
getGridCrossedLines() - Method in class com.jinsight.jetchart.GraphSet
Returns a reference to the GridCrossedLines object of this GraphSet.
getGridCrossedLines() - Method in class com.jinsight.jetchart.ScatterGraph
Returns a reference to the GridCrossedLines object.
getHScale() - Method in class com.jinsight.jetchart.ScatterGraph
Returns a reference to the horizontal scale object.
getHSeriesBase() - Method in class com.jinsight.jetchart.ScatterGraph
Returns a reference to the horizontal series base object.
getId() - Method in class com.jinsight.jetchart.AbstractSerie
Returns series id.
getImage() - Method in class com.jinsight.svg.SVGImageFactory
Returns a new Image object with the 'URL' property set.
getIndex() - Method in class com.jinsight.jetchart.Slice
Returns slice index.
getLabels() - Method in class com.jinsight.jetchart.Graph
Returns the chart labels.
getLeftTitle() - Method in class com.jinsight.jetchart.GenericGraph
Returns a reference to the LeftTitle object.
getLegend() - Method in class com.jinsight.jetchart.GenericGraph
Deprecated.  
getLegend(int) - Method in class com.jinsight.jetchart.GenericGraph
Returns the legend box with the given index.
getLineNr() - Method in class com.jinsight.jetchart.XMLParseException
Where the error occurred, or NO_LINE if the line number is unknown.
getMaximum() - Method in class com.jinsight.jetchart.ZoomEvent
Returns the maximum number of data points plotted across the chart area.
getMultipleValues() - Method in class com.jinsight.jetchart.AbstractSerie
Returns a bidimensional array of multiple values.
getMultipleValues() - Method in class com.jinsight.jetchart.GraphSerie
 
getPieGraphEventListener() - Method in class com.jinsight.jetchart.PieGraph
Returns a reference to a PieGraphEventListener object.
getPosition() - Method in class com.jinsight.jetchart.Legend
Returns the legend box position.
getQuadrant(int) - Method in class com.jinsight.jetchart.ScatterGraph
Returns a reference to one of the four available Quadrant objects.
getQuality() - Method in class com.jinsight.jetchart.JpegEncoder
 
getRegressionLine() - Method in class com.jinsight.jetchart.GraphSerie
Returns a reference to a RegressionLine object.
getRegressionLine() - Method in class com.jinsight.jetchart.ScatterSerie
Returns a reference to a RegressionLine object.
getRightTitle() - Method in class com.jinsight.jetchart.GenericGraph
Returns a reference to the RightTitle object.
getRYAxis() - Method in class com.jinsight.jetchart.GraphSet
Returns a reference to the right YAxis object of this GraphSet.
getRYAxis() - Method in class com.jinsight.jetchart.ScatterGraph
Returns a reference to the vertical axis placed to the right of the chart area.
getScale() - Method in class com.jinsight.jetchart.GraphSet
Returns a reference to the Scale object of this GraphSet.
getScatterGraphEventListener() - Method in class com.jinsight.jetchart.ScatterGraph
Returns a reference to a ScatterGraphEventListener object.
getScrollingBar() - Method in class com.jinsight.jetchart.GraphSet
Returns a reference to the ScrollingBar object of this GraphSet.
getScrollingLabel() - Method in class com.jinsight.jetchart.Graph
Returns a reference to the ScrollingLabel object.
getSerie() - Method in class com.jinsight.jetchart.SerieEvent
Returns a reference to the series object that was clicked or dragged.
getSerieIndex(GraphSerie) - Method in class com.jinsight.jetchart.GraphSet
Gets an index of a series already added to GraphSet.
getSerieMap(String[], int, String) - Method in class com.jinsight.jetchart.AbstractSerie
Creates a chart image map.
getSerieMap(String[], int, String) - Method in class com.jinsight.jetchart.ImageSerie
 
getSerieMap(String[], int, String) - Method in class com.jinsight.jetchart.GraphSerie
 
getSerieMap(String[], int, String) - Method in class com.jinsight.jetchart.PieSerie
 
getSerieMap(String[], int, String) - Method in class com.jinsight.jetchart.BubbleSerie
 
getSerieMap(String[], int, String) - Method in class com.jinsight.jetchart.ScatterSerie
 
getSerieMap(String[], int, String) - Method in class com.jinsight.jetchart.XYImageSerie
 
getSerieMap(String[], String, boolean) - Method in class com.jinsight.jetchart.ImageSerie
 
getSerieMap(String[], String, boolean) - Method in class com.jinsight.jetchart.GraphSerie
Creates a chart image map.
getSerieMap(String[], String, boolean) - Method in class com.jinsight.jetchart.PieSerie
 
getSerieMap(String[], String, String[]) - Method in class com.jinsight.jetchart.ImageSerie
 
getSerieMap(String[], String, String[]) - Method in class com.jinsight.jetchart.GraphSerie
Creates a chart image map.
getSerieMap(String[], String, String[]) - Method in class com.jinsight.jetchart.PieSerie
 
getSeries() - Method in class com.jinsight.jetchart.GenericGraph
Returns a collection of references to series added to the graphic context.
getSeries() - Method in class com.jinsight.jetchart.GraphSet
Returns a collection of references to series added to this GraphSet object.
getSeriesBase() - Method in class com.jinsight.jetchart.GraphSet
Returns a reference to the SeriesBase object of this GraphSet.
getSlice(int) - Method in class com.jinsight.jetchart.PieSerie
Returns a Slice object, given its index number.
getSlice(int, int) - Method in class com.jinsight.jetchart.PieSerie
Returns a Slice object, given its x,y coordinates.
getSliceLegend() - Method in class com.jinsight.jetchart.Slice
Returns a reference to a SliceLegend object.
getSlices() - Method in class com.jinsight.jetchart.PieSerie
Returns an array with references to all Slice objects.
getSource() - Method in class com.jinsight.svg.SVGEvent
Returns a reference to the SVGGraphics object.
getSVG() - Method in class com.jinsight.svg.SVGGraphics
Returns the svg encoded string.
getSVGGraphics() - Method in class com.jinsight.svg.SVGEncoder
Returns the SVG graphic context.
getSVGLine() - Method in class com.jinsight.svg.SVGEvent
Gets the last SVG line processed.
getSVGLinesCount() - Method in class com.jinsight.svg.SVGGraphics
Returns the number of SVG lines processed.
getTargetLines() - Method in class com.jinsight.jetchart.GraphSet
Returns a collection of references to target lines added to this GraphSet object.
getTargetZones() - Method in class com.jinsight.jetchart.GraphSet
Returns a collection of references to target zones added to this GraphSet object.
getTitle() - Method in class com.jinsight.jetchart.GraphSerie
Returns the series title.
getToolTip() - Method in class com.jinsight.jetchart.GenericGraph
Returns a reference to the ToolTip object.
getTXAxis() - Method in class com.jinsight.jetchart.ScatterGraph
Returns a reference to horizontal axis placed at the top of the chart area.
getType() - Method in class com.jinsight.jetchart.GraphSerie
Returns the series type.
getValue() - Method in class com.jinsight.jetchart.ZoomEvent
Returns the value of the leftmost or topmost data point selected, in vertical or horizontal charts, respectively.
getValue() - Method in class com.jinsight.jetchart.Slice
Returns the Slice object value.
getValues() - Method in class com.jinsight.jetchart.AbstractSerie
Returns series values.
getValues() - Method in class com.jinsight.jetchart.GraphSerie
 
getVisibleAmount() - Method in class com.jinsight.jetchart.ZoomEvent
Returns the number of data points selected.
getVScale() - Method in class com.jinsight.jetchart.ScatterGraph
Returns a reference to the vertical scale object.
getVSeriesBase() - Method in class com.jinsight.jetchart.ScatterGraph
Returns a reference to the vertical series base object.
getWall() - Method in class com.jinsight.jetchart.Graph
Returns a reference to a Wall object.
getWall() - Method in class com.jinsight.jetchart.GraphSet
Returns a reference to the Wall object of this GraphSet
getWall() - Method in class com.jinsight.jetchart.ScatterGraph
Returns a reference to the Wall object.
getX() - Method in class com.jinsight.jetchart.SerieEvent
Returns the x coordinate of the mouse cursor when a series is clicked or dragged.
getXAxis() - Method in class com.jinsight.jetchart.GraphSet
Returns a reference to the XAxis object of this GraphSet.
getXAxis() - Method in class com.jinsight.jetchart.ScatterGraph
Returns a reference to the horizontal axis placed at the bottom of the chart area.
getY() - Method in class com.jinsight.jetchart.SerieEvent
Returns the y coordinate of the mouse cursor when a series is clicked or dragged.
getYAxis() - Method in class com.jinsight.jetchart.GraphSet
Returns a reference to the left YAxis object of this GraphSet.
getYAxis() - Method in class com.jinsight.jetchart.ScatterGraph
Returns a reference to the vertical axis placed to the left of the chart area.
getZoomType() - Method in class com.jinsight.jetchart.ZoomEvent
Returns the zoom gesture type.
gifEncode(File, int) - Method in class com.jinsight.jetchart.ChartEncoder
Starts gif-encoding a chart image, saving bytes into a file.
gifEncode(OutputStream) - Method in class com.jinsight.jetchart.ChartEncoder
Starts gif-encoding a chart image, sending encoded bytes to an output stream.
GifEncoder - class com.jinsight.jetchart.GifEncoder.
 
GifEncoder() - Constructor for class com.jinsight.jetchart.GifEncoder
 
GifEncoder(Image, OutputStream) - Constructor for class com.jinsight.jetchart.GifEncoder
 
GifEncoder(Image, OutputStream, boolean) - Constructor for class com.jinsight.jetchart.GifEncoder
 
GifEncoder(ImageProducer, OutputStream) - Constructor for class com.jinsight.jetchart.GifEncoder
 
GifEncoder(ImageProducer, OutputStream, boolean) - Constructor for class com.jinsight.jetchart.GifEncoder
 
GradientPanel - class com.jinsight.jetchart.GradientPanel.
The GradientPanel class is the super class of the GenericGraph class, the chart context used to plot all types of series.
GradientPanel() - Constructor for class com.jinsight.jetchart.GradientPanel
Creates a GradientPanel object.
GradientPanel(Color, Color) - Constructor for class com.jinsight.jetchart.GradientPanel
Creates a GradientPanel object.
GradientPanel(Color, Color, int) - Constructor for class com.jinsight.jetchart.GradientPanel
Creates a GradientPanel object.
Graph - class com.jinsight.jetchart.Graph.
The Graph class implements the graphic context of series whose data points are plotted against only one scale and follow a regular progression along the horizontal or vertical axis, if chart is vertical or horizontal respectively.
GRAPH_AREA - Static variable in class com.jinsight.jetchart.Graph
Constant used to clip the background area within which an image can be painted or the gradient colors effect can be displayed.
GRAPH_AREA - Static variable in class com.jinsight.jetchart.ScatterGraph
Constant used to clip the background area where an image can be painted or the gradient colors effect can be displayed.
GRAPH_SCOPE - Static variable in class com.jinsight.jetchart.Graph
Constant used to specify that the shift value of a series must be calculated with respect to the number of series added to the chart context, rather than the GraphSet object they belong to.
Graph() - Constructor for class com.jinsight.jetchart.Graph
Creates a Graph object.
Graph(String[]) - Constructor for class com.jinsight.jetchart.Graph
Creates a Graph object, taking the chart labels as an array of strings.
GraphEventListener - class com.jinsight.jetchart.GraphEventListener.
This class implements callback methods to handle mouse events dispatched by the Graph class.
GraphEventListener(Graph) - Constructor for class com.jinsight.jetchart.GraphEventListener
Constructor of the GraphEventListener class.
GraphException - exception com.jinsight.jetchart.GraphException.
The GraphException class handles exceptions only raised by the JetChart Library classes.
GraphException(String) - Constructor for class com.jinsight.jetchart.GraphException
Creates a GraphException object.
GraphSerie - class com.jinsight.jetchart.GraphSerie.
This class is the superclass of all series whose data points are plotted against only one scale and are associated with descriptive labels, as line series, bar series, area series,etc.
GraphSet - class com.jinsight.jetchart.GraphSet.
A GraphSet is a subset of all series added to the chart context.
GRAPHSET_SCOPE - Static variable in class com.jinsight.jetchart.Graph
Constant used to specify that the shift value of a series must be calculated with respect to the number of series belonging to the same GraphSet object.
GraphSet() - Constructor for class com.jinsight.jetchart.GraphSet
Creates a GraphSet object.
Grid - class com.jinsight.jetchart.Grid.
The Grid class paints a chart grid.
Grid() - Constructor for class com.jinsight.jetchart.Grid
 
GridCrossedLines - class com.jinsight.jetchart.GridCrossedLines.
The GridCrossedLines class paints perpendicular lines crossing a grid.
GridCrossedLines() - Constructor for class com.jinsight.jetchart.GridCrossedLines
 

H

hdrPos - Variable in class com.jinsight.svg.PNGEncoder
 
height - Variable in class com.jinsight.svg.PNGEncoder
 
HIGH - Static variable in class com.jinsight.jetchart.Graph
Constant used to set multiple tooltips mouse sensitivity to high.
HIGH_QUALITY - Static variable in class com.jinsight.svg.SVGEncoder
Constant used to enable antialiasing.
hitClip(int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Returns true if the specified rectangular area might intersect the current clipping area.
HORIZONTAL - Static variable in class com.jinsight.jetchart.Legend
Constant used to arrange series titles horizontally.

I

image - Variable in class com.jinsight.svg.PNGEncoder
 
IMAGE - Static variable in class com.jinsight.jetchart.GraphSerie
Identifies the series as an image series.
ImageSerie - class com.jinsight.jetchart.ImageSerie.
The ImageSerie class plots a series whose data points are depicted as images.
ImageSerie() - Constructor for class com.jinsight.jetchart.ImageSerie
Creates an ImageSerie object.
ImageSerie(double[]) - Constructor for class com.jinsight.jetchart.ImageSerie
Creates an ImageSerie object.
ImageSerie(double[], Image[]) - Constructor for class com.jinsight.jetchart.ImageSerie
Creates an ImageSerie object.
INNER_LEFT - Static variable in class com.jinsight.jetchart.Scale
Constant used to place scale along the inner side of the left axis of vertical charts.
INNER_LEFT_RIGHT - Static variable in class com.jinsight.jetchart.Scale
Constant used to place scale along the inner sides of both left and right axis of vertical charts.
INNER_RIGHT - Static variable in class com.jinsight.jetchart.Scale
Constant used to place scale along the inner side of the right axis of vertical charts.
INSIDE - Static variable in class com.jinsight.jetchart.BarSerie
Constant used to display data points legends horizontally and inside the bars.
INSIDE - Static variable in class com.jinsight.jetchart.SliceLegend
Constant used to place slice legend inside the respective slice area.
INSIDE_VERTICAL - Static variable in class com.jinsight.jetchart.BarSerie
Constant used to display data points legends vertically and inside the bars.
isDrawingTrendLine() - Method in class com.jinsight.jetchart.Graph
If a trendline is being drawed this method returns true.
isHorizontalGraphEnabled() - Method in class com.jinsight.jetchart.Graph
Returns true if chart orientation is horizontal.
isOverLegend() - Method in class com.jinsight.jetchart.SerieEvent
Indicates whether a legend symbol was clicked or not.
isPainted() - Method in class com.jinsight.jetchart.GenericGraph
Deprecated.  

J

jpegEncode(File, int) - Method in class com.jinsight.jetchart.ChartEncoder
Starts jpeg-encoding a chart image, saving bytes into a file.
jpegEncode(OutputStream, int) - Method in class com.jinsight.jetchart.ChartEncoder
Starts jpeg-encoding a chart image, sending encoded bytes to an output stream.
JpegEncoder - class com.jinsight.jetchart.JpegEncoder.
 
JpegEncoder(Image, int, OutputStream) - Constructor for class com.jinsight.jetchart.JpegEncoder
 
jpegNaturalOrder - Static variable in class com.jinsight.jetchart.JpegEncoder
 

L

LABEL - Static variable in class com.jinsight.jetchart.ToolTip
constant used to set the tooltip content to the respective data point label.
LABEL - Static variable in class com.jinsight.jetchart.SliceLegend
Constant used to set the slice legend content to respective slice title.
LABEL_AND_PERCENT - Static variable in class com.jinsight.jetchart.SliceLegend
Constant used to set the slice legend content to respective slice title and percentage.
LABEL_AND_VALUE - Static variable in class com.jinsight.jetchart.ToolTip
Constant used to set the tooltip content to the respective data point label and value.
LABEL_AND_VALUE - Static variable in class com.jinsight.jetchart.SliceLegend
Constant used to set the slice legend content to respective slice title and value.
LEFT - Static variable in class com.jinsight.jetchart.Legend
Constant used to place the legend box at the left side.
LEFT - Static variable in class com.jinsight.jetchart.Note
Constant used to set text alignment to left.
LEFT - Static variable in class com.jinsight.jetchart.Scale
Constant used to place scale along the left axis of vertical charts.
LEFT_RIGHT - Static variable in class com.jinsight.jetchart.Scale
Constant used to place scale along both left and right axis of vertical charts.
LEFT_TO_RIGHT - Static variable in class com.jinsight.jetchart.GradientPanel
Constant used to define gradient colors orientation from left to right.
leftBytes - Variable in class com.jinsight.svg.PNGEncoder
 
LeftTitle - class com.jinsight.jetchart.LeftTitle.
This class implements the properties and methods of the left title.
Legend - class com.jinsight.jetchart.Legend.
The Legend class implements the legend box to display series titles.
LEGEND - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to display the series title inside the legend box.
Legend() - Constructor for class com.jinsight.jetchart.Legend
 
LINE - Static variable in class com.jinsight.jetchart.ToolTip
Constant used to define tooltip pointer as a line.
LINE - Static variable in class com.jinsight.jetchart.GraphSerie
Identifies the series as a line series.
LINE_HLC - Static variable in class com.jinsight.jetchart.GraphSerie
Identifies the series as an HLC line series.
LINE_OHLC - Static variable in class com.jinsight.jetchart.GraphSerie
Identifies the series as an OHLC line series.
lineProcessed(SVGEvent) - Method in class com.jinsight.jetchart.ChartEncoder
ChartEncoder implements the interface SVGListener to be notified by the SVGGraphics class of each svg line processed.
lineProcessed(SVGEvent) - Method in interface com.jinsight.svg.SVGListener
Invoked when a new SVG line is generated during the encoding process.
LineSerie - class com.jinsight.jetchart.LineSerie.
This class implements the properties and methods of a line series.
LineSerie() - Constructor for class com.jinsight.jetchart.LineSerie
Creates a LineSerie object.
LineSerie(double[]) - Constructor for class com.jinsight.jetchart.LineSerie
Creates a LineSerie object.
LineSerie(double[], String) - Constructor for class com.jinsight.jetchart.LineSerie
Creates a LineSerie object.
LOW - Static variable in class com.jinsight.jetchart.Graph
Constant used to set multiple tooltips mouse sensitivity to low.
LOW_QUALITY - Static variable in class com.jinsight.svg.SVGEncoder
Constant used to disable antialiasing.
LOWERED_BEVEL - Static variable in class com.jinsight.jetchart.SliceLegend
Constant used to set the slice legend border to lowered bevel.

M

MARK_SHAPE_LEGEND - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to set the legend style of line series and OHLC/HLC line series to the shape of respective series' marks.
MARK_SHAPE_LEGEND - Static variable in class com.jinsight.jetchart.XYLineSerie
Constant used to set the legend symbol of an xy line series to the shape of its data points marks.
maxPos - Variable in class com.jinsight.svg.PNGEncoder
 
MEDIUM - Static variable in class com.jinsight.jetchart.Graph
Constant used to set multiple tooltips mouse sensitivity to medium.
MONTH_INCREMENT - Static variable in class com.jinsight.jetchart.Graph
Constant used to set the date increment of a date chart to a monthly increment.
mouseClicked(MouseEvent) - Method in class com.jinsight.jetchart.GraphEventListener
This method is called when a mouse button is pressed and released within the chart area.
mouseClicked(MouseEvent) - Method in class com.jinsight.jetchart.PieGraphEventListener
This method is called when a mouse button is pressed and released within the chart area.
mouseClicked(MouseEvent) - Method in class com.jinsight.jetchart.ScatterGraphEventListener
This method is called when a mouse button is pressed and released within the chart area.
mouseDragged(MouseEvent) - Method in class com.jinsight.jetchart.GraphEventListener
This method is called when mouse is clicked within the chart area and dragged.
mouseDragged(MouseEvent) - Method in class com.jinsight.jetchart.PieGraphEventListener
This method is called when mouse is clicked within the chart area and dragged.
mouseDragged(MouseEvent) - Method in class com.jinsight.jetchart.ScatterGraphEventListener
This method is called when mouse cursor is clicked within the chart area and dragged.
mouseEntered(MouseEvent) - Method in class com.jinsight.jetchart.GraphEventListener
This method is called when the cursor enters the chart area.
mouseEntered(MouseEvent) - Method in class com.jinsight.jetchart.PieGraphEventListener
This method is called when the cursor enters the chart area.
mouseEntered(MouseEvent) - Method in class com.jinsight.jetchart.ScatterGraphEventListener
This method is called when the cursor enters the chart area.
mouseExited(MouseEvent) - Method in class com.jinsight.jetchart.GraphEventListener
This method is called when the cursor exits the chart area.
mouseExited(MouseEvent) - Method in class com.jinsight.jetchart.PieGraphEventListener
This method is called when the cursor exits the chart area.
mouseExited(MouseEvent) - Method in class com.jinsight.jetchart.ScatterGraphEventListener
This method is called when the cursor exits the chart area.
mouseMoved(MouseEvent) - Method in class com.jinsight.jetchart.GraphEventListener
This method is called when mouse is moved within the chart area.
mouseMoved(MouseEvent) - Method in class com.jinsight.jetchart.PieGraphEventListener
This method is called when mouse is moved within the chart area.
mouseMoved(MouseEvent) - Method in class com.jinsight.jetchart.ScatterGraphEventListener
This method is called when mouse cursor is moved within the chart area.
mouseMoved(SerieEvent) - Method in class com.jinsight.jetchart.SerieAdapter
 
mouseMoved(SerieEvent) - Method in interface com.jinsight.jetchart.SerieListener
This method is called if the mouse cursor is moved over the chart area.
mousePressed(MouseEvent) - Method in class com.jinsight.jetchart.GraphEventListener
This method is called when a mouse button is pressed within the chart area.
mousePressed(MouseEvent) - Method in class com.jinsight.jetchart.PieGraphEventListener
This method is called when a mouse button is pressed within the chart area.
mousePressed(MouseEvent) - Method in class com.jinsight.jetchart.ScatterGraphEventListener
This method is called when a mouse button is pressed within the chart area.
mouseReleased(MouseEvent) - Method in class com.jinsight.jetchart.GraphEventListener
This method is called when a mouse button is released within the chart area.
mouseReleased(MouseEvent) - Method in class com.jinsight.jetchart.PieGraphEventListener
This method is called when a mouse button is released within the chart area.
mouseReleased(MouseEvent) - Method in class com.jinsight.jetchart.ScatterGraphEventListener
This method is called when a mouse button is released within the chart area.

N

NO_ALPHA - Static variable in class com.jinsight.svg.PNGEncoder
Constant specifying that alpha channel should not be encoded.
NO_LINE - Static variable in class com.jinsight.jetchart.XMLParseException
Indicates that no line number has been associated with this exception.
NONE - Static variable in class com.jinsight.jetchart.ToolTip
Constant used to define tooltip pointer as none.
Note - class com.jinsight.jetchart.Note.
The Note class displays notes on the chart area.
Note() - Constructor for class com.jinsight.jetchart.Note
Creates a Note object.
Note(String[], int, int) - Constructor for class com.jinsight.jetchart.Note
Creates a Note object.

O

OHLCBarSerie - class com.jinsight.jetchart.OHLCBarSerie.
This class implements the properties and methods of an OHLC bar series.
OHLCBarSerie() - Constructor for class com.jinsight.jetchart.OHLCBarSerie
Creates an OHLCBarSerie object.
OHLCBarSerie(double[][]) - Constructor for class com.jinsight.jetchart.OHLCBarSerie
Creates an OHLC series.
OHLCBarSerie(double[][], String) - Constructor for class com.jinsight.jetchart.OHLCBarSerie
Creates an OHLC series.
OHLCLineSerie - class com.jinsight.jetchart.OHLCLineSerie.
This class implements the properties and methods of an OHLC line series.
OHLCLineSerie() - Constructor for class com.jinsight.jetchart.OHLCLineSerie
Creates an OHLCLineSerie object.
OHLCLineSerie(double[][]) - Constructor for class com.jinsight.jetchart.OHLCLineSerie
Creates an OHLC series.
OHLCLineSerie(double[][], String) - Constructor for class com.jinsight.jetchart.OHLCLineSerie
Creates an OHLC serie.
OHLCSerie - class com.jinsight.jetchart.OHLCSerie.
OHLC charts are a viable and effective tool for stock and commodity timing and analysis.
OHLCStickSerie - class com.jinsight.jetchart.OHLCStickSerie.
This class implements the properties and methods inherited by subclasses OHLCBarSerie and CandleStickSerie.
out - Variable in class com.jinsight.svg.PNGEncoder
 
OUTSIDE - Static variable in class com.jinsight.jetchart.SliceLegend
Constant used to place slice legend outside pie series bounds.

P

paint(Graphics) - Method in class com.jinsight.jetchart.GradientPanel
Overrides the Component class paint() method to provide gradient effect.
paint(Graphics) - Method in class com.jinsight.jetchart.Graph
Overrides the Component class paint() method.
paint(Graphics) - Method in class com.jinsight.jetchart.PieGraph
Overrides the Component class paint() method.
paint(Graphics) - Method in class com.jinsight.jetchart.ScatterGraph
Overrides the Component class paint() method.
PARENT_AREA - Static variable in class com.jinsight.jetchart.Graph
Constant used to set the chart container bounds to the area within which a background image can be painted or the gradient colors effect can be displayed.
PARENT_AREA - Static variable in class com.jinsight.jetchart.ScatterGraph
Constant used to set the chart container bounds as the area where a background image can be painted or the gradient colors effect can be displayed.
PERCENT - Static variable in class com.jinsight.jetchart.SliceLegend
Constant used to set the slice legend content to a percentage.
PieGraph - class com.jinsight.jetchart.PieGraph.
The PieGraph class implements the graphic context of pie series.
PieGraph() - Constructor for class com.jinsight.jetchart.PieGraph
Creates a pie chart context.
PieGraphEventListener - class com.jinsight.jetchart.PieGraphEventListener.
This class implements callback methods to handle mouse events dispatched by the PieGraph class.
PieGraphEventListener(PieGraph) - Constructor for class com.jinsight.jetchart.PieGraphEventListener
 
PieSerie - class com.jinsight.jetchart.PieSerie.
This class paints a pie series.
PieSerie() - Constructor for class com.jinsight.jetchart.PieSerie
Default constructor.
pngBytes - Variable in class com.jinsight.svg.PNGEncoder
 
pngEncode() - Method in class com.jinsight.svg.PNGEncoder
Creates an array of bytes that is the PNG equivalent of the current image.
pngEncode(boolean) - Method in class com.jinsight.svg.PNGEncoder
Creates an array of bytes that is the PNG equivalent of the current image, specifying whether to encode alpha or not.
pngEncode(File, int) - Method in class com.jinsight.jetchart.ChartEncoder
Starts png-encoding a chart image, saving bytes into a file.
pngEncode(OutputStream, int) - Method in class com.jinsight.jetchart.ChartEncoder
Starts png-encoding a chart image, sending encoded bytes to an output stream.
PngEncoder - class com.jinsight.jetchart.PngEncoder.
This class is merely an extension of com.jinsight.svg.PNGEncoder, which is the real implementation of the PNG encoding algorithm.
PNGEncoder - class com.jinsight.svg.PNGEncoder.
 
PngEncoder() - Constructor for class com.jinsight.jetchart.PngEncoder
Class constructor
PNGEncoder() - Constructor for class com.jinsight.svg.PNGEncoder
Class constructor
PngEncoder(Image) - Constructor for class com.jinsight.jetchart.PngEncoder
Class constructor specifying Image to encode, with no alpha channel encoding.
PNGEncoder(Image) - Constructor for class com.jinsight.svg.PNGEncoder
Class constructor specifying Image to encode, with no alpha channel encoding.
PngEncoder(Image, boolean) - Constructor for class com.jinsight.jetchart.PngEncoder
Class constructor specifying Image to encode, and whether to encode alpha.
PNGEncoder(Image, boolean) - Constructor for class com.jinsight.svg.PNGEncoder
Class constructor specifying Image to encode, and whether to encode alpha.
PngEncoder(Image, boolean, int) - Constructor for class com.jinsight.jetchart.PngEncoder
Class constructor specifying Image to encode, whether to encode alpha, and filter to use.
PNGEncoder(Image, boolean, int) - Constructor for class com.jinsight.svg.PNGEncoder
Class constructor specifying Image to encode, whether to encode alpha, and filter to use.
PngEncoder(Image, boolean, int, int) - Constructor for class com.jinsight.jetchart.PngEncoder
Class constructor specifying Image source to encode, whether to encode alpha, filter to use, and compression level.
PNGEncoder(Image, boolean, int, int) - Constructor for class com.jinsight.svg.PNGEncoder
Class constructor specifying Image source to encode, whether to encode alpha, filter to use, and compression level.
PngEncoder(Image, int, OutputStream) - Constructor for class com.jinsight.jetchart.PngEncoder
 
PNGEncoder(Image, int, OutputStream) - Constructor for class com.jinsight.svg.PNGEncoder
 
POINT - Static variable in class com.jinsight.jetchart.GraphSerie
Identifies the series as a point series.
PointSerie - class com.jinsight.jetchart.PointSerie.
This class implements the properties and methods of points series.
PointSerie() - Constructor for class com.jinsight.jetchart.PointSerie
Creates a PointSerie object.
PointSerie(double[]) - Constructor for class com.jinsight.jetchart.PointSerie
Creates a PointSerie object.
PointSerie(double[], String) - Constructor for class com.jinsight.jetchart.PointSerie
Creates a PointSerie object.
priorRow - Variable in class com.jinsight.svg.PNGEncoder
 
processMouseEvent(MouseEvent) - Method in class com.jinsight.jetchart.GenericGraph
Overrides the processMouseEvent method to control dispatch of mouse events.
processMouseMotionEvent(MouseEvent) - Method in class com.jinsight.jetchart.GenericGraph
Overrides the processMouseMotionEvent method to control dispatch of mouse motion events.

Q

Quadrant - class com.jinsight.jetchart.Quadrant.
A quadrant is one of the four rectangular areas formed by the intersection of a vertical and a horizontal axis.
Quadrant() - Constructor for class com.jinsight.jetchart.Quadrant
 

R

RAISED_BEVEL - Static variable in class com.jinsight.jetchart.SliceLegend
Constant used to set the slice legend border to raised bevel.
readXMLData(Reader) - Method in class com.jinsight.jetchart.GenericGraph
Reads chart properties from an xml character stream.
readXMLData(Reader) - Method in class com.jinsight.jetchart.Graph
 
readXMLData(Reader) - Method in class com.jinsight.jetchart.PieGraph
 
readXMLData(Reader) - Method in class com.jinsight.jetchart.ScatterGraph
 
refresh() - Method in class com.jinsight.jetchart.GenericGraph
Refreshes chart.
refresh() - Method in class com.jinsight.jetchart.Graph
Refreshes chart.
refresh() - Method in class com.jinsight.jetchart.ScatterGraph
Refreshes chart.
RegressionLine - class com.jinsight.jetchart.RegressionLine.
A regression line is a statistical tool used to predict future values from past values.
removeAllNotes() - Method in class com.jinsight.jetchart.GenericGraph
Removes all Note objects from the chart context.
removeAllSeries() - Method in class com.jinsight.jetchart.GenericGraph
Removes all series from the graphic context.
removeAllSeries() - Method in class com.jinsight.jetchart.Legend
Removes all series from this legend box.
removeAllSeries() - Method in class com.jinsight.jetchart.Graph
 
removeAllSeries() - Method in class com.jinsight.jetchart.GraphSet
Removes all series.
removeAllSeries() - Method in class com.jinsight.jetchart.ScatterGraph
 
removeAllSlices() - Method in class com.jinsight.jetchart.PieSerie
Removes all Slice objects from a pie series.
removeAllSVGListeners() - Method in class com.jinsight.svg.SVGGraphics
Removes all SVGListener objects from this SVG graphic context.
removeAllTargetLines() - Method in class com.jinsight.jetchart.GraphSet
Removes all target lines.
removeAllTargetZones() - Method in class com.jinsight.jetchart.GraphSet
Removes all target zones.
removeAllTrendLines() - Method in class com.jinsight.jetchart.Graph
Removes all GraphSets' trendlines.
removeAllTrendLines() - Method in class com.jinsight.jetchart.GraphSet
Removes all trendlines manually painted and owned by this GraphSet.
removeGraphSet(GraphSet) - Method in class com.jinsight.jetchart.Graph
Removes a GraphSet object from the chart context.
removeImageEncodingObserver(Observer) - Method in class com.jinsight.jetchart.ChartEncoder
Removes an image encoding observer from receiving notifications about a gif- encoding process.
removeLegend(Legend) - Method in class com.jinsight.jetchart.GenericGraph
Removes a Legend box.
removeNote(Note) - Method in class com.jinsight.jetchart.GenericGraph
Removes a Note object from the chart context.
removeRegressionLine() - Method in class com.jinsight.jetchart.GraphSerie
Removes the regression line object.
removeRegressionLine() - Method in class com.jinsight.jetchart.ScatterSerie
Removes the regression line object.
removeSerie(AbstractSerie) - Method in class com.jinsight.jetchart.GenericGraph
Removes a series from the graphic context.
removeSerie(AbstractSerie) - Method in class com.jinsight.jetchart.Legend
Removes a series from this legend box.
removeSerie(AbstractSerie) - Method in class com.jinsight.jetchart.Graph
 
removeSerie(GraphSerie) - Method in class com.jinsight.jetchart.GraphSet
Removes a series.
removeSerie(ScatterSerie) - Method in class com.jinsight.jetchart.ScatterGraph
 
removeSerieListener(SerieListener) - Method in class com.jinsight.jetchart.GenericGraph
Removes a series event listener.
removeSlice(Slice) - Method in class com.jinsight.jetchart.PieSerie
Removes a Slice object from a pie series.
removeSVGListener(SVGListener) - Method in class com.jinsight.svg.SVGGraphics
Removes an SVGListener object from this SVG graphic context.
removeTargetLine(TargetLine) - Method in class com.jinsight.jetchart.GraphSet
Removes a target line.
removeTargetZone(TargetZone) - Method in class com.jinsight.jetchart.GraphSet
Removes a target zone.
removeZoomListener(ZoomListener) - Method in class com.jinsight.jetchart.Graph
Removes a zoom event listener.
resizeByteArray(byte[], int) - Method in class com.jinsight.svg.PNGEncoder
Increase or decrease the length of a byte array.
RIGHT - Static variable in class com.jinsight.jetchart.Legend
Constant used to place the legend box at the right side.
RIGHT - Static variable in class com.jinsight.jetchart.Note
Constant used to set text alignment to right.
RIGHT - Static variable in class com.jinsight.jetchart.Scale
Constant used to place scale along the right axis of vertical charts.
RIGHT_TO_LEFT - Static variable in class com.jinsight.jetchart.GradientPanel
Constant used to define gradient colors orientation from right to left.
RightTitle - class com.jinsight.jetchart.RightTitle.
This class implements the properties and methods of the right title.
ROUNDED_CANDLESTICK - Static variable in class com.jinsight.jetchart.GraphSerie
Identifies the series as a rounded candlestick series.

S

Scale - class com.jinsight.jetchart.Scale.
This class implements the properties and methods of a chart scale.
ScatterGraph - class com.jinsight.jetchart.ScatterGraph.
The ScatterGraph class implements the graphic context of scatter series.
ScatterGraph() - Constructor for class com.jinsight.jetchart.ScatterGraph
Creates a ScatterGraph object.
ScatterGraphEventListener - class com.jinsight.jetchart.ScatterGraphEventListener.
This class implements callback methods to handle mouse events dispatched by the ScatterGraph class.
ScatterGraphEventListener(ScatterGraph) - Constructor for class com.jinsight.jetchart.ScatterGraphEventListener
Constructor of the ScatterGraphEventListener class.
ScatterSerie - class com.jinsight.jetchart.ScatterSerie.
This class implements the properties common to scatter series.
ScrollingBar - class com.jinsight.jetchart.ScrollingBar.
A scrolling bar is a vertical or horizontal line which slides across a GraphSet object area following the mouse cursor, crossing series data points with the same labels coordinates.
ScrollingLabel - class com.jinsight.jetchart.ScrollingLabel.
A scrolling label is a text that slides horizontally across a vertical chart, displaying the chart labels.
SerieAdapter - class com.jinsight.jetchart.SerieAdapter.
The SerieAdapter class implements the methods of the SerieListener interface, saving the user from having to implement all of them.
SerieAdapter() - Constructor for class com.jinsight.jetchart.SerieAdapter
 
serieClicked(SerieEvent) - Method in class com.jinsight.jetchart.SerieAdapter
 
serieClicked(SerieEvent) - Method in interface com.jinsight.jetchart.SerieListener
This method is called after a series data point has been clicked.
serieDragged(SerieEvent) - Method in class com.jinsight.jetchart.SerieAdapter
 
serieDragged(SerieEvent) - Method in interface com.jinsight.jetchart.SerieListener
This method is called while a series data point is dragged.
SerieEvent - class com.jinsight.jetchart.SerieEvent.
Series events are generated by a chart context when the user interacts with the series data points and legend box symbols using mouse.
SerieEvent(GenericGraph, AbstractSerie, int, boolean, int, int, int) - Constructor for class com.jinsight.jetchart.SerieEvent
Constructor of the SerieEvent class.
SerieListener - interface com.jinsight.jetchart.SerieListener.
The SerieListener interface must be implemented by objects interested in receiving series events.
serieReleased(SerieEvent) - Method in class com.jinsight.jetchart.SerieAdapter
 
serieReleased(SerieEvent) - Method in interface com.jinsight.jetchart.SerieListener
This method is called after a series data point is released.
SERIES - Static variable in class com.jinsight.jetchart.BubbleSerie
Constant used to set the scope of the calculation of the maximum z value to a bubble series instance.
SeriesBase - class com.jinsight.jetchart.SeriesBase.
This class implements the properties and methods of a series base.
SeriesBase() - Constructor for class com.jinsight.jetchart.SeriesBase
 
SERVER_SIDE_CERN - Static variable in class com.jinsight.jetchart.AbstractSerie
Constant used to define generation of a series image map in server-side CERN format.
SERVER_SIDE_NCSA - Static variable in class com.jinsight.jetchart.AbstractSerie
Constant used to define generation of a series image map in server-side NCSA format.
set3DColor(Color) - Method in class com.jinsight.jetchart.Axis
Sets axis 3D color.
set3DDepth(int) - Method in class com.jinsight.jetchart.PieSerie
Sets 3D depth.
set3DEnabled(boolean) - Method in class com.jinsight.jetchart.GenericGraph
Enables/disables 3D chart.
set3DSeriesInLineEnabled(boolean) - Method in class com.jinsight.jetchart.Graph
Enables/disables inline disposition of series in 3D charts.
setAlignment(int) - Method in class com.jinsight.jetchart.Note
Sets text alignment.
setAngleOffset(int) - Method in class com.jinsight.jetchart.PieSerie
Sets the angle offset of each Slice object.
setAreaLinesEnabled(boolean) - Method in class com.jinsight.jetchart.AreaSerie
Enables/disables crossed lines across series area.
setArrowColor(Color) - Method in class com.jinsight.jetchart.SliceLegend
Sets the color of the lines that connect slice legends with respective slices.
setAutoInterceptEnabled(boolean) - Method in class com.jinsight.jetchart.RegressionLine
Enables/disables automatic calculation of the intercept value.
setAutoLabelSpacingEnabled(boolean) - Method in class com.jinsight.jetchart.Graph
Enables/disables automatic label spacing.
setAutoOrientationEnabled(boolean) - Method in class com.jinsight.jetchart.Legend
Enables/disables automatic orientation.
setAutoScaleEnabled(boolean) - Method in class com.jinsight.jetchart.Scale
Enables/disables automatic scale.
setAutoScalePositioningEnabled(boolean) - Method in class com.jinsight.jetchart.Graph
Enables/disables automatic scale positioning, in vertical charts.
setBackground(Color) - Method in class com.jinsight.jetchart.Legend
Sets the legend box background color.
setBackground(Color) - Method in class com.jinsight.jetchart.Note
Sets background color.
setBackground(Color) - Method in class com.jinsight.jetchart.SliceLegend
Sets the background color.
setBackground(Color) - Method in class com.jinsight.svg.SVGGraphics
Sets the background color.
setBackgroundImage(Image, int) - Method in class com.jinsight.jetchart.GenericGraph
Defines an image to be painted as the chart background.
setBackgroundImageArea(int) - Method in class com.jinsight.jetchart.Graph
Sets the area where a background image is painted.
setBackgroundImageArea(int) - Method in class com.jinsight.jetchart.ScatterGraph
Sets the area on which a background image is painted.
setBandsColors(Color, Color) - Method in class com.jinsight.jetchart.Grid
Sets the bands colors.
setBearishColor(Color) - Method in class com.jinsight.jetchart.OHLCStickSerie
Sets the color of a candlestick or OHLC bar series in a bearish condition, when the open value is larger than the close value.
setBorder(int) - Method in class com.jinsight.jetchart.SliceLegend
Sets the border type of the slice legend.
setBorderColor(Color) - Method in class com.jinsight.jetchart.Note
Sets border color.
setBorderColor(Color) - Method in class com.jinsight.jetchart.CandleStickSerie
Sets the color of the candlestick's border.
setBorderColor(Color) - Method in class com.jinsight.jetchart.BubbleSerie
Sets the color of the bubble border.
setBorderEnabled(boolean) - Method in class com.jinsight.jetchart.Note
Enables/disables a border around a Note object.
setBorderEnabled(boolean) - Method in class com.jinsight.jetchart.BarSerie
Enables/disables the borders of the bars.
setBorderEnabled(boolean) - Method in class com.jinsight.jetchart.StackBarSerie
Enables/disables the border of all stacked bars.
setBorderEnabled(boolean) - Method in class com.jinsight.jetchart.TargetZone
Enables/disables the upper and lower borders of the target zone.
setBorderEnabled(boolean) - Method in class com.jinsight.jetchart.PieSerie
Enables/disables a border around pie chart slices.
setBorderEnabled(boolean) - Method in class com.jinsight.jetchart.BubbleSerie
Enables/disables a border around the bubble.
setBorderThickness(int) - Method in class com.jinsight.jetchart.Note
Sets the border thickness.
setBorderThickness(int) - Method in class com.jinsight.jetchart.BubbleSerie
Sets the thickness of the bubble border.
setBottomMargin(int) - Method in class com.jinsight.jetchart.GenericGraph
Sets chart bottom margin, in pixels.
setBounds(Rectangle) - Method in class com.jinsight.jetchart.Note
Sets the bounds of this Note object.
setBufferedImageEnabled(boolean, int) - Method in class com.jinsight.jetchart.GenericGraph
Enables/disables generation of offscreen images on a BufferedImage object.
setBullishColor(Color) - Method in class com.jinsight.jetchart.OHLCStickSerie
Sets the color of a candlestick or OHLC bar series in a bullish condition, when the open value is smaller than the close value.
setCenterPointColor(Color) - Method in class com.jinsight.jetchart.BubbleSerie
Sets the color of the center point.
setCenterPointEnabled(boolean) - Method in class com.jinsight.jetchart.BubbleSerie
Enables/disables the center point.
setCircledEnabled(boolean) - Method in class com.jinsight.jetchart.PieSerie
Enables/disables circular pie charts.
setClip(int, int, int, int) - Method in class com.jinsight.svg.SVGGraphics
Sets the current clip to the rectangle specified by the given coordinates.
setClip(Shape) - Method in class com.jinsight.svg.SVGGraphics
Sets the current clipping area to an arbitrary clip shape.
setColor(Color) - Method in class com.jinsight.jetchart.GraphSerie
Sets series color.
setColor(Color) - Method in class com.jinsight.jetchart.ScrollingBar
Sets the color of the scrolling bar.
setColor(Color) - Method in class com.jinsight.jetchart.ScrollingLabel
Sets the color of the scrolling label.
setColor(Color) - Method in class com.jinsight.jetchart.TargetLine
Sets the color of a target line.
setColor(Color) - Method in class com.jinsight.jetchart.TargetZone
Sets the color of the target zone area.
setColor(Color) - Method in class com.jinsight.jetchart.Slice
Sets slice color.
setColor(Color) - Method in class com.jinsight.svg.SVGGraphics
Sets this graphic context's current color to the specified color.
setColor(Color) - Method in class com.jinsight.jetchart.Axis
Sets axis color.
setColor(Color) - Method in class com.jinsight.jetchart.GridCrossedLines
Sets the color of the crossed grid.
setColor(Color) - Method in class com.jinsight.jetchart.Grid
Sets grid color.
setColor(Color) - Method in class com.jinsight.jetchart.RegressionLine
Sets the color of the regression line.
setColor(Color) - Method in class com.jinsight.jetchart.Scale
Sets the scale color.
setColor(Color) - Method in class com.jinsight.jetchart.SeriesBase
Sets the color of a series base.
setColor(Color) - Method in class com.jinsight.jetchart.Wall
Sets the color of the wall.
setColor(Color) - Method in class com.jinsight.jetchart.Quadrant
Sets the quadrant color.
setColor(Color) - Method in class com.jinsight.jetchart.ScatterSerie
Sets series color.
setColoredBandsEnabled(boolean) - Method in class com.jinsight.jetchart.Grid
Enables/disables display of colored bands.
setColors(Color[]) - Method in class com.jinsight.jetchart.BarSerie
Sets a color for each bar.
setColumnGap(int) - Method in class com.jinsight.jetchart.Legend
Sets the gap between columns of a legend box.
setColumnLayout(int) - Method in class com.jinsight.jetchart.Legend
Sets the number of columns in the legend box.
setConnection(String, String, String) - Method in class com.jinsight.jetchart.GenericGraph
Sets the database URL, user name and password to connect to a database and get chart labels and series values.
setContent(int) - Method in class com.jinsight.jetchart.SliceLegend
Sets the content type of the slice legend.
setCoordinatesStatus(int[]) - Method in class com.jinsight.jetchart.GraphSerie
Sets the visibility status of a sequence of data points.
setCoordinatesStatus(int[], boolean) - Method in class com.jinsight.jetchart.LineSerie
Sets the visibility status of a sequence of data points.
setCountEnabled(boolean) - Method in class com.jinsight.svg.SVGGraphics
Enables/disables count of SVG processed lines.
setDashSize(int) - Method in class com.jinsight.jetchart.LineSerie
Sets the size of a dash painted in a dashed line.
setDashSize(int) - Method in class com.jinsight.jetchart.OHLCBarSerie
Sets the size of dashes displayed to the left and right sides of an OHLC bar.
setDashSize(int) - Method in class com.jinsight.jetchart.OHLCLineSerie
Sets the size of a dash painted in a dashed line.
setDashSize(int) - Method in class com.jinsight.jetchart.GridCrossedLines
Sets the size of a dash painted in a dashed crossed grid.
setDashSize(int) - Method in class com.jinsight.jetchart.Grid
Sets the size of a dash painted in a dashed grid line.
setDashSize(int) - Method in class com.jinsight.jetchart.RegressionLine
Sets the size of a dash painted in a dashed regression line.
setDashSpace(int) - Method in class com.jinsight.jetchart.LineSerie
Sets the size of the space between consecutive dashes painted in a dashed line.
setDashSpace(int) - Method in class com.jinsight.jetchart.OHLCLineSerie
Sets the size of the space between consecutive dashes painted in a dashed line.
setDashSpace(int) - Method in class com.jinsight.jetchart.GridCrossedLines
Sets the size of the space between consecutive dashes painted in a dashed crossed grid.
setDashSpace(int) - Method in class com.jinsight.jetchart.Grid
Sets the size of the space between consecutive dashes painted in a dashed grid line.
setDashSpace(int) - Method in class com.jinsight.jetchart.RegressionLine
Sets the size of the space between consecutive dashes painted in a dashed regression line.
setDashThickness(int) - Method in class com.jinsight.jetchart.OHLCBarSerie
Sets the thickness of dashes displayed to the left and right sides of an OHLC bar.
setDataSetRange(int, int) - Method in class com.jinsight.jetchart.Graph
Delimits a range of data points to be plotted.
setDateIncrement(int) - Method in class com.jinsight.jetchart.Graph
Sets date increment type as a daily, weekly, monthly or yearly increment.
setDateIncrement(int, int) - Method in class com.jinsight.jetchart.Graph
Sets date increment type as a daily, weekly, monthly or yearly increment.
setDefaultCursor(Cursor) - Method in class com.jinsight.jetchart.GenericGraph
Sets the default cursor of this component.
setDelay(int) - Method in class com.jinsight.jetchart.ToolTip
Sets tooltip delay, in milliseconds.
setDescription(String) - Method in class com.jinsight.jetchart.ScrollingLabel
Sets a single line of text to be prefixed to the scrolling label.
setDraggingBoxColor(Color) - Method in class com.jinsight.jetchart.GenericGraph
Sets the dragging box color.
setDraggingEnabled(boolean) - Method in class com.jinsight.jetchart.GenericGraph
Enables/disables chart dragging.
setDraggingEnabled(boolean) - Method in class com.jinsight.jetchart.Note
Enables/disables dragging of a Note object.
setDriver(String) - Method in class com.jinsight.jetchart.GenericGraph
Sets a JDBC driver to connect to a database and get chart labels and series values.
setDTD(String) - Method in class com.jinsight.svg.SVGGraphics
Sets the SVG DTD.
setEnabled(boolean) - Method in class com.jinsight.jetchart.Legend
Enables/disables this Legend object.
setEnabled(boolean) - Method in class com.jinsight.jetchart.ToolTip
Enables/disables tooltips display.
setEnabled(boolean) - Method in class com.jinsight.jetchart.ScrollingBar
Enables/disables the scrolling bar.
setEnabled(boolean) - Method in class com.jinsight.jetchart.ScrollingLabel
Enables/disables the scrolling label.
setEnabled(boolean) - Method in class com.jinsight.jetchart.SliceLegend
Enables/disables slice legend.
setEnabled(boolean) - Method in class com.jinsight.jetchart.Axis
Enables/disables the axis.
setEnabled(boolean) - Method in class com.jinsight.jetchart.GridCrossedLines
Enables/disables the crossed grid.
setEnabled(boolean) - Method in class com.jinsight.jetchart.Grid
Enables/disables grid.
setEnabled(boolean) - Method in class com.jinsight.jetchart.RegressionLine
Enables/disables the regression line.
setEnabled(boolean) - Method in class com.jinsight.jetchart.SeriesBase
Enables/disables a series base.
setEnabled(boolean) - Method in class com.jinsight.jetchart.Wall
Enables/disables wall.
setEndPoint(float) - Method in class com.jinsight.jetchart.Scale
Sets scale end point.
setFont(Font) - Method in class com.jinsight.jetchart.Legend
Sets the legend box font.
setFont(Font) - Method in class com.jinsight.jetchart.Note
Sets the Note object font.
setFont(Font) - Method in class com.jinsight.jetchart.SideTitle
Sets the title font.
setFont(Font) - Method in class com.jinsight.jetchart.GraphSerie
Sets series font.
setFont(Font) - Method in class com.jinsight.jetchart.ScrollingLabel
Sets the font of the scrolling label.
setFont(Font) - Method in class com.jinsight.jetchart.TargetLine
Sets the font of the target line text.
setFont(Font) - Method in class com.jinsight.jetchart.SliceLegend
Sets the font of the slice legend.
setFont(Font) - Method in class com.jinsight.svg.SVGGraphics
Sets this graphics context's font to the specified font.
setFont(Font) - Method in class com.jinsight.jetchart.Scale
Sets the scale font.
setForeground(Color) - Method in class com.jinsight.jetchart.Legend
Sets the legend box foreground color.
setForeground(Color) - Method in class com.jinsight.jetchart.Note
Sets foreground color.
setForeground(Color) - Method in class com.jinsight.jetchart.SideTitle
Sets the title color.
setForeground(Color) - Method in class com.jinsight.jetchart.SliceLegend
Sets the color of the text displayed in a slice legend.
setGap(int) - Method in class com.jinsight.jetchart.SideTitle
Sets the gap between the title and the chart area.
setGap(int) - Method in class com.jinsight.jetchart.ToolTip
Sets the gap between tooltips simultaneously displayed.
setGradientColors(Color, Color) - Method in class com.jinsight.jetchart.GradientPanel
Sets initial and final colors of the gradient colors effect.
setGradientColorsArea(int) - Method in class com.jinsight.jetchart.Graph
Sets the area where the gradient colors effect is displayed.
setGradientColorsArea(int) - Method in class com.jinsight.jetchart.ScatterGraph
Sets the area on which the gradient colors effect is displayed.
setGradientOrientation(int) - Method in class com.jinsight.jetchart.GradientPanel
Sets gradient colors orientation.
setHDepth(int) - Method in class com.jinsight.jetchart.Graph
Sets horizontal chart 3D depth.
setHeight(int) - Method in class com.jinsight.jetchart.PointSerie
Sets the height of a point shape.
setHeight(int) - Method in class com.jinsight.jetchart.XYSerie
Sets the height of a point shape.
setHGap(int) - Method in class com.jinsight.jetchart.Legend
Sets horizontal gap.
setHighlightColor(Color) - Method in class com.jinsight.jetchart.AbstractSerie
Sets highlight color.
setHighlightEnabled(boolean) - Method in class com.jinsight.jetchart.AbstractSerie
Enables/disables highlight of a series data point.
setHorizontalGraphEnabled(boolean) - Method in class com.jinsight.jetchart.Graph
Enables/disables horizontal chart.
setId(int) - Method in class com.jinsight.jetchart.AbstractSerie
Sets a series unique ID.
setIdentifier(String) - Method in class com.jinsight.svg.SVGGraphics
Sets the XML SVG identifier.
setImages(Image[]) - Method in class com.jinsight.jetchart.ImageSerie
Sets images to be displayed on data points.
setImages(Image[]) - Method in class com.jinsight.jetchart.XYImageSerie
Sets images to be displayed on data points.
setIncrement(double) - Method in class com.jinsight.jetchart.Scale
Sets the scale increment.
setInnerLogLinesCount(int) - Method in class com.jinsight.jetchart.Grid
Sets the number of logarithmic inner lines to be painted.
setInnerLogLinesEnabled(boolean) - Method in class com.jinsight.jetchart.Grid
Enables/disables display of inner lines within lines painted from two successive points of a logarithmic scale.
setInterceptValue(double) - Method in class com.jinsight.jetchart.RegressionLine
Sets the value of the intercept point.
setLabel(String) - Method in class com.jinsight.jetchart.ToolTip
Sets a label to prefix tooltip content.
setLabels(String[]) - Method in class com.jinsight.jetchart.Graph
Sets chart labels.
setLabels(String[]) - Method in class com.jinsight.jetchart.Scale
Sets the scale labels to be displayed, replacing the scale values, which are automatically calculated.
setLabels(String[], int, int) - Method in class com.jinsight.jetchart.Graph
Sets chart labels.
setLabelsAxisEndGap(int) - Method in class com.jinsight.jetchart.Graph
Sets the labels axis end gap.
setLabelsAxisStartGap(int) - Method in class com.jinsight.jetchart.Graph
Sets the labels axis start gap.
setLabelsColor(Color) - Method in class com.jinsight.jetchart.GraphSet
Sets the labels color.
setLabelSections(int) - Method in class com.jinsight.jetchart.Graph
Deprecated.  
setLabelsEnabled(boolean) - Method in class com.jinsight.jetchart.GraphSet
Enables/disables labels.
setLabelsEnabled(boolean) - Method in class com.jinsight.jetchart.Scale
Enables/disables display of scale labels.
setLabelsFont(Font) - Method in class com.jinsight.jetchart.Graph
Sets the labels font.
setLabelsMarksColor(Color) - Method in class com.jinsight.jetchart.GraphSet
Sets labels marks color.
setLabelsMarksEnabled(boolean) - Method in class com.jinsight.jetchart.GraphSet
Enables/disables labels marks.
setLabelsQuery(String) - Method in class com.jinsight.jetchart.GenericGraph
Sets a sql statement to access a database and get chart labels.
setLabelsQuery(String) - Method in class com.jinsight.jetchart.Graph
Sets a sql statement to access a database and get chart labels.
setLabelsStatus(int[]) - Method in class com.jinsight.jetchart.Graph
Sets labels status.
setLabelsStep(int) - Method in class com.jinsight.jetchart.Graph
Sets a step value to control labels painting.
setLeftMargin(int) - Method in class com.jinsight.jetchart.GenericGraph
Sets chart left margin, in pixels.
setLegendEnabled(boolean) - Method in class com.jinsight.jetchart.AbstractSerie
Enables/disables a series legend.
setLegendEnabled(boolean) - Method in class com.jinsight.jetchart.GenericGraph
Enables/disables display of the primary Legend object.
setLegendStyle(int) - Method in class com.jinsight.jetchart.LineSerie
Sets the style of a line series legend.
setLegendStyle(int) - Method in class com.jinsight.jetchart.OHLCLineSerie
Sets the style of an OHLC/HLC line series legend.
setLegendStyle(int) - Method in class com.jinsight.jetchart.XYLineSerie
Sets the style of an xy line series legend.
setLocation(int, int) - Method in class com.jinsight.jetchart.Legend
Sets the location of the legend box, in absolute coordinates.
setLocation(int, int) - Method in class com.jinsight.jetchart.Note
Sets the location of the Note object.
setLogBase(int) - Method in class com.jinsight.jetchart.Scale
Sets the logarithmic scale base.
setLogEnabled(boolean) - Method in class com.jinsight.jetchart.Scale
Enables/disables a logarithmic scale.
setLogIncrementEnabled(boolean) - Method in class com.jinsight.jetchart.Scale
Enables/disables display of logarithmic values on a logarithmic scale.
setLowerBorderColor(Color) - Method in class com.jinsight.jetchart.TargetZone
sets the color of the lower border.
setMarkLegendBackground(Color) - Method in class com.jinsight.jetchart.GraphSerie
Sets the color of mark legend background.
setMarkLegendEnabled(boolean) - Method in class com.jinsight.jetchart.GraphSerie
Enables/disables legends on data points.
setMarkLegendForeground(Color) - Method in class com.jinsight.jetchart.GraphSerie
Sets mark legend foreground color.
setMarkLegendOpacityEnabled(boolean) - Method in class com.jinsight.jetchart.GraphSerie
Enables/disables mark legend opacity.
setMarkLegendPosition(int) - Method in class com.jinsight.jetchart.BarSerie
Sets the position where data points legends are displayed.
setMarkLegendRoomCheckEnabled(boolean) - Method in class com.jinsight.jetchart.BarSerie
Enables/disables mark legends room checking.
setMarksColor(Color) - Method in class com.jinsight.jetchart.GraphSerie
Sets the color of the marks displayed on data points.
setMarksColor(Color) - Method in class com.jinsight.jetchart.Scale
Sets the color of the scale marks.
setMarksColor(Color) - Method in class com.jinsight.jetchart.XYLineSerie
Sets the color of the marks displayed on data points.
setMarksEnabled(boolean) - Method in class com.jinsight.jetchart.GraphSerie
Enables/disables marks on coordinates.
setMarksEnabled(boolean) - Method in class com.jinsight.jetchart.Scale
Enables/disables display of scale marks.
setMarksEnabled(boolean) - Method in class com.jinsight.jetchart.XYLineSerie
Enables/disables marks on coordinates.
setMarksStyle(int) - Method in class com.jinsight.jetchart.GraphSerie
Sets the style of data points' marks.
setMarksStyle(int) - Method in class com.jinsight.jetchart.XYLineSerie
Sets the style of data points' marks.
setMatchingBorderEnabled(boolean) - Method in class com.jinsight.jetchart.ToolTip
Enables/disables a matching border color.
setMaxDiameter(int) - Method in class com.jinsight.jetchart.BubbleSerie
Sets the largest diameter of a bubble series.
setMaxValue(double) - Method in class com.jinsight.jetchart.Scale
Sets the scale maximum value.
setMaxZValueScope(int) - Static method in class com.jinsight.jetchart.BubbleSerie
Sets the scope of the calculation of the maximum z value.
setMinValue(double) - Method in class com.jinsight.jetchart.Scale
Sets the scale minimum value.
setMonthLabelsEnabled(boolean) - Method in class com.jinsight.jetchart.Graph
Enables/disables automatic display of labels as months, if a starting date is informed and labels are not retrieved from a database.
setMouseSensitivity(int) - Method in class com.jinsight.jetchart.Graph
Sets mouse sensitivity.
setMultipleEnabled(boolean) - Method in class com.jinsight.jetchart.ToolTip
Enables/disables simultaneous display of tooltips.
setMultipleHighlightEnabled(boolean) - Method in class com.jinsight.jetchart.Graph
Enables/disables simultaneous highlight of data points.
setMultipleSerieEventsEnabled(boolean) - Method in class com.jinsight.jetchart.Graph
Enables/disables simultaneous dispatch of series events.
setMultipleValues(double[][]) - Method in class com.jinsight.jetchart.AbstractSerie
Sets the values of series whose data points are associated with multiple values, as OHLC series and scatter series.
setMultipleValues(double[][]) - Method in class com.jinsight.jetchart.GraphSerie
 
setMultipleValues(double[][]) - Method in class com.jinsight.jetchart.ScatterSerie
 
setMultipleValues(double[][], int, int) - Method in class com.jinsight.jetchart.AbstractSerie
Sets the values of series whose data points are associated with multiple values, as OHLC series and scatter series.
setOffScreenGraphEnabled(boolean) - Method in class com.jinsight.jetchart.GenericGraph
Enables chart image generation from an offscreen application.
setOpacityEnabled(boolean) - Method in class com.jinsight.jetchart.Legend
Enables/disables opacity.
setOpacityEnabled(boolean) - Method in class com.jinsight.jetchart.Note
Enables/disables opacity.
setOpacityEnabled(boolean) - Method in class com.jinsight.jetchart.SideTitle
Enables/disables title opacity.
setOpacityEnabled(boolean) - Method in class com.jinsight.jetchart.SliceLegend
Enables/disables slice legend opacity.
setOpacityEnabled(boolean) - Method in class com.jinsight.jetchart.BubbleSerie
Enables/disables bubble opacity.
setOpeningInstruction(String) - Method in class com.jinsight.svg.SVGGraphics
Sets the XML opening instruction.
setOrientation(int) - Method in class com.jinsight.jetchart.Legend
Sets the legend box orientation to horizontal or vertical.
setPaintMode() - Method in class com.jinsight.svg.SVGGraphics
This method has not been implemented.
setPercentageFormat(String) - Method in class com.jinsight.jetchart.PieSerie
Sets the format of percentages displayed inside slice legends.
setPointerColor(Color) - Method in class com.jinsight.jetchart.ToolTip
Sets tooltip pointer color.
setPointerType(int) - Method in class com.jinsight.jetchart.ToolTip
Sets tooltip pointer type.
setPosition(int) - Method in class com.jinsight.jetchart.Legend
Sets the legend box position to the left, right, bottom or any location within the chart area.
setPosition(int) - Method in class com.jinsight.jetchart.ScrollingLabel
Sets the scrolling label position.
setPosition(int) - Static method in class com.jinsight.jetchart.TargetLine
Sets the position where all target lines are painted.
setPosition(int) - Static method in class com.jinsight.jetchart.TargetZone
Sets the position where all target zones are painted.
setPosition(int) - Method in class com.jinsight.jetchart.Slice
Sets slice position.
setPosition(int) - Method in class com.jinsight.jetchart.SliceLegend
Sets the position of this slice legend.
setPosition(int) - Method in class com.jinsight.jetchart.Scale
Sets scale position.
setProperties(Hashtable) - Method in class com.jinsight.svg.SVGImageFactory
Overrides method of the superclass.
setQuality(int) - Method in class com.jinsight.jetchart.JpegEncoder
 
setQuality(int) - Method in class com.jinsight.svg.SVGEncoder
Sets the image quality.
setRightMargin(int) - Method in class com.jinsight.jetchart.GenericGraph
Sets chart right margin, in pixels.
setRowGap(int) - Method in class com.jinsight.jetchart.Legend
Sets the gap between rows in a legend box displaying multiple rows.
setScalesGap(float) - Method in class com.jinsight.jetchart.Graph
Sets the gap between stacked scales, in vertical charts.
setSerieDraggingEnabled(boolean) - Method in class com.jinsight.jetchart.Graph
Enables/disables series dragging.
setSeriesTitleShiftScope(int) - Method in class com.jinsight.jetchart.Graph
Sets the series title shift scope.
setShadowColor(Color) - Method in class com.jinsight.jetchart.Note
Sets shadow color.
setShadowColor(Color) - Method in class com.jinsight.jetchart.Wall
Sets wall shadow color.
setShadowEnabled(boolean) - Method in class com.jinsight.jetchart.Note
Enables/disables shadow.
setShadowEnabled(boolean) - Method in class com.jinsight.jetchart.Wall
Enables/disables a shadow behind the wall.
setShape(int) - Method in class com.jinsight.jetchart.PointSerie
Sets point shape.
setShape(int) - Method in class com.jinsight.jetchart.XYSerie
Sets data point shape.
setShiftScope(int) - Method in class com.jinsight.jetchart.Graph
Sets the scope to be taken into account when calculating the shift value of bar and stacked bar series.
setStackBarWidth(int) - Static method in class com.jinsight.jetchart.StackBarSerie
Sets stacked bar series width.
setStartDate(String) - Method in class com.jinsight.jetchart.Graph
Sets a starting date to generate date labels.
setStartDate(String, int) - Method in class com.jinsight.jetchart.Graph
Sets a starting date to generate date labels.
setStartPoint(float) - Method in class com.jinsight.jetchart.Scale
Sets a scale starting point.
setStartPoint(int) - Method in class com.jinsight.jetchart.GraphSerie
Sets a series starting point.
setStretchEnabled(boolean) - Method in class com.jinsight.jetchart.TargetZone
Enables/disables target zone stretching.
setStyle(int) - Method in class com.jinsight.jetchart.LineSerie
Sets the line style.
setStyle(int) - Method in class com.jinsight.jetchart.OHLCLineSerie
Sets the line style.
setStyle(int) - Method in class com.jinsight.jetchart.GridCrossedLines
Sets the line style of the crossed grid.
setStyle(int) - Method in class com.jinsight.jetchart.Grid
Sets the grid line style.
setStyle(int) - Method in class com.jinsight.jetchart.RegressionLine
Sets the regression line style.
setSVGLine(String) - Method in class com.jinsight.svg.SVGEvent
Sets the SVG line.
setSVGNameSpace(String) - Method in class com.jinsight.svg.SVGGraphics
Sets the SVG name space.
setSVGURLs(String[]) - Method in class com.jinsight.jetchart.AbstractSerie
Specifies a list of URLs to be associated with an SVG encoded sequence of series data points.
setText(String) - Method in class com.jinsight.jetchart.SideTitle
Sets the title text.
setText(String) - Method in class com.jinsight.jetchart.TargetLine
Sets the text to be displayed next to the target line.
setText(String[]) - Method in class com.jinsight.jetchart.Note
Sets text to be displayed in the Note object.
setTextColor(Color) - Method in class com.jinsight.jetchart.TargetLine
Sets the color of the target line text.
setTextPosition(int) - Method in class com.jinsight.jetchart.TargetLine
Sets the target line text position.
setThickness(int) - Method in class com.jinsight.jetchart.LineSerie
Sets line thickness.
setThickness(int) - Method in class com.jinsight.jetchart.OHLCLineSerie
Sets the thickness of OHLC/HLC line series.
setThickness(int) - Method in class com.jinsight.jetchart.TargetLine
Sets the target line thickness.
setThickness(int) - Method in class com.jinsight.jetchart.Axis
Sets the axis thickness.
setThickness(int) - Method in class com.jinsight.jetchart.GridCrossedLines
Sets the thickness of the crossed grid.
setThickness(int) - Method in class com.jinsight.jetchart.Grid
Sets the grid lines thickness.
setThickness(int) - Method in class com.jinsight.jetchart.RegressionLine
Sets line thickness.
setThickness(int) - Method in class com.jinsight.jetchart.XYLineSerie
Sets line thickness.
setTimerEnabled(boolean) - Method in class com.jinsight.jetchart.ToolTip
Enables/disables tooltip timer.
setTitle(String) - Method in class com.jinsight.jetchart.GraphSerie
Sets series title.
setTitle(String) - Method in class com.jinsight.jetchart.Slice
Sets slice title.
setTitle(String) - Method in class com.jinsight.jetchart.Quadrant
Sets the quadrant title.
setTitle(String) - Method in class com.jinsight.jetchart.ScatterSerie
Sets series title.
setTitle(String[]) - Method in class com.jinsight.jetchart.GenericGraph
Sets chart title.
setTitleColor(Color) - Method in class com.jinsight.jetchart.Quadrant
Sets the color of the quadrant title.
setTitleFont(Font) - Method in class com.jinsight.jetchart.GenericGraph
Sets chart title font.
setTitleFont(Font) - Method in class com.jinsight.jetchart.GraphSerie
Sets series title font.
setTitleFont(Font) - Method in class com.jinsight.jetchart.Quadrant
Sets the font of the quadrant title.
setTitleForeground(Color) - Method in class com.jinsight.jetchart.GenericGraph
Sets chart title color.
setTitleGap(int) - Method in class com.jinsight.jetchart.GenericGraph
Sets the chart title gap.
setTitlePosition(int) - Method in class com.jinsight.jetchart.GraphSerie
Sets the position where a series title is displayed.
setToolTipContent(String[]) - Method in class com.jinsight.jetchart.AbstractSerie
Customizes tooltips contents.
setToolTipContent(String[]) - Method in class com.jinsight.jetchart.GraphSerie
 
setToolTipEnabled(boolean) - Method in class com.jinsight.jetchart.AbstractSerie
Enables/disables a series tooltips.
setToolTipEnabled(boolean) - Method in class com.jinsight.svg.SVGEncoder
Enables/disables tooltips.
setToolTipProperties(Color, Color, boolean, Font) - Method in class com.jinsight.svg.SVGEncoder
Sets the properties of tooltips.
setToolTipText(String[]) - Method in class com.jinsight.jetchart.OHLCSerie
Sets the texts to prefix values displayed in tooltips.
setToolTipText(String[]) - Method in class com.jinsight.jetchart.ScatterSerie
Sets the texts to prefix values displayed in tooltips.
setTopMargin(int) - Method in class com.jinsight.jetchart.GenericGraph
Sets chart top margin, in pixels.
setTrendLineColor(Color) - Method in class com.jinsight.jetchart.Graph
Sets the color of the line displayed while drawing a trendline.
setTrendLinesColor(Color) - Method in class com.jinsight.jetchart.GraphSet
Sets the color of all trendlines owned by this GraphSet.
setTrendLinesDrawingEnabled(boolean) - Method in class com.jinsight.jetchart.Graph
Enables/disables manual drawing of trendlines.
setTrendLinesThickness(int) - Method in class com.jinsight.jetchart.GraphSet
Sets the thickness of all trendlines owned by this GraphSet.
setType(int) - Method in class com.jinsight.jetchart.ToolTip
Sets tooltip type.
setType(int) - Method in class com.jinsight.jetchart.CandleStickSerie
Sets the series type.
setType(int) - Method in class com.jinsight.jetchart.OHLCSerie
Sets the type of the OHLC series.
setUpperBorderColor(Color) - Method in class com.jinsight.jetchart.TargetZone
Sets the color of the upper border.
setValue(double) - Method in class com.jinsight.jetchart.TargetLine
Sets the target line value.
setValue(double) - Method in class com.jinsight.jetchart.Slice
Sets slice value.
setValueFormat(String) - Method in class com.jinsight.jetchart.AbstractSerie
Sets the format of values displayed in data points legends and tooltips.
setValueFormat(String) - Method in class com.jinsight.jetchart.GenericGraph
Deprecated.  
setValueFormat(String) - Method in class com.jinsight.jetchart.Scale
Sets the format of values displayed along the scale.
setValues(double[]) - Method in class com.jinsight.jetchart.AbstractSerie
Sets series values.
setValues(double[]) - Method in class com.jinsight.jetchart.GraphSerie
 
setValues(double[], double[]) - Method in class com.jinsight.jetchart.TargetZone
Sets the lower and upper values of the target zone limits.
setValues(double[], int, int) - Method in class com.jinsight.jetchart.AbstractSerie
Sets series values.
setValuesEnabled(boolean) - Method in class com.jinsight.jetchart.Scale
Deprecated.  
setValuesFormat(String[]) - Method in class com.jinsight.jetchart.ScatterSerie
Sets the format of the x, y and z(bubble series) values, displayed in tooltips.
setValuesQuery(String) - Method in class com.jinsight.jetchart.AbstractSerie
Sets a sql query string to access a database and get series values.
setValuesQuery(String) - Method in class com.jinsight.jetchart.GraphSerie
 
setVDepth(int) - Method in class com.jinsight.jetchart.Graph
Sets vertical chart 3D depth.
setVertexDistance(double) - Method in class com.jinsight.jetchart.SliceLegend
Sets the distance of the slice legend from slice vertex.
setVerticalLabelsEnabled(boolean) - Method in class com.jinsight.jetchart.Graph
Enables/disables vertical orientation of labels.
setVerticalLabelsOpacityEnabled(boolean) - Method in class com.jinsight.jetchart.Graph
Enables/disables vertical labels opacity.
setVGap(int) - Method in class com.jinsight.jetchart.Legend
Sets vertical gap.
setVisibleLabelsIndexes(int[]) - Method in class com.jinsight.jetchart.Scale
Sets the indexes of the only scale labels to be displayed.
setVisibleLinesIndexes(int[]) - Method in class com.jinsight.jetchart.GridCrossedLines
Sets the indexes of the only lines to be displayed.
setVisibleLinesIndexes(int[]) - Method in class com.jinsight.jetchart.Grid
Sets the indexes of the only grid lines to be displayed.
setWickColor(Color) - Method in class com.jinsight.jetchart.CandleStickSerie
Sets the color of the candlestick's wick.
setWidth(int) - Method in class com.jinsight.jetchart.BarSerie
Sets bar width.
setWidth(int) - Method in class com.jinsight.jetchart.OHLCStickSerie
Sets the width of a an OHLC bar or a candlestick.
setWidth(int) - Method in class com.jinsight.jetchart.PointSerie
Sets the width of a point shape.
setWidth(int) - Method in class com.jinsight.jetchart.XYSerie
Sets the width of a point shape.
setXLinkNameSpace(String) - Method in class com.jinsight.svg.SVGGraphics
Sets the XLink name space.
setXORMode(Color) - Method in class com.jinsight.svg.SVGGraphics
This method has not been implemented.
setXRadiusInset(int) - Method in class com.jinsight.jetchart.PieSerie
Sets an inset to be added to the left and right pie chart margins.
setYRadiusInset(int) - Method in class com.jinsight.jetchart.PieSerie
Sets an inset to be added to the top and bottom pie chart margins.
setZoomAreaColor(Color) - Method in class com.jinsight.jetchart.Graph
Sets the color to paint chart area selected for zooming.
setZoomAreaSplitEnabled(boolean) - Method in class com.jinsight.jetchart.Graph
Provides control over the way the zoom area is selected.
setZoomEnabled(boolean) - Method in class com.jinsight.jetchart.Graph
Enables/disables zoom.
SHADOWED - Static variable in class com.jinsight.jetchart.SliceLegend
Constant used to set the slice legend border to shadowed.
SideTitle - class com.jinsight.jetchart.SideTitle.
This class implements the common properties and methods of the left, right and bottom titles.
Slice - class com.jinsight.jetchart.Slice.
This class implements the properties and methods of pie series slices.
Slice() - Constructor for class com.jinsight.jetchart.Slice
Default constructor of a Slice object.
Slice(double) - Constructor for class com.jinsight.jetchart.Slice
Constructor of a Slice object.
Slice(double, String, Color) - Constructor for class com.jinsight.jetchart.Slice
Constructor of a Slice object.
SliceLegend - class com.jinsight.jetchart.SliceLegend.
This class implements the properties and methods of a slice legend.
SOLID - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to set the line style of line series and OHLC/HLC line series to solid.
SOLID - Static variable in class com.jinsight.jetchart.GridCrossedLines
Constant used to set the grid crossed line style to solid.
SOLID - Static variable in class com.jinsight.jetchart.Grid
Constant used to set the grid line style to solid.
SOLID - Static variable in class com.jinsight.jetchart.RegressionLine
Constant used to set the regression line style to solid.
SOLID_CIRCLE_MARK - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to set marks style to a solid circle.
SOLID_CIRCLE_MARK - Static variable in class com.jinsight.jetchart.XYLineSerie
Constant used to set marks style to a solid circle.
SOLID_DIAMOND_MARK - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to set marks style to a solid diamond.
SOLID_DIAMOND_MARK - Static variable in class com.jinsight.jetchart.XYLineSerie
Constant used to set marks style to a solid diamond.
SOLID_SQUARE_LEGEND - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to set the legend style of line series and OHLC/HLC line series to a solid square.
SOLID_SQUARE_LEGEND - Static variable in class com.jinsight.jetchart.XYLineSerie
Constant used to set the legend symbol of an xy line series to a solid square.
SOLID_SQUARE_MARK - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to set marks style to a solid square.
SOLID_SQUARE_MARK - Static variable in class com.jinsight.jetchart.XYLineSerie
Constant used to set marks style to a solid square.
SOLID_TRIANGLE_MARK - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to set marks style to a solid triangle.
SOLID_TRIANGLE_MARK - Static variable in class com.jinsight.jetchart.XYLineSerie
Constant used to set marks style to a solid triangle.
SQUARE - Static variable in class com.jinsight.jetchart.PointSerie
Constant used to define the point shape to a square.
SQUARE - Static variable in class com.jinsight.jetchart.XYSerie
Constant used to define the point shape to a square.
StackBarSerie - class com.jinsight.jetchart.StackBarSerie.
This class implements the methods and properties of stacked bars series.
StackBarSerie() - Constructor for class com.jinsight.jetchart.StackBarSerie
Creates a StackBarSerie object.
StackBarSerie(double[]) - Constructor for class com.jinsight.jetchart.StackBarSerie
Creates a StackBarSerie object.
StackBarSerie(double[], String) - Constructor for class com.jinsight.jetchart.StackBarSerie
Creates a StackBarSerie object.
STACKED_BAR - Static variable in class com.jinsight.jetchart.GraphSerie
Identifies the series as a stacked bars series.
svgEncode(File, boolean, int) - Method in class com.jinsight.jetchart.ChartEncoder
Starts svg-encoding a chart image, saving the resulting code into a file.
svgEncode(OutputStream, boolean, int) - Method in class com.jinsight.jetchart.ChartEncoder
Starts svg-encoding a chart image, sending the resulting code to an output stream.
SVGEncoder - class com.jinsight.svg.SVGEncoder.
This class implements methods to configure the SVG graphic context and start the encoding process.
SVGEncoder(Component) - Constructor for class com.jinsight.svg.SVGEncoder
Class constructor.
SVGEvent - class com.jinsight.svg.SVGEvent.
An event which indicates that an SVG line is about to be appended to the SVG character stream.
SVGEvent(SVGGraphics) - Constructor for class com.jinsight.svg.SVGEvent
The SVGEvent constructor.
SVGGraphics - class com.jinsight.svg.SVGGraphics.
This class extends the abstract class java.awt.Graphics, implementing painting methods to achieve the corresponding drawing effects with the SVG language.
SVGImageFactory - class com.jinsight.svg.SVGImageFactory.
An image filter which adds a URL to the properties of an Image object.
SVGImageFactory(Image, String) - Constructor for class com.jinsight.svg.SVGImageFactory
Constructor of the SVGImageFactory class.
SVGListener - interface com.jinsight.svg.SVGListener.
Listener interface for receiving events generated during the SVG encoding process.

T

TargetLine - class com.jinsight.jetchart.TargetLine.
This class implements the properties and methods of a target line.
TargetLine() - Constructor for class com.jinsight.jetchart.TargetLine
Default constructor of the TargetLine class.
TargetLine(double) - Constructor for class com.jinsight.jetchart.TargetLine
Constructor of the TargetLine class.
TargetZone - class com.jinsight.jetchart.TargetZone.
A target zone is a color filled polygon horizontally or vertically painted across the chart area.
TargetZone() - Constructor for class com.jinsight.jetchart.TargetZone
Default constructor of the TargetZone class.
TargetZone(double[], double[]) - Constructor for class com.jinsight.jetchart.TargetZone
Constructor of the TargetZone class.
TILE - Static variable in class com.jinsight.jetchart.GenericGraph
Constant used to arrange the background image side by side.
ToolTip - class com.jinsight.jetchart.ToolTip.
Tooltips are popup windows displayed when mouse cursor hovers over a series data point.
TOP - Static variable in class com.jinsight.jetchart.BarSerie
Constant used to display data points legends horizontally and at the top of the bars.
TOP_BOTTOM - Static variable in class com.jinsight.jetchart.Scale
Constant used to place scale along the top and bottom of the chart.
TOP_LEFT - Static variable in class com.jinsight.jetchart.GenericGraph
Constant used to place the background image at the top left corner of the chart area.
TOP_TO_BOTTOM - Static variable in class com.jinsight.jetchart.GradientPanel
Constant used to define gradient colors orientation from top to bottom.
TOP_YAXIS - Static variable in class com.jinsight.jetchart.ScrollingLabel
Constant used to display the scrolling label at the top of the y axis.
toString() - Method in class com.jinsight.svg.SVGGraphics
Returns a string representation of this graphics context.
translate(int, int) - Method in class com.jinsight.svg.SVGGraphics
Translates the origin of the graphics context to the point (x, y) in the current coordinate system.
TRIANGLE - Static variable in class com.jinsight.jetchart.PointSerie
Constant used to define the point shape to a triangle.
TRIANGLE - Static variable in class com.jinsight.jetchart.XYSerie
Constant used to define the point shape to a triangle.

U

update(Graphics) - Method in class com.jinsight.jetchart.Graph
Overrides the Component class update() method, to avoid flickering.
update(Graphics) - Method in class com.jinsight.jetchart.PieGraph
Overrides the Component class update() method, to avoid flickering.
update(Graphics) - Method in class com.jinsight.jetchart.ScatterGraph
Overrides the Component class update() method, to avoid flickering.

V

VALUE - Static variable in class com.jinsight.jetchart.ToolTip
Constant used to set the tooltip content to the respective data point value.
VALUE - Static variable in class com.jinsight.jetchart.SliceLegend
Constant used to set the slice legend content to the respective slice value.
VALUE_AND_PERCENT - Static variable in class com.jinsight.jetchart.SliceLegend
Constant used to set slice legend content to respective slice value and percentage.
VERTICAL - Static variable in class com.jinsight.jetchart.Legend
Constant used to arrange series titles vertically.

W

Wall - class com.jinsight.jetchart.Wall.
This class implements the properties and methods of the area painted behind the chart.
Wall() - Constructor for class com.jinsight.jetchart.Wall
 
WEEK_INCREMENT - Static variable in class com.jinsight.jetchart.Graph
Constant used to set the date increment of a date chart to a weekly increment.
width - Variable in class com.jinsight.svg.PNGEncoder
 
writeByte(int, int) - Method in class com.jinsight.svg.PNGEncoder
Write a single byte into the pngBytes array at a given position.
writeBytes(byte[], int) - Method in class com.jinsight.svg.PNGEncoder
Write an array of bytes into the pngBytes array.
writeBytes(byte[], int, int) - Method in class com.jinsight.svg.PNGEncoder
Write an array of bytes into the pngBytes array, specifying number of bytes to write.
WriteCompressedData(BufferedOutputStream) - Method in class com.jinsight.jetchart.JpegEncoder
 
writeEnd() - Method in class com.jinsight.svg.PNGEncoder
Write a PNG "IEND" chunk into the pngBytes array.
WriteEOI(BufferedOutputStream) - Method in class com.jinsight.jetchart.JpegEncoder
 
writeHeader() - Method in class com.jinsight.svg.PNGEncoder
Write a PNG "IHDR" chunk into the pngBytes array.
WriteHeaders(BufferedOutputStream) - Method in class com.jinsight.jetchart.JpegEncoder
 
writeImageData() - Method in class com.jinsight.svg.PNGEncoder
Write the image data into the pngBytes array.
writeInt2(int, int) - Method in class com.jinsight.svg.PNGEncoder
Write a two-byte integer into the pngBytes array at a given position.
writeInt4(int, int) - Method in class com.jinsight.svg.PNGEncoder
Write a four-byte integer into the pngBytes array at a given position.
writeString(String, int) - Method in class com.jinsight.svg.PNGEncoder
Write a string into the pngBytes array at a given position.

X

X_MARK - Static variable in class com.jinsight.jetchart.GraphSerie
Constant used to set marks style to an X letter.
X_MARK - Static variable in class com.jinsight.jetchart.XYLineSerie
Constant used to set marks style to an X letter.
XAxis - class com.jinsight.jetchart.XAxis.
This class implements the properties and methods of the horizontal axis.
XAxis() - Constructor for class com.jinsight.jetchart.XAxis
 
XMLParseException - exception com.jinsight.jetchart.XMLParseException.
An XMLParseException is thrown when an error occures while parsing an XML string.
XMLParseException(String, int, String) - Constructor for class com.jinsight.jetchart.XMLParseException
Creates an exception.
XMLParseException(String, String) - Constructor for class com.jinsight.jetchart.XMLParseException
Creates an exception.
XYImageSerie - class com.jinsight.jetchart.XYImageSerie.
The XYImageSerie class plots an xy series displaying images centered on data points.
XYImageSerie() - Constructor for class com.jinsight.jetchart.XYImageSerie
Creates an XYImageSerie object.
XYImageSerie(double[][]) - Constructor for class com.jinsight.jetchart.XYImageSerie
Creates an XYImageSerie object.
XYImageSerie(double[][], Image[]) - Constructor for class com.jinsight.jetchart.XYImageSerie
Creates an XYImageSerie object.
XYLineSerie - class com.jinsight.jetchart.XYLineSerie.
This class implements the properties and methods of XY line series.
XYLineSerie() - Constructor for class com.jinsight.jetchart.XYLineSerie
Creates an XYLineSerie object.
XYLineSerie(double[][]) - Constructor for class com.jinsight.jetchart.XYLineSerie
Creates an XYLineSerie object.
XYLineSerie(double[][], String) - Constructor for class com.jinsight.jetchart.XYLineSerie
Creates an XYLineSerie object.
XYSerie - class com.jinsight.jetchart.XYSerie.
This class implements the properties and methods of XY series.
XYSerie() - Constructor for class com.jinsight.jetchart.XYSerie
Creates an XYSerie object.
XYSerie(double[][]) - Constructor for class com.jinsight.jetchart.XYSerie
Creates an XYSerie object.
XYSerie(double[][], String) - Constructor for class com.jinsight.jetchart.XYSerie
Creates an XYSerie object.

Y

YAxis - class com.jinsight.jetchart.YAxis.
This class implements the properties and methods of the vertical axis.
YAxis() - Constructor for class com.jinsight.jetchart.YAxis
 
YEAR_INCREMENT - Static variable in class com.jinsight.jetchart.Graph
Constant used to set the date increment of a date chart to a yearly increment.

Z

ZOOM_IN - Static variable in class com.jinsight.jetchart.ZoomEvent
Constant used to identify a zoom-in event.
ZOOM_OUT - Static variable in class com.jinsight.jetchart.ZoomEvent
Constant used to identify a zoom-out event.
ZoomEvent - class com.jinsight.jetchart.ZoomEvent.
A zoom event takes place when chart is zoomed-in or zoomed-out.
ZoomEvent(Graph, int, int, int, int) - Constructor for class com.jinsight.jetchart.ZoomEvent
ZoomEvent class constructor.
ZoomListener - interface com.jinsight.jetchart.ZoomListener.
This interface declares the method to be implemented by objects interested in receiving and handling zoom events.

A B C D E F G H I J L M N O P Q R S T U V W X Y Z