|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartView | |
---|---|
com.quinncurtis.chart2djava | |
com.quinncurtis.spcchartjava |
Uses of ChartView in com.quinncurtis.chart2djava |
---|
Methods in com.quinncurtis.chart2djava that return ChartView | |
---|---|
ChartView |
GraphObj.getChartObjComponent()
Returns a reference to the ChartView component that the chart object is placed in |
ChartView |
ChartPrint.getPrintChartView()
Returns a reference to the ChartView component that contains the chart that is to be printed. |
ChartView |
ChartBufferedImage.setChartViewComponent()
Returns a reference to the ChartView object used as the source for the rendered image. |
Methods in com.quinncurtis.chart2djava with parameters of type ChartView | |
---|---|
void |
ChartView.copy(ChartView source)
Copies the source scale. |
void |
UserCoordinates.endXORMode(ChartView canvas)
This method ends an XOR drawing mode for the window. |
void |
DataCursor.initDataCursor(ChartView component,
PhysicalCoordinates transform,
int nmarkertype,
double rsize)
Initializes the attributes of an DataCursor object. |
void |
GraphObj.setChartObjComponent(ChartView component)
Sets the reference to the ChartView component that the chart object is placed in |
void |
ChartBufferedImage.setChartViewComponent(ChartView component)
Stores a reference to an ChartView object used as the source for the rendered image. |
void |
ChartPrint.setPrintChartView(ChartView component)
Sets the reference to the ChartView component that contains the chart that is to be printed. |
void |
UserCoordinates.startXORMode(ChartView canvas,
java.awt.Color framecolor,
int linestyle)
This method starts an XOR drawing mode for the window. |
Constructors in com.quinncurtis.chart2djava with parameters of type ChartView | |
---|---|
ChartBufferedImage(ChartView component)
This constructor creates an BufferedImage object that is used to.render an ChartView object into an image buffer. |
|
ChartBufferedImage(ChartView component,
int imagetype)
This constructor creates an BufferedImage object that is used to render an ChartView object into an image buffer. |
|
ChartMouseListener(ChartView component)
This method initializes an ChartMouseListener using the specified component. |
|
ChartPrint(ChartView component)
This constructor creates a new ChartPrint object that will print a ChartView object. |
|
ChartPrint(ChartView component,
int nsizemode)
This constructor creates a new ChartPrint object that will print a ChartView object. |
|
ChartZoom(ChartView component,
PhysicalCoordinates[] transforms,
int numtransforms,
boolean brescale)
This constructor creates a new ChartZoom object using the specified component and scales. |
|
ChartZoom(ChartView component,
PhysicalCoordinates transform,
boolean brescale)
This constructor creates a new ChartZoom object using the specified component and scale. |
|
DataCursor(ChartView component,
PhysicalCoordinates transform,
int nmarkertype,
double rsize)
This constructor creates a new DataCursor object using the specified component, scale, type and size parameters. |
|
DataToolTip(ChartView component)
This constructor creates a new DataToolTip object using the specified component and scale. |
|
DataToolTip(ChartView component,
int buttonmask)
This constructor creates a new DataToolTip object using the specified component and scale. |
|
FindObj(ChartView component)
This constructor creates a new FindObj object using the specified component. |
|
FindObj(ChartView component,
java.lang.String classname)
This constructor creates a new FindObj object using the specified component. |
|
MoveData(ChartView component,
PhysicalCoordinates transform)
This constructor creates a new MoveData object using the specified component and scale. |
|
MoveData(ChartView component,
PhysicalCoordinates transform,
int buttonmask)
This constructor creates a new MoveData object using the specified component and scale. |
|
MoveObj(ChartView component)
This constructor creates a new MoveObj object using the specified component. |
|
MoveObj(ChartView component,
int buttonmask)
This constructor creates a new MoveObj object using the specified component. |
|
MoveObj(ChartView component,
int buttonmask,
java.lang.String objectfilter)
This constructor creates a new MoveObj object using the specified component. |
Uses of ChartView in com.quinncurtis.spcchartjava |
---|
Subclasses of ChartView in com.quinncurtis.spcchartjava | |
---|---|
class |
FrequencyHistogramChart
Frequency Histogram chart template. |
class |
ParetoChart
Pareto Chart chart template. |
class |
ProbabilityChart
Probability chart template. |
class |
SPCBatchAttributeControlChart
A Batch Attribute Control Chart class that uses a CartesianCoordinate system with a numeric X-Axis. |
class |
SPCBatchVariableControlChart
A Batch Variable Control Chart class that uses a CartesianCoordinate system with a numeric based X-Axis. |
class |
SPCChartBase
The base class for all SPC Charts. |
class |
SPCTimeAttributeControlChart
An Attribute Control Chart class that uses a TimeCoordinate system with a time based X-Axis. |
class |
SPCTimeVariableControlChart
A Variable Control Chart class that uses a TimeCoordinate system with a time based X-Axis. |
Methods in com.quinncurtis.spcchartjava with parameters of type ChartView | |
---|---|
void |
ProbabilityChart.buildChart(ChartView chartVu)
Builds the probability chart using the passed in ChartView object. |
void |
ParetoChart.buildChart(ChartView chartVu)
Builds the Pareto chart using the passed in ChartView object. |
void |
FrequencyHistogramChart.buildChart(ChartView chartVu)
Builds the histogram using the passed in ChartView object. |
void |
FrequencyHistogramChart.drawFrequencyHistogramControlLines(ChartView chartvu,
double xvalue,
ChartAttribute attrib,
boolean text)
Add a control limit line to the frequency histogram. |
void |
FrequencyHistogramChart.drawNormalCurve(ChartView chartvu,
double mean,
double stddev,
double amp,
ChartAttribute attrib)
Add a normal curve to the histogram. |
Constructors in com.quinncurtis.spcchartjava with parameters of type ChartView | |
---|---|
AlarmStatusToolTip(ChartView component)
This constructor creates a new AlarmStatusToolTip object using the specified component. |
|
AlarmStatusToolTip(ChartView component,
int buttonmask)
This constructor creates a new AlarmStatusToolTip object using the specified component. |
|
NotesToolTip(ChartView component)
This constructor creates a new NotesToolTip object using the specified component. |
|
NotesToolTip(ChartView component,
int buttonmask)
This constructor creates a new NotesToolTip object using the specified component. |
|
SPCGeneralizedTableDisplay(ChartView chartvu)
Principle constructor for this class. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |