Uses of Interface
com.quinncurtis.chart3djava.ChartConstants

Uses of ChartConstants in com.quinncurtis.chart3djava
 

Classes in com.quinncurtis.chart3djava that implement ChartConstants
 class Arrow
          The Arrow class creates arrow symbols in the ArrowPlot plot types.
 class ArrowPlot
          The ArrowPlot class displays a collection of arrows as defined by the data in a group dataset.
 class AutoScale
          Revisions 12/24/2005 changed calcFinalMin and calcFinalMax
 class Axis
          The Axis class is the abstract base class for all axes in the QCChart2D class library.
 class AxisLabels
          The AxisLabels class is the base class for all axes label classes in the QCChart2D class library.
 class AxisTitle
          The AxisTitle class manages and displays an axis title.
 class Background
          The Background manages and displays the background of the graph area and the plotting area of the chart.
 class BarDatapointValue
          Revisions 12/24/2005 changed drawBarDatapointValue
 class BubblePlot
          The BubblePlot class extends the GroupPlot class and displays bubble plots.
 class BubblePlotLegend
          The BubblePlotLegend class manages a collection BubblePlotLegendItem objects that represent legend items.
 class BubblePlotLegendItem
          The BubblePlotLegendItem class contains the text and symbol used in displaying a single element of a chart legend.
 class CandlestickPlot
          The CandlestickPlot class extends the GroupPlot class and displays stock market data in an open-high-low-close format common in financial technical analysis.
 class CartesianCoordinates
          The CartesianCoordinates class extends the PhysicalCoordinates class to support linear-linear, linear-log, log-linear and log-log coordinate systems in an xy coordinate plane.
 class CellPlot
          The CellPlot class extends the GroupPlot class and displays cell plots.
 class ChartAttribute
          This class consolidates the common line and fill attributes into a single class.
 class ChartBufferedImage
          The BufferedImage class renders a chart as a Java buffered image.
 class ChartCalendar
          This class provides utilities for manipulating GregorianCalendar objects.
 class ChartDataset
          This is the abstract base class for all dataset classes used by the plot routines in this software.
 class ChartDimension3D
          This class is an implementation of the Java Dimension class that uses doubles instead of integers for data storage.
 class ChartImage
          The ChartImage class will place and scale a Java compatible Image file in a chart.
 class ChartLabel
          The ChartLabel is an abstract base class for chart label objects that are used to place formatted text in a chart.
 class ChartMouseListener
          The ChartMouseListener class implements a generic interface for managing mouse events in a graph window.
 class ChartObj
          The ChartObj class is the abstract base class for all chart objects in the dynatos.chart2d package.
 class ChartPlot
          The ChartPlot class extends the GraphObj class and is the abstract base class for all plot chart objects in the QCChart2D class library.
 class ChartPoint2D
           
 class ChartPoint3D
          The ChartPoint3D class defines a point representing a location in (x,y,z) coordinate space.
 class ChartPrint
          /** The ChartPrint class implements the Java Printable interface and will print an ChartView object to the selected printer.
 class ChartScale
          The Scale class is the abstract base class for all of the scale classes.
 class ChartShape
          The ChartShape class places arbitrary GeneralPath objects in a chart.
 class ChartSupport
           
 class ChartSymbol
          The ChartSymbol class creates scatter plot symbols in the SimpleScatterPlot, LineMarkerPlot, PolarScatterPlot, and DataCursor plot types.
 class ChartSymbol3D
          The ChartSymbol3D class creates 3D scatter plot symbols in the SimpleScatterPlot and LineMarkerPlot, and DataCursor plot types.
 class ChartText
          The ChartText class is used to place text in a chart.
 class ChartTitle
          The ChartTitle class creates a header, subheader and footer for a chart.
 class ChartView
          The ChartView class maintains a list of all chart objects and renders the chart object list when the class draw method is called.
 class ChartZoom
          This class implements a chart zoom class using the Java MouseInputListener interface.
 class ContourDataset
          The ContourDataset class extends the SimpleDataset class, adding a third dimension (z-values) needed to produce a contour plot.
 class ContourPlot
           
 class CSV
          The DChartCSV class provides utility routines and constants used to read/write CSV (comma separated value) files.
 class CustomDataToolTip
          This class is used to define custom data tooltips.
 class DataCursor
          This class extends the Marker class, extending the MouseListener class providing additional methods that allow markers to be moved around on a graph using the mouse.
 class DataToolTip
          The DataToolTip class extends the MouseListener class, providing additional methods that allow the user to popup a simple tooltip window displaying the x- and y-values of a data point.
 class ErrorBarPlot
          The ErrorBarPlot class extends the GroupPlot class and displays error bars.
 class FindObj
          This class extends the MouseListener class, providing additional methods that can be selectively used to determine what graphical object is nearest the mouse cursor.
 class FloatingBarPlot
           
 class FloatingStackedBar
          The FloatingStackedBar class extends the GroupPlot class and displays stock market data in an open-high-low-close format common in financial technical analysis.
 class GraphObj
          The ChartObj class is the abstract base class for all graphical chart objects.
 class Grid
          The Grid class manages and displays the grid lines for linear and logarithmic axes.
 class GroupBarPlot
          The GroupBarPlot class extends the GroupPlot class and displays data in group bar format.
 class GroupDataset
          Group data is a collection of data, where more than one dependent variable, the x's, corresponds to the independent one, the y's.
 class GroupPlot
          The GroupPlot class is the abstract base class for the plot types that use group (multiple y-values for each x-value) data.
 class HistogramPlot
          Revisions 12/24/2005 changed calcHistogramRect
 class Legend
          The Legend is the abstract base class for all legend classes.
 class LegendItem
          The LegendItem class contains the text and symbol used in displaying a single element of a chart legend.
 class LinearAutoScale
          The LinearAutoScale class is designed to be used with linear coordinates and is used to scale the plotting area of graphs and to set the minimum and maximum values of the axes displayed in the graphs.
 class LinearAxis
          The LinearAxis class implements a linear axis that has evenly spaced major and minor tick marks.
 class LinearScale
          The LinearScale class implements a linear coordinate system for a single coordinate, x or y.
 class LineGapPlot
          The LineGapPlot class extends the GroupPlot class and i displays a line gap chart.
 class LogAutoScale
          The LogAutoScale class is designed to be used with logarithmic coordinates and is used to scale the plotting area of graphs and to set the minimum and maximum values of the axes displayed in the graphs.
 class LogAxis
          The LogAxis class implements a logarithmic axis where the major tick marks are placed at logarithmic intervals and the minor tick marks are placed between major tick marks using a linear interval.
 class LogScale
          The LogScale class implements a logarithmic coordinate system for a single coordinate, x or y.
 class Marker
          The Marker class implements movable lines and symbols that can be used as data cursors, and data markers.
 class MoveData
          The MoveData class extends the DataCursor class, providing additional methods that allow the user to move individual points in data based objects using the mouse.
 class MoveObj
          The MoveObj class extends the MouseListener class, providing additional methods that allow the user to move chart objects using the mouse.
 class MultiLinePlot
          The MultiLinePlot class extends the GroupPlot class and displays group data in multi-line format.
 class MultiRibbonPlot
          The MultiRibbonPlot class extends the GroupPlot class and displays group data in multi-line format.
 class NearestPointData
          The NearestPointData class is used to organize the data returned by the routines that search a graph for data values nearest the supplied test point.
 class NumericAxisLabels
          The NumericAxisLabels class manages and displays the axis labels for linear and log axes.
 class NumericLabel
          The NumericLabel class is used to format floating point numbers as strings and position in a chart.
 class OHLCBarPlot
          The OHLCBarPlot class extends the GroupPlot class and displays stock market data in an open-high-low-close format common in financial technical analysis.
 class OHLCPlot
          The OHLCPlot class extends the GroupPlot class and displays stock market data in an open-high-low-close format common in financial technical analysis.
 class PhysicalCoordinates
          The PhysicalCoordinates class is the abstract base class for all physical coordinate systems used to plot objects in a graph.
 class PieChart
          The PieChart class extends the Plot class and displays pie charts.
 class PieChartBase
          The PieChartBase class extends the Plot class and displays pie charts.
 class PipeLinePlot
          The PipeLinePlot class extends the SimplePlot class and displays simple datasets in pipe-line plot format.
 class Polysurface
           
 class RotateTransform3D
          A ChartMouseListener that can use buttons to rotate one or more graph transforms.
 class SimpleBarPlot
          The SimpleBarPlot class extends the SimplePlot class and displays data in a bar format.
 class SimpleDataset
          A simple dataset class encapsulates x- and y-data values that are to be used as source of chart information.
 class SimpleDataset3D
          A simple 3D dataset class encapsulates x-, y- and z-data values that are to be used as source of chart information.
 class SimpleLineMarkerPlot
          Revisions 12/24/2005 changed lineMarkerPlot and drawLineMakerPlot
 class SimpleLinePlot
          The SimpleLinePlot class extends the SimplePlot class and displays simple datasets in line plot format.
 class SimplePlot
          The SimplePlot manages and displays all of the plot types that use simple (one y-value for each x-value) data.
 class SimpleRibbonPlot
          The SimpleRibbonPlot class extends the SimplePlot class and displays data in a bar format.
 class SimpleScatterPlot
          The SimpleScatterPlot class extends the SimplePlot class and displays simple datasets in scatter plot format where each data point is represented using a symbol.
 class StackedBarPlot
          The StackedBarPlot class extends the GroupPlot class and displays data in stacked bar format.
 class StackedLinePlot
          The StackedLinePlot class extends the GroupPlot class and displays data in stacked line format.
 class StackedRibbonPlot
          The StackedRibbonPlot class extends the StackedLinePlot class and displays data in stacked ribbon format.
 class StandardLegend
          The StandardLegend class manages a collection LegendItem objects that represent legend items.
 class StringArray
          Summary description for StringArray.
 class StringAxisLabels
          The LinearAxisLabels class manages and displays the axis labels for linear and log axes.
 class StringLabel
          The StringLabel class is used to format strings and position them in a chart.
 class TickMark
          The TickMark class manages the position attributes of an axis tick mark.
 class TimeAutoScale
          The TimeAutoScale is designed for use with time coordinates and is used to scale the plotting area of graphs and to set the minimum and maximum values of the axes displayed in the graphs.
 class TimeAxis
          The TimeAxis class implements a linear axis that has major and minor tick marks at time and date intervals.
 class TimeAxisLabels
          The LinearAxisLabels class manages and displays the axis labels for linear and log axes.
 class TimeCoordinates
           
 class TimeGroupDataset
          Group data is a collection of data, where more than one dependent variable, the x's, corresponds to the independent one, the y's.
 class TimeGroupDataset3D
          Group data is a collection of data, where more than one dependent variable, the x's, corresponds to the independent one, the y's.
 class TimeLabel
          The TimeLabel class is used to format GregorianCalendar objects as strings and position in a chart.
 class TimeScale
          The TimeScale class implements a time based coordinate system for a single coordinate, x or y.
 class TimeSimpleDataset
          A simple dataset class encapsulates x- and y-data values that are to be used as source of chart information.
 class TimeSimpleDataset3D
          Summary description for TimeSimpleDataset3D.
 class Transform3D
          Summary description for Transform3D.
 class UserCoordinates
          This class implements simple 2D drawing using the Java user coordinate system.
 class Wall3D
          The Wall3D manages and displays the background of the graph area and the plotting area of the chart.
 class WorkingCoordinates
          This class maps a working coordinate system onto the world coordinate system of the underlying WorldCoordinates object.
 class WorldCoordinates
          This class extends the UserCoordinates class, adding routines for drawing using world (or scaled) coordinates.